summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-16 16:26:52 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-16 16:26:52 -0400
commit6f5ad0b0fe3d43f5cf5efaa465f8eff4c92eb642 (patch)
tree268381756114f57f613388d4bcccab0f369fb40e /cobbler.spec
parent90666a4a0a3c918a31f7cdfd9fa9fd2a6ad48705 (diff)
downloadthird_party-cobbler-6f5ad0b0fe3d43f5cf5efaa465f8eff4c92eb642.tar.gz
third_party-cobbler-6f5ad0b0fe3d43f5cf5efaa465f8eff4c92eb642.tar.xz
third_party-cobbler-6f5ad0b0fe3d43f5cf5efaa465f8eff4c92eb642.zip
Fix to make serializer look in the right place, also removed a debug
print.
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/cobbler.spec b/cobbler.spec
index c4284f3..523485c 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -3,7 +3,7 @@ Summary: Boot server configurator
Name: cobbler
AutoReq: no
Version: 0.9.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
Group: Applications/System
@@ -188,7 +188,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
-* Fri May 16 2008 Michael DeHaan <mdehaan@redhat.com> - 0.9.2-1
+* Fri May 16 2008 Michael DeHaan <mdehaan@redhat.com> - 0.9.2-2
- Upstream changes (see CHANGELOG)
- moved /var/lib/cobbler/settings to /etc/cobbler/settings