diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2006-06-28 18:35:21 -0400 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2006-06-28 18:35:21 -0400 |
| commit | 69bcffb0efb8db6e7c869fe5f8f3e2031651e4ea (patch) | |
| tree | 038a4055693b01821e9f050712e78bdd738a2896 | |
| parent | 88cb15140fd17209e94935d502760f63cf9ce447 (diff) | |
| download | cobbler-69bcffb0efb8db6e7c869fe5f8f3e2031651e4ea.tar.gz cobbler-69bcffb0efb8db6e7c869fe5f8f3e2031651e4ea.tar.xz cobbler-69bcffb0efb8db6e7c869fe5f8f3e2031651e4ea.zip | |
Fix dist field
| -rw-r--r-- | koan.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: %{name} Version: %{version} -Release: %{release} +Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: Applications/System @@ -32,6 +32,7 @@ any existing system. For use with a boot-server configured with python setup.py build %install +rm -rf $RPM_BUILD_ROOT python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES %clean |
