2023-10-11 17:13:46 +02:00
|
|
|
--- fileattrs/elf.attr.orig 2023-09-19 10:10:10.000000000 +0000
|
|
|
|
+++ fileattrs/elf.attr 2023-10-09 13:07:09.252042587 +0000
|
|
|
|
@@ -1,4 +1,4 @@
|
2021-09-24 10:49:04 +02:00
|
|
|
%__elf_provides %{_rpmconfigdir}/elfdeps --provides
|
|
|
|
%__elf_requires %{_rpmconfigdir}/elfdeps --requires
|
|
|
|
%__elf_magic ^(setuid,? )?(setgid,? )?(sticky )?ELF (32|64)-bit.*$
|
2023-10-11 17:13:46 +02:00
|
|
|
-%__elf_exclude_path ^/lib/modules/.*\.ko?(\.[[:alnum:]]*)$
|
|
|
|
+%__elf_exclude_path (^/usr/lib/debug/)|(^/lib/modules/.*\.ko?(\.[[:alnum:]]*)$)
|
|
|
|
--- fileattrs/perl.attr.orig 2023-09-19 10:10:10.000000000 +0000
|
|
|
|
+++ fileattrs/perl.attr 2023-10-09 12:58:36.893003334 +0000
|
2011-05-16 18:07:44 +02:00
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
-%__perl_requires %{_rpmconfigdir}/perl.req
|
|
|
|
+# disabled for now
|
|
|
|
+#%__perl_requires %{_rpmconfigdir}/perl.req
|
2012-08-28 15:31:44 +02:00
|
|
|
%__perl_magic ^.*[Pp]erl .*$
|
2011-05-16 18:07:44 +02:00
|
|
|
%__perl_flags exeonly
|
2023-10-11 17:13:46 +02:00
|
|
|
--- fileattrs/perllib.attr.orig 2023-09-19 10:10:10.000000000 +0000
|
|
|
|
+++ fileattrs/perllib.attr 2023-10-09 12:58:36.893003334 +0000
|
2014-02-20 14:18:41 +01:00
|
|
|
@@ -1,5 +1,6 @@
|
2011-05-19 12:00:20 +02:00
|
|
|
%__perllib_provides %{_rpmconfigdir}/perl.prov
|
|
|
|
-%__perllib_requires %{_rpmconfigdir}/perl.req
|
|
|
|
+#disabled for now
|
|
|
|
+#%__perllib_requires %{_rpmconfigdir}/perl.req
|
|
|
|
%__perllib_magic ^Perl[[:digit:]] module source.*
|
2014-02-20 14:18:41 +01:00
|
|
|
%__perllib_path \\.pm$
|
|
|
|
%__perllib_flags magic_and_path
|