From b5d2421b907d89122b14341e9f00cf4ca8650622 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 28 Jun 2013 19:01:20 -0500 Subject: bcfg2.spec: Remove unnecessary lxml dependency Signed-off-by: Sol Jerome --- misc/bcfg2.spec | 1 - 1 file changed, 1 deletion(-) (limited to 'misc') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index b7e6e43f6..518ebd245 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -47,7 +47,6 @@ BuildRequires: python-sphinx10 BuildRequires: python-sphinx >= 1.0 %endif -Requires: python-lxml >= 0.9 %if 0%{?rhel_version} # the debian init script needs redhat-lsb. # iff we switch to the redhat one, this might not be needed anymore. -- cgit v1.2.3-1-g7c22 From d5943d26a546bd0831e3a3001a7c6a7f9a868399 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 1 Jul 2013 16:24:46 -0500 Subject: Version bump to 1.3.2 Signed-off-by: Sol Jerome --- misc/bcfg2-selinux.spec | 5 ++++- misc/bcfg2.spec | 11 +++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/bcfg2-selinux.spec b/misc/bcfg2-selinux.spec index 9c5262dfd..fa70d2c42 100644 --- a/misc/bcfg2-selinux.spec +++ b/misc/bcfg2-selinux.spec @@ -8,7 +8,7 @@ %global selinux_variants %([ -z "%{selinux_types}" ] && echo mls strict targeted || echo %{selinux_types}) Name: bcfg2-selinux -Version: 1.3.1 +Version: 1.3.2 Release: 1 Summary: Bcfg2 Client and Server SELinux policy @@ -120,6 +120,9 @@ if [ $1 -eq 0 ] ; then fi %changelog +* Mon Jul 01 2013 Sol Jerome 1.3.2-1 +- New upstream release + * Thu Mar 21 2013 Sol Jerome 1.3.1-1 - New upstream release diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 518ebd245..47a1a9548 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -5,7 +5,7 @@ %{!?_initrddir: %global _initrddir %{_sysconfdir}/rc.d/init.d} Name: bcfg2 -Version: 1.3.1 +Version: 1.3.2 Release: 1 Summary: Configuration management system @@ -86,7 +86,7 @@ deployment strategies. This package includes the Bcfg2 client software. %package server -Version: 1.3.1 +Version: 1.3.2 Summary: Bcfg2 Server %if 0%{?suse_version} Group: System/Management @@ -138,7 +138,7 @@ deployment strategies. This package includes the Bcfg2 server software. %package server-cherrypy -Version: 1.3.1 +Version: 1.3.2 Summary: Bcfg2 Server - CherryPy backend %if 0%{?suse_version} Group: System/Management @@ -239,7 +239,7 @@ deployment strategies. This package includes the Bcfg2 documentation. %package web -Version: 1.3.1 +Version: 1.3.2 Summary: Bcfg2 Web Reporting Interface %if 0%{?suse_version} Group: System/Management @@ -476,6 +476,9 @@ fi %endif %changelog +* Mon Jul 01 2013 Sol Jerome 1.3.2-1 +- New upstream release + * Thu Mar 21 2013 Sol Jerome 1.3.1-1 - New upstream release -- cgit v1.2.3-1-g7c22