rpms/python-debian/EL-5 python-debian.spec,1.1,1.2

Miroslav Suchý msuchy at fedoraproject.org
Wed May 12 08:28:29 UTC 2010


Author: msuchy

Update of /cvs/pkgs/rpms/python-debian/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16163

Modified Files:
	python-debian.spec 
Log Message:
Require python-hashlib



Index: python-debian.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-debian/EL-5/python-debian.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-debian.spec	12 May 2010 08:10:48 -0000	1.1
+++ python-debian.spec	12 May 2010 08:28:29 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-debian
 Version:        0.1.16
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Modules for Debian-related data formats
 # debfile.py, arfile.py, debtags.py are release under GPL v3 or above
 # everything else is GPLv2+
@@ -14,7 +14,8 @@ BuildRequires:  python-devel
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 Requires:       python >= 2.4
-BuildRequires:  python-devel, python-setuptools
+Requires:       python-hashlib
+BuildRequires:  python-devel, python-setuptools, python-hashlib
 
 
 %description
@@ -70,7 +71,10 @@ cd tests;
 %doc README README.changelog README.deb822 HISTORY.deb822 ACKNOWLEDGEMENTS
 
 %changelog
-* Fri May  7 2010 Miroslav Suchy <msuchy at redhat.com>
+* Wed May 12 2010 Miroslav Suchy <msuchy at redhat.com> 0.1.16-4
+- require python-hashlib
+
+* Fri May  7 2010 Miroslav Suchy <msuchy at redhat.com> 0.1.16-3
 - use proper tar.gz from upstream
 - add %%check section
 



More information about the scm-commits mailing list