2014-02-20 14:18:41 +01:00
|
|
|
--- ./fileattrs/Makefile.am.orig 2014-02-20 12:54:01.473814793 +0000
|
|
|
|
+++ ./fileattrs/Makefile.am 2014-02-20 12:55:37.318814624 +0000
|
|
|
|
@@ -7,6 +7,6 @@ fattrsdir = $(rpmconfigdir)/fileattrs
|
2012-08-28 15:31:44 +02:00
|
|
|
fattrs_DATA = \
|
2014-02-20 14:18:41 +01:00
|
|
|
appdata.attr desktop.attr elf.attr font.attr libtool.attr perl.attr \
|
|
|
|
perllib.attr pkgconfig.attr python.attr ocaml.attr script.attr \
|
|
|
|
- mono.attr
|
|
|
|
+ mono.attr debuginfo.attr elflib.attr firmware.attr ksyms.attr sysvinit.attr
|
2012-08-28 15:31:44 +02:00
|
|
|
|
|
|
|
EXTRA_DIST = $(fattrs_DATA)
|
2014-02-20 14:18:41 +01:00
|
|
|
--- ./fileattrs/debuginfo.attr.orig 2014-02-20 12:54:01.473814793 +0000
|
|
|
|
+++ ./fileattrs/debuginfo.attr 2014-02-20 12:54:01.473814793 +0000
|
2011-05-16 18:07:44 +02:00
|
|
|
@@ -0,0 +1,2 @@
|
|
|
|
+%__debuginfo_provides %{_rpmconfigdir}/debuginfo.prov
|
|
|
|
+%__debuginfo_path ^/usr/lib/debug/
|
2014-02-20 14:18:41 +01:00
|
|
|
--- ./fileattrs/elf.attr.orig 2012-11-07 12:55:24.000000000 +0000
|
|
|
|
+++ ./fileattrs/elf.attr 2014-02-20 12:54:01.474814793 +0000
|
2011-05-18 11:35:02 +02:00
|
|
|
@@ -1,4 +1,5 @@
|
|
|
|
%__elf_provides %{_rpmconfigdir}/elfdeps --provides %{?__filter_GLIBC_PRIVATE:--filter-private}
|
|
|
|
%__elf_requires %{_rpmconfigdir}/elfdeps --requires %{?__filter_GLIBC_PRIVATE:--filter-private}
|
2012-08-28 15:31:44 +02:00
|
|
|
-%__elf_magic ^(setuid )?(setgid )?(sticky )?ELF (32|64)-bit.*$
|
2011-07-19 15:04:21 +02:00
|
|
|
+%__elf_magic ^(setuid )?(setgid )?(sticky )?ELF (32|64)-bit.*executable
|
2011-05-18 11:35:02 +02:00
|
|
|
%__elf_flags exeonly
|
|
|
|
+%__elf_exclude_path ^/usr/lib/debug/
|
2014-02-20 14:18:41 +01:00
|
|
|
--- ./fileattrs/elflib.attr.orig 2014-02-20 12:54:01.474814793 +0000
|
|
|
|
+++ ./fileattrs/elflib.attr 2014-02-20 12:54:01.474814793 +0000
|
2011-05-18 11:35:02 +02:00
|
|
|
@@ -0,0 +1,4 @@
|
2011-06-03 15:20:15 +02:00
|
|
|
+%__elflib_provides %{_rpmconfigdir}/elfdeps --assume-exec --provides %{?__filter_GLIBC_PRIVATE:--filter-private}
|
|
|
|
+%__elflib_requires %{_rpmconfigdir}/elfdeps --assume-exec --requires %{?__filter_GLIBC_PRIVATE:--filter-private}
|
2011-07-19 15:04:21 +02:00
|
|
|
+%__elflib_magic ^(setuid )?(setgid )?(sticky )?ELF (32|64)-bit.*shared object
|
2011-05-18 11:35:02 +02:00
|
|
|
+%__elflib_exclude_path ^/usr/lib/debug/
|
2014-02-20 14:18:41 +01:00
|
|
|
--- ./fileattrs/firmware.attr.orig 2014-02-20 12:54:01.474814793 +0000
|
|
|
|
+++ ./fileattrs/firmware.attr 2014-02-20 12:54:01.474814793 +0000
|
2011-05-16 18:07:44 +02:00
|
|
|
@@ -0,0 +1,2 @@
|
|
|
|
+%__firmware_provides %{_rpmconfigdir}/firmware.prov
|
|
|
|
+%__firmware_path /lib/firmware/
|
2014-02-20 14:18:41 +01:00
|
|
|
--- ./fileattrs/ksyms.attr.orig 2014-02-20 12:54:01.474814793 +0000
|
|
|
|
+++ ./fileattrs/ksyms.attr 2014-02-20 12:54:01.474814793 +0000
|
2011-05-16 18:07:44 +02:00
|
|
|
@@ -0,0 +1,4 @@
|
2012-04-20 17:01:48 +02:00
|
|
|
+%__ksyms_provides %{_rpmconfigdir}/find-provides.ksyms %name
|
|
|
|
+%__ksyms_requires %{_rpmconfigdir}/find-requires.ksyms %name
|
|
|
|
+%__ksyms_supplements %{_rpmconfigdir}/find-supplements.ksyms %name
|
2011-05-16 18:07:44 +02:00
|
|
|
+%__ksyms_path (/lib/modules/.*\.ko(\.gz)?)|(/boot/vmlinu[xz].*)$
|
2014-02-20 14:18:41 +01:00
|
|
|
--- ./fileattrs/perl.attr.orig 2012-11-07 12:55:24.000000000 +0000
|
|
|
|
+++ ./fileattrs/perl.attr 2014-02-20 12:54:01.474814793 +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
|
2014-02-20 14:18:41 +01:00
|
|
|
--- ./fileattrs/perllib.attr.orig 2014-02-05 13:04:01.000000000 +0000
|
|
|
|
+++ ./fileattrs/perllib.attr 2014-02-20 12:54:01.475814793 +0000
|
|
|
|
@@ -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
|
|
|
|
--- ./fileattrs/sysvinit.attr.orig 2014-02-20 12:54:01.475814793 +0000
|
|
|
|
+++ ./fileattrs/sysvinit.attr 2014-02-20 12:54:01.475814793 +0000
|
2011-05-16 18:07:44 +02:00
|
|
|
@@ -0,0 +1,2 @@
|
|
|
|
+%__sysvinit_provides %{_rpmconfigdir}/sysvinitdeps.sh --provides
|
|
|
|
+%__sysvinit_path ^/etc/init\.d/
|