[bcfg2/el5] * Thu Jun 02 2011 Fabian Affolter <fabian at bernewireless.net> - 1.1.2-1 - Updated to new upstream ver

Fabian Affolter fab at fedoraproject.org
Thu Jun 2 12:36:01 UTC 2011


commit 8d9f25da2b072c625c3c93485a8fdb5ae1ba44ff
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Thu Jun 2 14:35:29 2011 +0200

    * Thu Jun 02 2011 Fabian Affolter <fabian at bernewireless.net> - 1.1.2-1
    - Updated to new upstream version 1.1.2
    - Fixed #683239

 bcfg2.spec |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/bcfg2.spec b/bcfg2.spec
index 32d0b28..514e4ec 100644
--- a/bcfg2.spec
+++ b/bcfg2.spec
@@ -2,18 +2,16 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 
-#global _rc 5
-
 Name:             bcfg2
-Version:          1.1.0
-Release:          2%{?_rc:.rc%{_rc}}%{?dist}
+Version:          1.1.2
+Release:          1%{?dist}
 Summary:          Configuration management system
 
 Group:            Applications/System
 License:          BSD
-URL:              http://trac.mcs.anl.gov/projects/bcfg2
-Source0:          ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}%{?_rc:rc%{_rc}}.tar.gz
-Source1:          ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}%{?_rc:rc%{_rc}}.tar.gz.gpg
+URL:              http://bcfg2.org
+Source0:          ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}.tar.gz
+Source1:          ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}.tar.gz.gpg
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:        noarch
 
@@ -74,6 +72,9 @@ Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/chkconfig
 Requires(preun):  /sbin/service
 Requires(postun): /sbin/service
+%if 0%{?epel} > 0
+Requires:	  python-ssl
+%endif
 
 %description server
 Configuration management server
@@ -195,17 +196,11 @@ fi
 
 %files server
 %defattr(-,root,root,-)
-
 %ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.key
-
 %config(noreplace) %{_sysconfdir}/sysconfig/bcfg2-server
-
 %{_initrddir}/bcfg2-server
-
 %{python_sitelib}/Bcfg2/Server
-
 %{_datadir}/bcfg2
-
 %{_sbindir}/bcfg2-admin
 %{_sbindir}/bcfg2-build-reports
 %{_sbindir}/bcfg2-info
@@ -223,6 +218,10 @@ fi
 %dir %{_var}/lib/bcfg2
 
 %changelog
+* Thu Jun 02 2011 Fabian Affolter <fabian at bernewireless.net> - 1.1.2-1
+- Updated to new upstream version 1.1.2
+- Fixed #683239
+
 * Mon Sep 27 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-2
 - Update to final version
 


More information about the scm-commits mailing list