resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:08:34 +0000 (21:08 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 8 Dec 2014 12:27:27 +0000 (13:27 +0100)
packaging/c-ares.manifest [new file with mode: 0644]
packaging/c-ares.spec

diff --git a/packaging/c-ares.manifest b/packaging/c-ares.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index a5ef33f..f6f4e56 100644 (file)
@@ -7,6 +7,7 @@ Summary:        Library for asynchronous name resolves
 Group:          Development/Libraries/C and C++
 Source:         http://daniel.haxx.se/projects/c-ares/%{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
+Source1001:    c-ares.manifest
 BuildRequires:  pkg-config
 BuildRequires:  libtool
 Url:            http://daniel.haxx.se/projects/c-ares
@@ -38,6 +39,7 @@ by Greg Hudson at MIT.
 
 %prep
 %setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
 
 %build
 autoreconf -fiv
@@ -53,10 +55,12 @@ make %{?_smp_mflags}
 %postun -p /sbin/ldconfig -n libcares
 
 %files -n libcares
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/libcares.so.2*
 
 %files -n libcares-devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/libcares.so
 %{_includedir}/*.h