86 lines
4.0 KiB
Diff
86 lines
4.0 KiB
Diff
Index: fileattrs/debuginfo.attr
|
|
===================================================================
|
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
+++ fileattrs/debuginfo.attr 2011-06-06 16:16:00.853820498 +0200
|
|
@@ -0,0 +1,2 @@
|
|
+%__debuginfo_provides %{_rpmconfigdir}/debuginfo.prov
|
|
+%__debuginfo_path ^/usr/lib/debug/
|
|
Index: fileattrs/elf.attr
|
|
===================================================================
|
|
--- fileattrs/elf.attr.orig 2011-06-06 16:15:01.591403879 +0200
|
|
+++ fileattrs/elf.attr 2011-06-06 16:16:00.853820498 +0200
|
|
@@ -1,4 +1,5 @@
|
|
%__elf_provides %{_rpmconfigdir}/elfdeps --provides %{?__filter_GLIBC_PRIVATE:--filter-private}
|
|
%__elf_requires %{_rpmconfigdir}/elfdeps --requires %{?__filter_GLIBC_PRIVATE:--filter-private}
|
|
-%__elf_magic ^ELF (32|64)-bit.*$
|
|
+%__elf_magic ^ELF (32|64)-bit.*executable
|
|
%__elf_flags exeonly
|
|
+%__elf_exclude_path ^/usr/lib/debug/
|
|
Index: fileattrs/elflib.attr
|
|
===================================================================
|
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
+++ fileattrs/elflib.attr 2011-06-06 16:16:00.854820404 +0200
|
|
@@ -0,0 +1,4 @@
|
|
+%__elflib_provides %{_rpmconfigdir}/elfdeps --assume-exec --provides %{?__filter_GLIBC_PRIVATE:--filter-private}
|
|
+%__elflib_requires %{_rpmconfigdir}/elfdeps --assume-exec --requires %{?__filter_GLIBC_PRIVATE:--filter-private}
|
|
+%__elflib_magic ^ELF (32|64)-bit.*shared object
|
|
+%__elflib_exclude_path ^/usr/lib/debug/
|
|
Index: fileattrs/firmware.attr
|
|
===================================================================
|
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
+++ fileattrs/firmware.attr 2011-06-06 16:16:00.854820404 +0200
|
|
@@ -0,0 +1,2 @@
|
|
+%__firmware_provides %{_rpmconfigdir}/firmware.prov
|
|
+%__firmware_path /lib/firmware/
|
|
Index: fileattrs/ksyms.attr
|
|
===================================================================
|
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
+++ fileattrs/ksyms.attr 2011-06-06 16:16:00.854820404 +0200
|
|
@@ -0,0 +1,4 @@
|
|
+%__ksyms_provides %{_rpmconfigdir}/find-provides.ksyms %name
|
|
+%__ksyms_requires %{_rpmconfigdir}/find-requires.ksyms %name
|
|
+%__ksyms_supplements %{_rpmconfigdir}/find-supplements.ksyms %name
|
|
+%__ksyms_path (/lib/modules/.*\.ko(\.gz)?)|(/boot/vmlinu[xz].*)$
|
|
Index: fileattrs/Makefile.am
|
|
===================================================================
|
|
--- fileattrs/Makefile.am.orig 2011-06-06 16:15:01.590403974 +0200
|
|
+++ fileattrs/Makefile.am 2011-06-06 16:16:08.852066946 +0200
|
|
@@ -5,7 +5,8 @@ include $(top_srcdir)/rpm.am
|
|
fattrsdir = $(rpmconfigdir)/fileattrs
|
|
|
|
fattrs_DATA = \
|
|
- desktop.attr elf.attr font.attr libtool.attr perl.attr perllib.attr \
|
|
- pkgconfig.attr python.attr ocaml.attr script.attr mono.attr
|
|
+ elf.attr font.attr libtool.attr perl.attr perllib.attr \
|
|
+ pkgconfig.attr python.attr ocaml.attr script.attr mono.attr \
|
|
+ debuginfo.attr elflib.attr firmware.attr ksyms.attr sysvinit.attr
|
|
|
|
EXTRA_DIST = $(fattrs_DATA)
|
|
Index: fileattrs/perl.attr
|
|
===================================================================
|
|
--- fileattrs/perl.attr.orig 2011-06-06 16:15:01.591403879 +0200
|
|
+++ fileattrs/perl.attr 2011-06-06 16:16:00.855820310 +0200
|
|
@@ -1,3 +1,4 @@
|
|
-%__perl_requires %{_rpmconfigdir}/perl.req
|
|
+# disabled for now
|
|
+#%__perl_requires %{_rpmconfigdir}/perl.req
|
|
%__perl_magic ^.*perl .*$
|
|
%__perl_flags exeonly
|
|
Index: fileattrs/perllib.attr
|
|
===================================================================
|
|
--- fileattrs/perllib.attr.orig 2011-06-06 16:15:01.591403879 +0200
|
|
+++ fileattrs/perllib.attr 2011-06-06 16:16:00.855820310 +0200
|
|
@@ -1,3 +1,4 @@
|
|
%__perllib_provides %{_rpmconfigdir}/perl.prov
|
|
-%__perllib_requires %{_rpmconfigdir}/perl.req
|
|
+#disabled for now
|
|
+#%__perllib_requires %{_rpmconfigdir}/perl.req
|
|
%__perllib_magic ^Perl[[:digit:]] module source.*
|
|
Index: fileattrs/sysvinit.attr
|
|
===================================================================
|
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
+++ fileattrs/sysvinit.attr 2011-06-06 16:16:00.856820216 +0200
|
|
@@ -0,0 +1,2 @@
|
|
+%__sysvinit_provides %{_rpmconfigdir}/sysvinitdeps.sh --provides
|
|
+%__sysvinit_path ^/etc/init\.d/
|