diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | koan.spec | 10 | ||||
-rwxr-xr-x | koan/xencreate.py | 1 |
3 files changed, 8 insertions, 7 deletions
@@ -1,4 +1,4 @@ -all: +all: rpm clean: -rm -f koan*.gz koan*.rpm MANIFEST @@ -10,7 +10,7 @@ manpage: test: python tests/tests.py -install: clean manpage +rpm: clean manpage python setup.py sdist cp dist/*.gz . rpmbuild --define "_topdir %(pwd)" \ @@ -11,13 +11,11 @@ License: GPL Group: Applications/System Requires: mkinitrd Requires: syslinux -Requires: python >= 2.4.2 -Requires: PySyck >= 0.61 +Requires: python >= 2.3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Prefix: %{_prefix} BuildArch: noarch Vendor: Michael DeHaan <mdehaan@redhat.com> -Url: http://michaeldehaan.net/software/RPMS +Url: http://michaeldehaan.net/software/RPMS/koan-0.1.0-1.src.rpm %description @@ -41,3 +39,7 @@ rm -rf $RPM_BUILD_ROOT %files -f INSTALLED_FILES %defattr(-,root,root) + +%changelog +* Wed Jun 28 2005 - 0.1.0-1 +- rpm genesis diff --git a/koan/xencreate.py b/koan/xencreate.py index c32fe2e1..5f762edd 100755 --- a/koan/xencreate.py +++ b/koan/xencreate.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # # Xen creation functions. Code originated from xenguest-install. # |