rpms/koan/EL-5 .cvsignore, 1.27, 1.28 koan.spec, 1.33, 1.34 sources, 1.30, 1.31

Michael DeHaan mdehaan at fedoraproject.org
Fri Jan 9 19:48:14 UTC 2009


Author: mdehaan

Update of /cvs/extras/rpms/koan/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20534/EL-5

Modified Files:
	.cvsignore koan.spec sources 
Log Message:
This is koan 1.4.1




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koan/EL-5/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	19 Dec 2008 17:49:19 -0000	1.27
+++ .cvsignore	9 Jan 2009 19:47:43 -0000	1.28
@@ -24,3 +24,4 @@
 koan-1.2.5.tar.gz
 koan-1.2.6.tar.gz
 koan-1.4.0.tar.gz
+koan-1.4.1.tar.gz


Index: koan.spec
===================================================================
RCS file: /cvs/extras/rpms/koan/EL-5/koan.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- koan.spec	19 Dec 2008 17:49:19 -0000	1.33
+++ koan.spec	9 Jan 2009 19:47:43 -0000	1.34
@@ -2,8 +2,8 @@
 
 Summary: Network provisioning tool for Xen and Bare Metal Machines 
 Name: koan
-Version: 1.4.0
-Release: 2%{?dist}
+Version: 1.4.1
+Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
@@ -11,8 +11,8 @@
 Requires: python >= 2.2
 BuildRequires: python-devel
 %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
-Requires: python(abi)=%{pyver}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]" || echo 0)}
+Requires: python(abi) = %{pyver}
 %endif
 %if 0%{?fedora} >= 8
 BuildRequires: python-setuptools-devel
@@ -53,13 +53,21 @@
 %dir %{python_sitelib}/koan
 %{python_sitelib}/koan/*.py*
 %{_mandir}/man1/koan.1.gz
-%defattr(755,-,-)
 %dir /var/log/koan
 
 %doc AUTHORS COPYING CHANGELOG README
 
 %changelog
 
+* Fri Jan 09 2009 Michael DeHaan <mdehaan at redhat.com> - 1.4.1-1
+- Upstream changes (see CHANGELOG)
+
+* Mon Dec 22 2008 Michael DeHaan <mdehaan at redhat.com> - 1.4.0-4
+- Fix python(abi) requirement some more
+
+* Mon Dec 22 2008 Michael DeHaan <mdehaan at redhat.com> - 1.4.0-3
+- Fix python(abi) requirement
+
 * Fri Dec 19 2008 Michael DeHaan <mdehaan at redhat.com> - 1.4.0-2
 - Upstream changes (see CHANGELOG)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/koan/EL-5/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources	19 Dec 2008 17:49:19 -0000	1.30
+++ sources	9 Jan 2009 19:47:43 -0000	1.31
@@ -4,3 +4,4 @@
 7fe17776b089550df83bf0f1245c0697  koan-1.2.5.tar.gz
 00bece567cfc240ad585e68955407bf7  koan-1.2.6.tar.gz
 942f732d4cc1781a62673aef26ad318c  koan-1.4.0.tar.gz
+eb4f0c6990dc295879a952243708fdaa  koan-1.4.1.tar.gz




More information about the scm-commits mailing list