rpms/python-repoze-what/F-11 python-repoze-what.spec,1.1,1.2

Luke Macken lmacken at fedoraproject.org
Wed Jul 8 02:34:25 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-what/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32399

Modified Files:
	python-repoze-what.spec 
Log Message:
Fix the requirement in the docs subpackage


Index: python-repoze-what.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-what/F-11/python-repoze-what.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-repoze-what.spec	28 May 2009 21:26:52 -0000	1.1
+++ python-repoze-what.spec	8 Jul 2009 02:33:54 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-repoze-what
 Version:        1.0.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Authorization for WSGI applications
 
 Group:          Development/Languages
@@ -19,8 +19,9 @@ BuildRequires:  python-setuptools-devel
 BuildRequires:  python-sphinx
 
 # For the test suite
-#BuildRequires:  python-nose python-zope-interface python-repoze-who
-#BuildRequires:  python-repoze-who-plugins-testutil
+BuildRequires:  python-nose python-zope-interface python-repoze-who
+BuildRequires:  python-repoze-who-testutil
+BuildRequires:  python-coverage
 
 Requires:       python-repoze-who
 Requires:       python-paste
@@ -46,7 +47,8 @@ for example).
 
 %package docs
 Summary: Documentation for repoze.what
-Requires: %{name}-%{version}
+Requires: %{name} = %{version}
+Group: Documentation
 
 %description docs
 This package contains documentation for the repoze.who module.
@@ -82,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 01 2009 Luke Macken <lmacken at redhat.com> - 1.0.8-2
+- Fix the dependency in the docs subpackage
+
 * Thu May 21 2009 Luke Macken <lmacken at redhat.com> - 1.0.8-1
 - Update to 1.0.8
 - Create a docs subpackage for the compiled Sphinx documentation.




More information about the fedora-extras-commits mailing list