summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/buildsys/2.3/control.in2
-rw-r--r--debian/buildsys/2.4/control.in2
-rw-r--r--debian/buildsys/pycentral/control.in2
-rw-r--r--debian/changelog6
-rw-r--r--redhat/bcfg2.spec.in3
5 files changed, 12 insertions, 3 deletions
diff --git a/debian/buildsys/2.3/control.in b/debian/buildsys/2.3/control.in
index f4581b7d5..407587d15 100644
--- a/debian/buildsys/2.3/control.in
+++ b/debian/buildsys/2.3/control.in
@@ -18,7 +18,7 @@ Description: Configuration management client
Package: bcfg2-server
Architecture: all
-Depends: ${python:Depends}, python2.3-lxml (>= 0.8), python2.3-gamin | python2.3-fam , libxml2-utils (>= 2.6.23), gamin | fam, ucf, bcfg2 (= ${Source-Version}), python-cheetah, openssl
+Depends: ${python:Depends}, python2.3-lxml (>= 0.8), python2.3-gamin | python2.3-fam , libxml2-utils (>= 2.6.23), gamin | fam, ucf, bcfg2 (= ${Source-Version}), openssl
Recommends: graphviz
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
diff --git a/debian/buildsys/2.4/control.in b/debian/buildsys/2.4/control.in
index 35c7ae1d6..58da98dc1 100644
--- a/debian/buildsys/2.4/control.in
+++ b/debian/buildsys/2.4/control.in
@@ -18,7 +18,7 @@ Description: Configuration management client
Package: bcfg2-server
Architecture: all
-Depends: ${python:Depends}, python-lxml (>=0.9) | python2.4-lxml (>= 0.9), python2.4-gamin | python2.4-fam, python2.4-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1), ucf, bcfg2 (= ${Source-Version}), python-cheetah, openssl
+Depends: ${python:Depends}, python-lxml (>=0.9) | python2.4-lxml (>= 0.9), python2.4-gamin | python2.4-fam, python2.4-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1), ucf, bcfg2 (= ${Source-Version}), openssl
Recommends: graphviz
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
diff --git a/debian/buildsys/pycentral/control.in b/debian/buildsys/pycentral/control.in
index 9c333aa06..915f3c9b3 100644
--- a/debian/buildsys/pycentral/control.in
+++ b/debian/buildsys/pycentral/control.in
@@ -20,7 +20,7 @@ Description: Configuration management client
Package: bcfg2-server
Architecture: all
-Depends: ${python:Depends}, python-lxml (>= 0.9), python-fam | python-gamin, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}), python-cheetah, openssl
+Depends: ${python:Depends}, python-lxml (>= 0.9), python-fam | python-gamin, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}), openssl
Recommends: python-genshi (>= 0.4.4), graphviz
XB-Python-Version: ${python:Versions}
Description: Configuration management server
diff --git a/debian/changelog b/debian/changelog
index 6680a07d3..586f6f2e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (1.0pre4-0.2) unstable; urgency=low
+
+ * Remove python-cheetah dependency
+
+ -- Sol Jerome <solj@ices.utexas.edu> Wed, 15 Jun 2009 14:30:25 -0500
+
bcfg2 (1.0pre4-0.1) unstable; urgency=low
* new prerelease
diff --git a/redhat/bcfg2.spec.in b/redhat/bcfg2.spec.in
index ca3c8b531..447e06dac 100644
--- a/redhat/bcfg2.spec.in
+++ b/redhat/bcfg2.spec.in
@@ -222,6 +222,9 @@ fi
%dir %{_var}/lib/bcfg2
%changelog
+* Wed Jun 15 2009 Sol Jerome <solj@ices.utexas.edu> 1.0pre4-0.1
+- Remove python-cheetah dependency
+
* Tue Oct 28 2008 Robin Bowes <robin@robinbowes.com> 0.9.6-0.2
- spec file is now created dynamically so Version & Release
can be hard-coded so SRPM can be rebuilt without the Makefile