[bcfg2/el5/master] * Mon Sep 27 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-2 - Update to final version

Fabian Affolter fab at fedoraproject.org
Sun Oct 17 16:07:17 UTC 2010


commit b75919021b57b9a4918fee8e0c808c5472d55f6c
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Sun Oct 17 18:07:01 2010 +0200

    * Mon Sep 27 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-2
    - Update to final version

 bcfg2.spec |  228 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 sources    |    3 +-
 2 files changed, 213 insertions(+), 18 deletions(-)
---
diff --git a/bcfg2.spec b/bcfg2.spec
index f277f48..32d0b28 100644
--- a/bcfg2.spec
+++ b/bcfg2.spec
@@ -1,19 +1,20 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
-#define pre 3
+#global _rc 5
 
 Name:             bcfg2
-Version:          0.9.6
-Release:          1%{?pre:.pre%{pre}}%{?dist}
+Version:          1.1.0
+Release:          2%{?_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}%{?pre:pre%{pre}}.tar.gz
-
+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)
-
 BuildArch:        noarch
 
 %if 0%{?fedora} >= 8
@@ -23,6 +24,10 @@ BuildRequires: python-setuptools
 %endif
 
 Requires:         python-lxml
+%if 0%{?epel} > 0
+Requires:	  python-ssl
+%endif
+
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/chkconfig
 Requires(preun):  /sbin/service
@@ -64,6 +69,7 @@ Requires:         gamin-python
 Requires:         redhat-lsb
 Requires:         python-genshi
 Requires:         python-cheetah
+Requires:         graphviz
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/chkconfig
 Requires(preun):  /sbin/service
@@ -73,18 +79,19 @@ Requires(postun): /sbin/service
 Configuration management server
 
 %prep
-%setup -q -n %{name}-%{version}%{?pre:pre%{pre}}
+%setup -q -n %{name}-%{version}%{?_rc:rc%{_rc}}
 
 # fixup some paths
-%{__perl} -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig at g' debian/buildsys/common/bcfg2.init
+%{__perl} -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig at g' debian/bcfg2.init
+%{__perl} -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig at g' debian/bcfg2-server.init
 %{__perl} -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig at g' tools/bcfg2-cron
 
 %{__perl} -pi -e 's@/usr/lib/bcfg2@%{_libexecdir}@g' debian/bcfg2.cron.daily
 %{__perl} -pi -e 's@/usr/lib/bcfg2@%{_libexecdir}@g' debian/bcfg2.cron.hourly
 
 # don't start servers by default
-%{__perl} -pi -e 's at chkconfig: (\d+)@chkconfig: -@' debian/buildsys/common/bcfg2.init
-%{__perl} -pi -e 's at chkconfig: (\d+)@chkconfig: -@' debian/buildsys/common/bcfg2-server.init
+%{__perl} -pi -e 's at chkconfig: (\d+)@chkconfig: -@' debian/bcfg2.init
+%{__perl} -pi -e 's at chkconfig: (\d+)@chkconfig: -@' debian/bcfg2-server.init
 
 # get rid of extraneous shebangs
 for f in `find src/lib -name \*.py`
@@ -110,14 +117,16 @@ mkdir -p %{buildroot}%{_var}/cache/bcfg2
 
 mv %{buildroot}%{_bindir}/bcfg2* %{buildroot}%{_sbindir}
 
-install -m 755 debian/buildsys/common/bcfg2.init %{buildroot}%{_initrddir}/bcfg2
-install -m 755 debian/buildsys/common/bcfg2-server.init %{buildroot}%{_initrddir}/bcfg2-server
+install -m 755 debian/bcfg2.init %{buildroot}%{_initrddir}/bcfg2
+install -m 755 debian/bcfg2-server.init %{buildroot}%{_initrddir}/bcfg2-server
 install -m 755 debian/bcfg2.cron.daily %{buildroot}%{_sysconfdir}/cron.daily/bcfg2
 install -m 755 debian/bcfg2.cron.hourly %{buildroot}%{_sysconfdir}/cron.hourly/bcfg2
 install -m 755 tools/bcfg2-cron %{buildroot}%{_libexecdir}/bcfg2-cron
 
 install -m 644 debian/bcfg2.default %{buildroot}%{_sysconfdir}/sysconfig/bcfg2
+install -m 644 debian/bcfg2-server.default %{buildroot}%{_sysconfdir}/sysconfig/bcfg2-server
 
+touch %{buildroot}%{_sysconfdir}/bcfg2.cert
 touch %{buildroot}%{_sysconfdir}/bcfg2.conf
 touch %{buildroot}%{_sysconfdir}/bcfg2.key
 
