From 6b652653f015359a28b8c21c34747638925f44ae Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:58:51 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libnl1.manifest | 5 +++++ packaging/libnl1.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libnl1.manifest diff --git a/packaging/libnl1.manifest b/packaging/libnl1.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libnl1.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libnl1.spec b/packaging/libnl1.spec index d1c993b..c05fbcd 100644 --- a/packaging/libnl1.spec +++ b/packaging/libnl1.spec @@ -7,6 +7,7 @@ Release: 1 Url: http://people.suug.ch/~tgr/libnl/ Source: http://people.suug.ch/~tgr/libnl/files/libnl-%version.tar.bz2 Source99: baselibs.conf +Source1001: libnl1.manifest BuildRequires: pkgconfig >= 0.23 %description @@ -27,6 +28,7 @@ kernels netlink sockets interface for network manipulation. %prep %setup -q -n libnl-%version +cp %{SOURCE1001} . %build %configure \ @@ -44,11 +46,13 @@ mkdir -p %buildroot/%_libdir/pkgconfig %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %_libdir/libnl*.so.* %license COPYING %files devel +%manifest %{name}.manifest %defattr(-,root,root,0755) %_includedir/netlink/ %_libdir/libnl*.so -- 2.7.4