rpms/koan/devel .cvsignore, 1.24, 1.25 koan.spec, 1.35, 1.36 sources, 1.28, 1.29

Michael DeHaan mdehaan at fedoraproject.org
Fri Dec 19 17:49:51 UTC 2008


Author: mdehaan

Update of /cvs/extras/rpms/koan/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7392/devel

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




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	10 Oct 2008 16:23:44 -0000	1.24
+++ .cvsignore	19 Dec 2008 17:49:20 -0000	1.25
@@ -21,3 +21,4 @@
 koan-1.2.0.tar.gz
 koan-1.2.5.tar.gz
 koan-1.2.6.tar.gz
+koan-1.4.0.tar.gz


Index: koan.spec
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/koan.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- koan.spec	29 Nov 2008 16:47:57 -0000	1.35
+++ koan.spec	19 Dec 2008 17:49:20 -0000	1.36
@@ -2,15 +2,18 @@
 
 Summary: Network provisioning tool for Xen and Bare Metal Machines 
 Name: koan
-Version: 1.2.6
+Version: 1.4.0
 Release: 2%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
 Requires: mkinitrd
-Requires: syslinux
 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}
+%endif
 %if 0%{?fedora} >= 8
 BuildRequires: python-setuptools-devel
 %else
@@ -18,16 +21,14 @@
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
-ExcludeArch: ppc
 ExcludeArch: ppc64
-Url: http://cobbler.et.redhat.com/
+Url: http://fedorahosted.org/cobbler/
 
 %description
 
 Koan stands for kickstart-over-a-network and allows for both
-network provisioning of new virtualized guests and destructive re-provisioning 
-of any existing system.  For use with a boot-server configured with
-'cobbler'
+network installation of new virtualized guests and reinstallation 
+of an existing system.  For use with a boot-server configured with Cobbler
 
 %prep
 %setup -q
@@ -52,15 +53,24 @@
 %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
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.2.6-2
-- Rebuild for Python 2.6
 
+* Fri Dec 19 2008 Michael DeHaan <mdehaan at redhat.com> - 1.4.0-2
+- Upstream changes (see CHANGELOG)
+
+* Wed Dec 10 2008 Michael DeHaan <mdehaan at redhat.com> - 1.3.4-1
+- New test release
+
+* Mon Dec 08 2008 Michael DeHaan <mdehaan at redhat.com> - 1.3.3-1
+- Upstream changes (see CHANGELOG)
+- specfile changes for python 2.6 support
 
-* Thu Oct 02 2008 Michael DeHaan <mdehaan at redhat.com> - 1.2.6-1
+* Fri Nov 14 2008 Michael DeHaan <mdehaan at redhat.com> - 1.3.1-1
 - Upstream changes (see CHANGELOG)
 
 * Fri Sep 26 2008 Michael DeHaan <mdehaan at redhat.com> - 1.2.5-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	10 Oct 2008 16:23:44 -0000	1.28
+++ sources	19 Dec 2008 17:49:21 -0000	1.29
@@ -3,3 +3,4 @@
 91b1a21042e0937b2ca8cb771bde3503  koan-1.2.0.tar.gz
 7fe17776b089550df83bf0f1245c0697  koan-1.2.5.tar.gz
 00bece567cfc240ad585e68955407bf7  koan-1.2.6.tar.gz
+942f732d4cc1781a62673aef26ad318c  koan-1.4.0.tar.gz




More information about the fedora-extras-commits mailing list