summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-13 15:08:25 -0400
committerJim Meyering <jim@meyering.net>2006-09-13 15:08:25 -0400
commitfca4ddb1a3364381e5eb2cf7768a4e221a31e41e (patch)
tree18adcb45558e74ad8854fa064e32b50ccc021c1a /cobbler.spec
parent0f58d45fa07a7b18950b988298bdf56d54bec96e (diff)
downloadthird_party-cobbler-fca4ddb1a3364381e5eb2cf7768a4e221a31e41e.tar.gz
third_party-cobbler-fca4ddb1a3364381e5eb2cf7768a4e221a31e41e.tar.xz
third_party-cobbler-fca4ddb1a3364381e5eb2cf7768a4e221a31e41e.zip
- Fixing bug that didn't allow lowercase MAC input, now upcasing it
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/cobbler.spec b/cobbler.spec
index 6e3b449..494efbd 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -1,7 +1,7 @@
Summary: Boot server configurator
Name: cobbler
Version: 0.1.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Applications/System
@@ -21,7 +21,7 @@ Xen, and re-provisioning an existing Linux system via auto-kickstart. The
last two modes require 'koan' to be run on the remote system.
%prep
-%setup
+%setup -q
%build
python setup.py build
@@ -40,6 +40,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%changelog
+* Wed Aug 16 2006 - 0.1.1-5
+- Spec file tweaks only for FC-Extras
* Thu Jul 20 2006 - 0.1.1-4
- Fixed python import paths in yaml code, which errantly assumed yaml was installed as a module.
* Wed Jul 12 2006 - 0.1.1-3