rpms/bcfg2/devel .cvsignore, 1.17, 1.18 bcfg2.spec, 1.29, 1.30 sources, 1.17, 1.18

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Nov 6 17:24:02 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/bcfg2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20535

Modified Files:
	.cvsignore bcfg2.spec sources 
Log Message:
* Fri Nov  6 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.0-1
- Update to 1.0.0 final



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bcfg2/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	3 Nov 2009 15:17:08 -0000	1.17
+++ .cvsignore	6 Nov 2009 17:24:02 -0000	1.18
@@ -1 +1,2 @@
-bcfg2-1.0.0rc2.tar.gz
+bcfg2-1.0.0.tar.gz
+bcfg2-1.0.0.tar.gz.gpg


Index: bcfg2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bcfg2/devel/bcfg2.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- bcfg2.spec	3 Nov 2009 15:17:08 -0000	1.29
+++ bcfg2.spec	6 Nov 2009 17:24:02 -0000	1.30
@@ -1,16 +1,17 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define _rc 2
+#define _rc 4
 
 Name:             bcfg2
 Version:          1.0.0
-Release:          0.4%{?_rc:.rc%{_rc}}%{?dist}
+Release:          1%{?_rc:.rc%{_rc}}%{?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
 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,7 +24,9 @@ BuildRequires: python-setuptools
 %endif
 
 Requires:         python-lxml
+%if 0%{?epel} > 0
 Requires:	  python-ssl
+%endif
 
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/chkconfig
@@ -120,6 +123,7 @@ install -m 755 tools/bcfg2-cron %{buildr
 
 install -m 644 debian/bcfg2.default %{buildroot}%{_sysconfdir}/sysconfig/bcfg2
 
+touch %{buildroot}%{_sysconfdir}/bcfg2.cert
 touch %{buildroot}%{_sysconfdir}/bcfg2.conf
 touch %{buildroot}%{_sysconfdir}/bcfg2.key
 
@@ -158,6 +162,7 @@ fi
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog examples COPYRIGHT README
 
+%ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.cert
 %ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.conf
 
 %config(noreplace) %{_sysconfdir}/sysconfig/bcfg2
@@ -171,13 +176,11 @@ fi
 %{python_sitelib}/Bcfg2/__init__.*
 %{python_sitelib}/Bcfg2/Client
 %{python_sitelib}/Bcfg2/Component.*
-#%{python_sitelib}/Bcfg2/Daemon.*
 %{python_sitelib}/Bcfg2/Logger.*
 %{python_sitelib}/Bcfg2/Options.*
 %{python_sitelib}/Bcfg2/Proxy.*
 %{python_sitelib}/Bcfg2/SSLServer.*
 %{python_sitelib}/Bcfg2/Statistics.*
-#%{python_sitelib}/Bcfg2/tlslite
 
 %{_sbindir}/bcfg2
 %{_mandir}/man1/bcfg2.1*
@@ -203,7 +206,6 @@ fi
 %{_sbindir}/bcfg2-info
 %{_sbindir}/bcfg2-ping-sweep
 %{_sbindir}/bcfg2-repo-validate
-#%{_sbindir}/bcfg2-remote
 %{_sbindir}/bcfg2-reports
 %{_sbindir}/bcfg2-server
 
@@ -211,12 +213,17 @@ fi
 %{_mandir}/man8/bcfg2-build-reports.8*
 %{_mandir}/man8/bcfg2-info.8*
 %{_mandir}/man8/bcfg2-repo-validate.8*
-#%{_mandir}/man8/bcfg2-remote.8*
 %{_mandir}/man8/bcfg2-server.8*
 
 %dir %{_var}/lib/bcfg2
 
 %changelog
+* Fri Nov  6 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.0-1
+- Update to 1.0.0 final
+
+* Wed Nov  4 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.0-0.5.rc2
+- Only require python-ssl on EPEL
+
 * Sat Oct 31 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.0-0.4.rc2
 - Update to 1.0.0rc2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bcfg2/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	3 Nov 2009 15:17:08 -0000	1.17
+++ sources	6 Nov 2009 17:24:02 -0000	1.18
@@ -1 +1,2 @@
-d048c5ff6b713ee487b037ed7e4871e8  bcfg2-1.0.0rc2.tar.gz
+2303fc4cb7b5e49034dd1f71f5ad5847  bcfg2-1.0.0.tar.gz
+230dc3d16655ca80ea511f51a9c0449b  bcfg2-1.0.0.tar.gz.gpg




More information about the scm-commits mailing list