summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-06-28 17:44:48 -0400
committerJim Meyering <jim@meyering.net>2006-06-28 17:44:48 -0400
commit88cb15140fd17209e94935d502760f63cf9ce447 (patch)
tree908e3344ee149a6b33ca3eced90fcd6ea9f64d62
parentbfb0e9100a73743b08719cb68347b9da2060694d (diff)
downloadcobbler-88cb15140fd17209e94935d502760f63cf9ce447.tar.gz
cobbler-88cb15140fd17209e94935d502760f63cf9ce447.tar.xz
cobbler-88cb15140fd17209e94935d502760f63cf9ce447.zip
Fix rpmlint errors
-rw-r--r--Makefile4
-rw-r--r--koan.spec10
-rwxr-xr-xkoan/xencreate.py1
3 files changed, 8 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index dc28cdf4..0a304562 100644
--- a/Makefile
+++ b/Makefile
@@ -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)" \
diff --git a/koan.spec b/koan.spec
index cb0120ed..2199ca04 100644
--- a/koan.spec
+++ b/koan.spec
@@ -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.
#