resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:53:27 +0000 (23:53 +0300)
committerChanho Park <chanho61.park@samsung.com>
Fri, 28 Nov 2014 06:17:39 +0000 (15:17 +0900)
packaging/dbus-python.manifest [new file with mode: 0644]
packaging/dbus-python.spec

diff --git a/packaging/dbus-python.manifest b/packaging/dbus-python.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 963ea50..bc53a51 100644 (file)
@@ -6,6 +6,7 @@ License:        MIT
 Group:          Development/Libraries/Python
 Url:            http://www.freedesktop.org/wiki/Software/DBusBindings/
 Source0:        http://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz
+Source1001:    dbus-python.manifest
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(dbus-1)
@@ -30,6 +31,7 @@ Developer files for Python bindings for D-Bus.
 
 %prep
 %setup -q 
+cp %{SOURCE1001} .
 
 %build
 export CFLAGS="%{optflags} -fstack-protector -fno-strict-aliasing -fPIC"
@@ -46,12 +48,14 @@ make DESTDIR=%{buildroot} install
 %fdupes -s %{buildroot}
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %defattr(-,root,root,-)
 %{python_sitelib}/*
 %{python_sitearch}/*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/dbus-1.0/dbus/dbus-python.h
 %{_libdir}/pkgconfig/dbus-python.pc