[cobbler/f14/master] Release 2.0.11

Scott Henson shenson at fedoraproject.org
Wed Apr 20 14:41:04 UTC 2011


commit 1b8959931e5b6ef54ea196fe9fc34b9aef0c7ac8
Author: Scott Henson <shenson at redhat.com>
Date:   Wed Apr 20 10:41:13 2011 -0400

    Release 2.0.11

 .gitignore   |    1 +
 cobbler.spec |    6 ++++--
 sources      |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d665506..7e1ee21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ cobbler-2.0.5.tar.gz
 /cobbler-2.0.8.tar.gz
 /cobbler-2.0.9.tar.gz
 /cobbler-2.0.10.tar.gz
+/cobbler-2.0.11.tar.gz
diff --git a/cobbler.spec b/cobbler.spec
index 9163762..5fe3df2 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -6,7 +6,7 @@ Summary: Boot server configurator
 Name: cobbler
 License: GPLv2+
 AutoReq: no
-Version: 2.0.10
+Version: 2.0.11
 Release: 1%{?dist}
 Source0: cobbler-%{version}.tar.gz
 Group: Applications/System
@@ -27,7 +27,7 @@ Requires: mod_python
 %endif
 
 Requires: createrepo
-%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
+%if 0%{?fedora} >= 11
 Requires: fence-agents
 %endif
 %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
@@ -288,6 +288,8 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/cobbler/triggers/install/pre
 %dir /var/lib/cobbler/triggers/install/post
 %dir /var/lib/cobbler/snippets/
+%dir /var/cache/cobbler
+%dir /var/cache/cobbler/buildiso
 
 %defattr(664,root,root)
 %config(noreplace) /etc/cobbler/settings
diff --git a/sources b/sources
index ce44668..a01d9a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-254db5c1345462d72cfec5e9c44af489  cobbler-2.0.10.tar.gz
+af3bf3f871eca707ff08b122c3ae16b9  cobbler-2.0.11.tar.gz


More information about the scm-commits mailing list