Michael Schröder
444a43896d
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=196
84 lines
4.0 KiB
Diff
84 lines
4.0 KiB
Diff
Index: fileattrs/debuginfo.attr
|
|
===================================================================
|
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
+++ fileattrs/debuginfo.attr 2011-12-15 13:47:26.745458876 +0100
|
|
@@ -0,0 +1,2 @@
|
|
+%__debuginfo_provides %{_rpmconfigdir}/debuginfo.prov
|
|
+%__debuginfo_path ^/usr/lib/debug/
|
|
Index: fileattrs/elf.attr
|
|
===================================================================
|
|
--- fileattrs/elf.attr.orig 2011-07-15 11:32:41.000000000 +0200
|
|
+++ fileattrs/elf.attr 2011-12-15 13:47:26.786456954 +0100
|
|
@@ -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 ^(sticky )?ELF (32|64)-bit.*$
|
|
+%__elf_magic ^(setuid )?(setgid )?(sticky )?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-12-15 13:47:26.786456954 +0100
|
|
@@ -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 ^(setuid )?(setgid )?(sticky )?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-12-15 13:47:26.787456907 +0100
|
|
@@ -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-12-15 13:47:26.787456907 +0100
|
|
@@ -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-07-12 13:28:13.000000000 +0200
|
|
+++ fileattrs/Makefile.am 2011-12-15 13:47:42.690700975 +0100
|
|
@@ -6,6 +6,7 @@ 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
|
|
+ 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-07-12 13:28:13.000000000 +0200
|
|
+++ fileattrs/perl.attr 2011-12-15 13:47:26.788456860 +0100
|
|
@@ -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-07-12 13:28:13.000000000 +0200
|
|
+++ fileattrs/perllib.attr 2011-12-15 13:47:26.915450823 +0100
|
|
@@ -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-12-15 13:47:26.915450823 +0100
|
|
@@ -0,0 +1,2 @@
|
|
+%__sysvinit_provides %{_rpmconfigdir}/sysvinitdeps.sh --provides
|
|
+%__sysvinit_path ^/etc/init\.d/
|