From 411323568241e00853e3fab001643dfbc0a5bbd6 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:19:35 +0300 Subject: resetting manifest requested domain to floor --- packaging/libcap.manifest | 5 +++++ packaging/libcap.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/libcap.manifest diff --git a/packaging/libcap.manifest b/packaging/libcap.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libcap.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libcap.spec b/packaging/libcap.spec index 414aee6..569b42c 100644 --- a/packaging/libcap.spec +++ b/packaging/libcap.spec @@ -7,6 +7,7 @@ Url: https://sites.google.com/site/fullycapable/ Group: Base/Libraries Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf +Source1001: libcap.manifest BuildRequires: fdupes BuildRequires: libattr-devel %define debug_package_requires libcap2 = %{version}-%{release} @@ -47,6 +48,7 @@ libcap. %prep %setup -q +cp %{SOURCE1001} . %build # lib=%{_lib} make %{?_smp_mflags} COPTFLAG="%{optflags}" @@ -67,17 +69,20 @@ ln -s /%{_lib}/libcap.so.2 %{buildroot}%{_libdir}/libcap.so %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license License %attr(755,root,root) /%{_lib}/libcap.so.* %files progs +%manifest %{name}.manifest %defattr(-,root,root) %{_mandir}/man1/* %{_mandir}/man8/* /sbin/* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %doc License README CHANGELOG %{_includedir}/sys/capability.h -- cgit v1.2.3