diff options
author | CoprDistGit <infra@openeuler.org> | 2025-02-03 10:29:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-02-03 10:29:26 +0000 |
commit | cb167f72af27aa8d3bc412351ce6590978135d1c (patch) | |
tree | dbc8f9c9a4fd475a3bce8a2107650c5496a5a0cd /openEuler-rpm-config.spec | |
parent | 9d624aa4e88e5eb4b0df90060dcd40e518a7458b (diff) |
automatic import of openEuler-rpm-config
Diffstat (limited to 'openEuler-rpm-config.spec')
-rw-r--r-- | openEuler-rpm-config.spec | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index a36338f..c0ad452 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,8 +3,8 @@ Name: %{vendor}-rpm-config Version: 31 -Release: 12 -License: GPL+ +Release: 15 +License: GPL+ AND MIT Summary: specific rpm configuration files URL: https://gitee.com/src-openeuler/openEuler-rpm-config Buildarch: noarch @@ -38,6 +38,10 @@ Source201: infopages.attr Source202: manpages.attr Source203: nbdkit.attr Source204: find-provides.nbdkit +# Source 205-207 from fedora, licenced under MIT +Source205: kabi.attr +Source206: kabi.sh +Source207: kmod.attr # Misc helper scripts Source300: kmodtool @@ -149,6 +153,7 @@ install -p -m 755 -t %{buildroot}%{rpmvdir} config.* install -p -m 755 -t %{buildroot}%{_rpmconfigdir} brp-* install -p -m 644 -t %{buildroot}%{_rpmconfigdir} generic-* install -p -m 755 -t %{buildroot}%{_rpmconfigdir} fix-libtool-from-moving-options-after-libs +install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kabi.sh install -p -m 755 -t %{buildroot}%{rpmvdir} kmodtool install -p -m 755 -t %{buildroot}%{rpmvdir} find-requires* install -p -m 755 -t %{buildroot}%{rpmvdir} find-provides* @@ -184,8 +189,20 @@ sed -i "s/@VENDOR@/%{vendor}/g" `grep "@VENDOR@" -rl %{buildroot}%{_rpmconfigdir %{_rpmconfigdir}/macros.d/macros.kmp %{rpmvdir}/find-requires %{rpmvdir}/find-requires.ksyms +%{_rpmconfigdir}/kabi.sh +%{_fileattrsdir}/kabi.attr +%{_fileattrsdir}/kmod.attr %changelog +* Fri Jan 31 2025 Funda Wang <fundawang@yeah.net> - 31-15 +- add kabi, kmod dependency generators from fedora + +* Tue Jan 28 2025 Funda Wang <fundawang@yeah.net> - 31-14 +- whitelist META.json/yml for scanning perl dependencies + +* Fri Jan 17 2025 Funda Wang <fundawang@yeah.net> - 31-13 +- split out fortify level definition for supporting build with FORTIFY_SOURCE=3 in the future + * Wed Jan 15 2025 luhuaxin <luhuaxin1@huawei.com> - 31-12 - ima: keep the process of OBS signing same as previous version |