Michael Schröder
765802d7a0
- dropped support for berkeley db - archive unpacking failures no longer leave garbage - unified built-in and user-define macro syntax and calling conventions - python generators and debuginfo extraction has been split into a separate upstream project - support for ed25519 signatures - easier rpm macro access in lua - new patches: * python-rpm-packaging.diff - modified patches: * usr-lib-sysimage-rpm.patch * localetag.diff * brp.diff * findlang.diff * macrosin.diff * rpmqpack.diff * build.diff * whatrequires-doc.diff * remove-brp-strips.diff * fileattrs.diff * langnoc.diff * find-lang-qt-qm.patch * findsupplements.diff * finddebuginfo.diff * finddebuginfo-absolute-links.diff * debugsubpkg.diff * debuglink.diff * debuginfo-mono.patch - dropped patches: OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=584
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
--- ./fileattrs/elf.attr.orig 2021-09-23 19:29:51.474079693 +0000
|
|
+++ ./fileattrs/elf.attr 2021-09-23 19:35:43.413332593 +0000
|
|
@@ -1,3 +1,4 @@
|
|
%__elf_provides %{_rpmconfigdir}/elfdeps --provides
|
|
%__elf_requires %{_rpmconfigdir}/elfdeps --requires
|
|
%__elf_magic ^(setuid,? )?(setgid,? )?(sticky )?ELF (32|64)-bit.*$
|
|
+%__elf_exclude_path ^/usr/lib/debug/
|
|
--- ./fileattrs/perl.attr.orig 2021-06-21 12:00:44.587611741 +0000
|
|
+++ ./fileattrs/perl.attr 2021-09-23 19:29:51.474079693 +0000
|
|
@@ -1,3 +1,4 @@
|
|
-%__perl_requires %{_rpmconfigdir}/perl.req
|
|
+# disabled for now
|
|
+#%__perl_requires %{_rpmconfigdir}/perl.req
|
|
%__perl_magic ^.*[Pp]erl .*$
|
|
%__perl_flags exeonly
|
|
--- ./fileattrs/perllib.attr.orig 2021-06-21 12:00:44.587611741 +0000
|
|
+++ ./fileattrs/perllib.attr 2021-09-23 19:29:51.478079685 +0000
|
|
@@ -1,5 +1,6 @@
|
|
%__perllib_provides %{_rpmconfigdir}/perl.prov
|
|
-%__perllib_requires %{_rpmconfigdir}/perl.req
|
|
+#disabled for now
|
|
+#%__perllib_requires %{_rpmconfigdir}/perl.req
|
|
%__perllib_magic ^Perl[[:digit:]] module source.*
|
|
%__perllib_path \\.pm$
|
|
%__perllib_flags magic_and_path
|