rpms/koan/EL-5 .cvsignore, 1.19, 1.20 koan.spec, 1.25, 1.26 sources, 1.21, 1.22

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


Author: mdehaan

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

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




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koan/EL-5/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	7 Nov 2007 20:54:28 -0000	1.19
+++ .cvsignore	10 Jan 2008 23:01:52 -0000	1.20
@@ -16,3 +16,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/EL-5/koan.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- koan.spec	7 Nov 2007 21:04:57 -0000	1.25
+++ koan.spec	10 Jan 2008 23:01:52 -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/EL-5/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	7 Nov 2007 20:54:28 -0000	1.21
+++ sources	10 Jan 2008 23:01:52 -0000	1.22
@@ -1,3 +1 @@
-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