rpms/koan/devel .cvsignore, 1.4, 1.5 koan.spec, 1.6, 1.7 sources, 1.5, 1.6

Michael DeHaan (mdehaan) fedora-extras-commits at redhat.com
Tue Dec 12 20:50:06 UTC 2006


Author: mdehaan

Update of /cvs/extras/rpms/koan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7837

Modified Files:
	.cvsignore koan.spec sources 
Log Message:
Bringing devel up to FC-6 levels




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	18 Oct 2006 19:02:50 -0000	1.4
+++ .cvsignore	12 Dec 2006 20:49:36 -0000	1.5
@@ -1,3 +1,4 @@
 koan-0.1.1.tar.gz
 koan-0.2.1.tar.gz
 koan-0.2.2.tar.gz
+koan-0.2.5.tar.gz


Index: koan.spec
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/koan.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- koan.spec	18 Oct 2006 19:02:50 -0000	1.6
+++ koan.spec	12 Dec 2006 20:49:36 -0000	1.7
@@ -2,7 +2,7 @@
 
 Summary: Network provisioning tool for Xen and Existing Non-Bare Metal
 Name: koan
-Version: 0.2.2
+Version: 0.2.5
 Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -12,28 +12,29 @@
 Requires: python >= 2.3
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
+BuildRequires: python-devel
 ExcludeArch: ppc
-Url: http://et.redhat.com/~mdehaan/cobbler
+Url: http://cobbler.et.redhat.com/
 
 %description
 
 Koan stands for kickstart-over-a-network and allows for both
-network provisioning of new Xen guests and destructive re-provisioning of
-any existing system.  For use with a boot-server configured with
+network provisioning of new virtualized guests and destructive re-provisioning 
+of any existing system.  For use with a boot-server configured with
 'cobbler'
 
 %prep
 %setup -q
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT
+test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
@@ -47,6 +48,22 @@
 %doc AUTHORS COPYING CHANGELOG README NEWS
 
 %changelog
+
+* Fri Dec 08 2006 - Michael DeHaan <mdehaan at redhat.com> - 0.2.5-1
+- Upstream changes (see CHANGELOG)
+- tweaked MANIFEST.in to appease rhel3 builds
+
+* Wed Oct 25 2006 - Michael DeHaan <mdehaan at redhat.com> - 0.2.4-1
+- Upstream changes (see CHANGELOG)
+- Description update
+
+* Tue Oct 24 2006 - Michael DeHaan <mdehaan at redhat.com> - 0.2.3-1
+- Upstream changes (see CHANGELOG)
+
+* Wed Oct 18 2006 - Michael DeHaan <mdehaan at redhat.com> - 0.2.2-2
+- Use __python instead of python, test RPM dir before deletion
+- Update URLs
+
 * Mon Oct 09 2006 - Michael DeHaan <mdehaan at redhat.com> - 0.2.2-1
 - Upstream change -- support Python 2.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	18 Oct 2006 19:02:50 -0000	1.5
+++ sources	12 Dec 2006 20:49:36 -0000	1.6
@@ -1 +1 @@
-8bcd6432b32c280b2aea6f1eb78e5ddd  koan-0.2.2.tar.gz
+e38e0b00526b9b9d2b454d55fb41b026  koan-0.2.5.tar.gz




More information about the fedora-extras-commits mailing list