rpms/python-kerberos/devel python-kerberos.spec,1.6,1.7

Matej Cepl mcepl at fedoraproject.org
Fri Nov 28 09:16:11 UTC 2008


Author: mcepl

Update of /cvs/extras/rpms/python-kerberos/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9775

Modified Files:
	python-kerberos.spec 
Log Message:
Fix release number


Index: python-kerberos.spec
===================================================================
RCS file: /cvs/extras/rpms/python-kerberos/devel/python-kerberos.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-kerberos.spec	28 Nov 2008 08:49:32 -0000	1.6
+++ python-kerberos.spec	28 Nov 2008 09:15:40 -0000	1.7
@@ -1,6 +1,8 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:           python-kerberos
 Version:        1.1
-Release:        0%{?dist}
+Release:        1%{?dist}
 Summary:        A high-level wrapper for Kerberos (GSSAPI) operations
 
 Group:          System Environment/Libraries
@@ -16,8 +18,6 @@
 BuildRequires:  krb5-devel
 BuildRequires:  python-setuptools
 
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 %description
 This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
 The goal is to avoid having to build a module that wraps the entire
@@ -49,7 +49,7 @@
 
 
 %changelog
-* Thu Nov 27 2008 Simo Sorce <ssorce at redhat.com> - 1.1-0
+* Thu Nov 27 2008 Simo Sorce <ssorce at redhat.com> - 1.1-1
 - New Upstream Release
 - Remove patches as this version has them included already
 




More information about the scm-commits mailing list