From 7abc61a18afc17e2489d057115028ddc6d512916 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 20:05:38 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libnl2.manifest | 5 +++++ packaging/libnl2.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libnl2.manifest diff --git a/packaging/libnl2.manifest b/packaging/libnl2.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libnl2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libnl2.spec b/packaging/libnl2.spec index ecb95da..fb2b174 100644 --- a/packaging/libnl2.spec +++ b/packaging/libnl2.spec @@ -5,6 +5,7 @@ Release: 2 Group: System/Network License: LGPL-2.1 Source0: %{name}-%{version}.tar.gz +Source1001: libnl2.manifest BuildRequires: bison BuildRequires: flex @@ -27,6 +28,7 @@ libnl2. %prep %setup -q +cp %{SOURCE1001} . %build @@ -44,11 +46,13 @@ rm -f %{buildroot}/etc/libnl/pktloc %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libnl*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/pkgconfig/* -- 2.7.4