resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 22:33:43 +0000 (01:33 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 22:33:43 +0000 (01:33 +0300)
packaging/python-M2Crypto.manifest [new file with mode: 0644]
packaging/python-M2Crypto.spec

diff --git a/packaging/python-M2Crypto.manifest b/packaging/python-M2Crypto.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 38017644f654efe79fe1e3fc34a562d592202383..f8aa0f3acc50667d1e90fadc3f059e3cb08f4875 100644 (file)
@@ -20,6 +20,7 @@ Summary:        Crypto and SSL toolkit for Python
 License:        MIT and ZPL-2.0 and BSD-3-Clause
 Group:          Platfrom Development/Python
 Source:         M2Crypto-%{version}.tar.gz
+Source1001:    python-M2Crypto.manifest
 BuildRequires:  openssl
 BuildRequires:  openssl-devel
 BuildRequires:  python-devel
@@ -47,6 +48,7 @@ original M2Crypto homepage is at http://sandbox.rulemaker.net/ngps/m2/.
 
 %prep
 %setup -n M2Crypto-%{version}
+cp %{SOURCE1001} .
 
 %build
 CFLAGS="%{optflags}" python setup.py build
@@ -55,6 +57,7 @@ CFLAGS="%{optflags}" python setup.py build
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license LICENCE 
 %{python_sitearch}/*