resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:27:59 +0000 (03:27 +0300)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 18 Nov 2014 09:57:39 +0000 (10:57 +0100)
packaging/python-nose.manifest [new file with mode: 0644]
packaging/python-nose.spec

diff --git a/packaging/python-nose.manifest b/packaging/python-nose.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index d59d3d0764f920080732b89e8c2abdeddc5d5e4d..ec00a25cfc1edff7087e7d3f75e8574e9928c052 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Nose extends unittest to make testing easier
 License:        LGPL-2.0+
 Group:          Development/Languages/Python
 Source:         http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
+Source1001:    python-nose.manifest
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -31,6 +32,7 @@ output capture and more.
 
 %prep
 %setup -q -n nose-%{version}
+cp %{SOURCE1001} .
 sed -i 's,man/man1,share/man/man1,' setup.py
 
 %build
@@ -44,6 +46,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %doc NEWS README.txt lgpl.txt
 %{_bindir}/nosetests*