rpms/koan/F-7 .cvsignore, 1.17, 1.18 koan.spec, 1.23, 1.24 sources, 1.20, 1.21

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


Author: mdehaan

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

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




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koan/F-7/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	7 Nov 2007 20:54:33 -0000	1.17
+++ .cvsignore	10 Jan 2008 23:02:13 -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-7/koan.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- koan.spec	7 Nov 2007 21:05:00 -0000	1.23
+++ koan.spec	10 Jan 2008 23:02:13 -0000	1.24
@@ -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-7/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	7 Nov 2007 20:54:33 -0000	1.20
+++ sources	10 Jan 2008 23:02:13 -0000	1.21
@@ -1,3 +1,4 @@
 9f6c52b0c3330ea3df241bac1671f559  koan-0.6.1.tar.gz
 773f437fbb302d58b1e46eda36ca538b  koan-0.6.2.tar.gz
 44d6805160d2da9742990db1ac08e4c4  koan-0.6.3.tar.gz
+a5c8c4ed5a4b4fa94b0c3fcb00c1b2ef  koan-0.6.4.tar.gz




More information about the fedora-extras-commits mailing list