resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:22:56 +0000 (20:22 +0300)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Fri, 7 Nov 2014 11:29:43 +0000 (12:29 +0100)
packaging/acl.manifest [new file with mode: 0644]
packaging/acl.spec

diff --git a/packaging/acl.manifest b/packaging/acl.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 369cb4c..ea7a61f 100644 (file)
@@ -9,6 +9,7 @@ Version:        2.2.51
 Release:        0
 Source:         %name-%version.src.tar.gz
 Source2:        baselibs.conf
+Source1001:    acl.manifest
 Url:            http://download.savannah.gnu.org/releases-noredirect/acl/
 
 %description
@@ -38,6 +39,7 @@ to develop applications that require these.
 
 %prep
 %setup -q -n acl-%version
+cp %{SOURCE1001} .
 
 %build
 export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
@@ -73,6 +75,7 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
 %docs_package
 
 %files 
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license doc/COPYING doc/COPYING.LGPL
 %attr(755,root,root) %{_bindir}/chacl
@@ -86,6 +89,7 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
 %doc %attr(644,root,root) /usr/share/doc/packages/acl/README
 
 %files -n libacl-devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %dir %attr(755,root,root) %{_includedir}/acl
 %attr(644,root,root) %{_includedir}/acl/libacl.h
@@ -93,6 +97,7 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
 %attr(755,root,root) %{_libdir}/libacl.so
 
 %files -n %lname
+%manifest %{name}.manifest
 %defattr(755,root,root,755)
 %{_libdir}/libacl.so.1*