rpms/koan/FC-6 .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 Oct 24 19:40:29 UTC 2006


Author: mdehaan

Update of /cvs/extras/rpms/koan/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13973

Modified Files:
	.cvsignore koan.spec sources 
Log Message:
Upstream changes (see CHANGELOG)




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koan/FC-6/.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	24 Oct 2006 19:39:58 -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.3.tar.gz


Index: koan.spec
===================================================================
RCS file: /cvs/extras/rpms/koan/FC-6/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	24 Oct 2006 19:39:58 -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.3
 Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -13,7 +13,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 ExcludeArch: ppc
-Url: http://et.redhat.com/~mdehaan/cobbler
+Url: http://cobbler.et.redhat.com/
 
 %description
 
@@ -26,14 +26,14 @@
 %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 +47,13 @@
 %doc AUTHORS COPYING CHANGELOG README NEWS
 
 %changelog
+* 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/FC-6/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	24 Oct 2006 19:39:58 -0000	1.6
@@ -1 +1 @@
-8bcd6432b32c280b2aea6f1eb78e5ddd  koan-0.2.2.tar.gz
+34974b122210c2027e27da6524feffae  koan-0.2.3.tar.gz




More information about the fedora-extras-commits mailing list