rpms/koan/F-8 .cvsignore, 1.17, 1.18 koan.spec, 1.25, 1.26 sources, 1.20, 1.21

Michael DeHaan (mdehaan) fedora-extras-commits at redhat.com
Thu Jan 10 23:03:20 UTC 2008


Author: mdehaan

Update of /cvs/extras/rpms/koan/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14908/F-8

Modified Files:
	.cvsignore koan.spec sources 
Log Message:
0.6.4 release




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koan/F-8/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	7 Nov 2007 21:23:35 -0000	1.17
+++ .cvsignore	10 Jan 2008 23:02:41 -0000	1.18
@@ -14,3 +14,4 @@
 koan-0.6.1.tar.gz
 koan-0.6.2.tar.gz
 koan-0.6.3.tar.gz
+koan-0.6.4.tar.gz


Index: koan.spec
===================================================================
RCS file: /cvs/extras/rpms/koan/F-8/koan.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- koan.spec	7 Nov 2007 21:05:04 -0000	1.25
+++ koan.spec	10 Jan 2008 23:02:41 -0000	1.26
@@ -2,8 +2,8 @@
 
 Summary: Network provisioning tool for Xen and Bare Metal Machines 
 Name: koan
-Version: 0.6.3
-Release: 3%{?dist}
+Version: 0.6.4
+Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: Applications/System
@@ -11,6 +11,11 @@
 Requires: syslinux
 Requires: python >= 2.2
 BuildRequires: python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 ExcludeArch: ppc
@@ -39,6 +44,9 @@
 
 %files
 %defattr(-,root,root)
+%if 0%{?fedora} > 8
+%{python_sitelib}/koan*.egg-info
+%endif
 %dir /var/spool/koan
 %{_bindir}/koan
 %dir %{python_sitelib}/koan
@@ -49,6 +57,12 @@
 
 %changelog
 
+* Thu Jan 10 2008 Michael DeHaan <mdehaan at redhat.com> - 0.6.4-1
+- Upstream changes (see CHANGELOG)
+
+* Thu Nov 15 2007 Michael DeHaan <mdehaan at redhat.com> - 0.6.3-3
+- Upstream changes (see CHANGELOG)
+
 * Wed Nov 07 2007 Michael DeHaan <mdehaan at redhat.com> - 0.6.3-3
 - Release bump to appease the build system.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/koan/F-8/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	7 Nov 2007 21:23:35 -0000	1.20
+++ sources	10 Jan 2008 23:02:41 -0000	1.21
@@ -1,3 +1 @@
-f8a7fe8642f564ed79fb46510917e04b  koan-0.6.1.tar.gz
-773f437fbb302d58b1e46eda36ca538b  koan-0.6.2.tar.gz
-62f9863e4372c28d1a1d2e10c324c860  koan-0.6.3.tar.gz
+a5c8c4ed5a4b4fa94b0c3fcb00c1b2ef  koan-0.6.4.tar.gz




More information about the fedora-extras-commits mailing list