@@ -156,6 +165,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
@@ -169,11 +179,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/tlslite
+%{python_sitelib}/Bcfg2/SSLServer.*
+%{python_sitelib}/Bcfg2/Statistics.*
 
 %{_sbindir}/bcfg2
 %{_mandir}/man1/bcfg2.1*
@@ -188,6 +198,8 @@ fi
 
 %ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.key
 
+%config(noreplace) %{_sysconfdir}/sysconfig/bcfg2-server
+
 %{_initrddir}/bcfg2-server
 
 %{python_sitelib}/Bcfg2/Server
@@ -199,7 +211,6 @@ fi
 %{_sbindir}/bcfg2-info
 %{_sbindir}/bcfg2-ping-sweep
 %{_sbindir}/bcfg2-repo-validate
-%{_sbindir}/bcfg2-remote
 %{_sbindir}/bcfg2-reports
 %{_sbindir}/bcfg2-server
 
@@ -207,12 +218,195 @@ 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
+* Mon Sep 27 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-2
+- Update to final version
+
+* Wed Sep 15 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-1.3.rc5
+- Update to 1.1.0rc5:
+-
+- Packages:
+-  - Assign the deps variable before resolution.
+-  - Allow xinclude and add XML error handling
+-  - Remove log line from black/whitelist test
+-  - Allow for whitelisting
+-   Patch from IRConan to allow for whitelisted packages in
+-   sources.
+-  - Treat blacklisted packages as if they don't exist
+-   Currently a blacklisted package stops further source processing.
+-   This prevents any other sources from defining a good package.
+-  - Document new knobs and added schema validator
+-  - Move knobs to config.xml
+-  - Resolver/Metadata options
+-   Patch from Jack Neely to add enable/disable options to the resolver
+-   and metadata pareser.
+-  - Allow soft relaods and use a checksum for cache file.
+-   Use checksum for cache file.
+-   Allow reloads of config.xml and sources without downloading everything.
+-   Merged config.xml and source processing into a single function.
+-  - Expose repo data as a Connector
+-  - fix type conflict
+-  - invalidate virt_pkgs cache when source data is reloaded
+-  - dep resolver rewrite
+-   Fix dep resolver to take all providers of a dependency into consideration.
+-   Rewrite resolver to be simpler at the same time.
+-  - Added support for "apt" and "yum" as non-distro specific magic groups
+-
+- YUMng:
+-  - Better error handling for installs
+-  - Deal with any possible Yum verify exceptions
+-  - patch from Tim Laszlo to handle verifying broken symlinks
+-  - fix bug #931
+-   getinstalledgpg() is an RPMng method and is no longer needed in YUMng.
+-  - Fix Path type='ignore' traceback (Reported by Thomas Ackermann)
+-  - speed improvements, multilib verify bug fixes, configuration knobs
+-   The pkg_checks, pkg_verify, installed_action, version_fail_action, and
+-   verify_fail_action configuration knobs are all wired back up.  Caching
+-   implemented to help speed up the package verify routine.
+-   Work arounds for Yum bug: http://yum.baseurl.org/ticket/573
+-  - Speed improvements, Enable reinstalls
+-   We no longer use RPMng in YUMng.  This improves speed by not calling
+-   prelink as yum takes care of that for us.
+-   Yum can do reinstalls on package verify fail so lets wire that up.
+-  - All gpg-pubkey must be in the proper work queue to be installed.
+-   gpg-pubkeys are not packages, yet we treat them as so.  They require
+-   special handling for all install/upgrades/etc.  This corrects a
+-   condition where gpg-pubkeys were "upgraded" rather than "installed."
+-  - YUMng display classes, always compare string versions of packages.
+-   The package object here can be either a yum PO or a string.  Comparing
+-   strings to POs tracebacks.
+-   Display classes for the YUMng driver
+-  - YUMng re-implementation of VerifyPackage using the Yum API.
+-
+- doc:
+-  - Some clarifications on Decisions plugin.
+-  - Minor fixes to SSHbase documentation
+-  - Style fixes
+-  - Fix hyperlinks
+-  - Add the rest of the altsrc documentation for Ticket #923
+-
+- schema:
+-  - Schema updates for Path type="ignore"
+-  - repo-validate: Validate two levels of Group nesting (Fixes
+-   Ticket #805)
+-
+- Misc:
+-  - bcfg2-repo-validate: Patch from Joe Digilio to fix tb in Ticket #939
+-  - Metadata: Add error message when file monitor fails
+-  - bcfg2.spec.in: Fix lxml requirement for bcfg2 client (Reported by tac on IRC)
+-  - Tools/__init__.py: Autoload client tools present in the Tools directory
+-  - bcfg2-info: Add IPython support (Patch from Jeff Strunk) for Ticket #921
+-  - BB: Deprecate BB plugin (Resolves Ticket #923)
+-  - bcfg2: Add back the new SSL key options (Fixes Ticket #916)
+-   The man page no longer contains the -K option mentioned in Ticket #908.
+-   This has been removed since [6013]. We still need the key option available
+-   in the client to prevent Ticket #916.
+-  - Added prefix option to [server] section
+-  - fixes for #910
+-  - '-K' is replaced by '--ssl-key'
+-  - SSLServer: handle socket errors on shutdown gracefully (Resolves #907 and #909)
+-  - bcfg2: fix option parsing for ssl key (Resolves Ticket #908)
+-  - Init: Fix traceback from ticket #906
+-  - Harmonised log messages
+-  - debian: Merge in changes from Arto Jantunen
+-  - bcfg2.init: Remove agent mode (no longer exists)
+-  - POSIX.py: Fix hardcoded errno value
+-  - Don't assume python2.5 is being used on successful hashlib import
+-  - Probes: Fix name collapse in case of group specific probes (arch.G20_foo -> arch) (Resolves Ticket #904)
+-  - TGenshi/TCheetah: Add base64 encoding support for files handled by non-Cfg plugins
+-  - bcfg2-server: logger.error doesn't work when bcfg2.conf doesn't exist
+-  - IPS fixups (from RickB)
+-  - DBStats: Fix random mysql errors
+-  - SSLServer: Retry failed writes
+-  - Commit whitelist/blacksupport for glob style entries
+-  - Cfg: Allow pull operations to update info.xml files
+
+* Tue Aug 31 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-1.2.rc4
+- Add new YUMng driver
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.0-1.1.rc4.1
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Tue Jul 20 2010 Fabian Affolter <fabian at bernewireless.net> - 1.1.0-1.1.rc4
+- Added patch to fix indention
+
+* Tue Jul 20 2010 Fabian Affolter <fabian at bernewireless.net> - 1.1.0-0.1.rc4
+- Updated to new upstream release candidate RC4
+
+* Sat Jun 19 2010 Fabian Affolter <fabian at bernewireless.net> - 1.1.0-0.1.rc3
+- Updated to new upstream release candidate RC3 
+
+* Sun May 02 2010 Fabian Affolter <fabian at bernewireless.net> - 1.1.0-0.2.rc1
+- Changed define to global
+- Added graphviz for the server package
+
+* Wed Apr 28 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-0.1.rc1
+- Update to 1.1.0rc1
+- 
+- * Deprecate old-style server POSIX types
+- 
+-  You will now need to specify Path entries in the bcfg2 server
+-  configuration instead of the old ConfigFile, Directory, SymLink
+-  entries. A tool for helping you transition existing configurations
+-  can be found at:
+- 
+-      https://trac.mcs.anl.gov/projects/bcfg2/browser/tags/bcfg2_1_1_0rc1/tools/posixunified.py
+- 
+-  Compatibility with older clients is maintained through the use of
+-  the new POSIXCompat plugin which transforms the new Path entries to
+-  their older equivalents.
+- 
+- * New Sphinx documentation
+- 
+-  We have migrated user documentation to Sphinx. Information about
+-  building the documentation from the Bcfg2 source can be found at:
+- 
+-      https://trac.mcs.anl.gov/projects/bcfg2/wiki/Manual
+- 
+- * Migrate git plugin to Dulwich
+- * New detailed client view and other improvements in Django reports
+- * Encap removed
+- * New OS X packaging
+- * New Upstart client tool
+- * Migrate Hostbase to Django 1.1
+
+* Tue Apr 13 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.1-1
+- Update to final version
+
+* Fri Nov  6 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.0-2
+- Fixup the bcfg2-server init script
+
+* 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
+
+* Mon Oct 26 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.0-0.3.rc1
+- Update to 1.0rc1
+
+* Fri Oct 16 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0-0.2.pre5
+- Add python-ssl requirement
+
+* Tue Aug 11 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0-0.1.pre5
+- Update to 1.0pre5
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.9.6-2
+- Rebuild for Python 2.6
+
 * Tue Nov 18 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.9.6-1
 - Update to 0.9.6 final.
 
diff --git a/sources b/sources
index faf076b..dbb8816 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-8d15f99bd300c0639f40fbae086d7dcf  bcfg2-0.9.6.tar.gz
+13593938daf7e8b9a81cb4b677dc7f99  bcfg2-1.1.0.tar.gz
+f7b6df675bd800b9498228b8563bd923  bcfg2-1.1.0.tar.gz.gpg


More information about the scm-commits mailing list