[aeolus-configure/f16] update to v2.6.0-1 release

slinabery slinabery at fedoraproject.org
Mon Jun 11 17:11:42 UTC 2012


commit fd590bb6d75d10d737e2fd026e61d8b7e49b1dd1
Author: Steve Linabery <slinaber at redhat.com>
Date:   Mon Jun 11 12:11:37 2012 -0500

    update to v2.6.0-1 release

 .gitignore            |    1 +
 aeolus-configure.spec |   84 ++++++++++++++++++++++++++++++++++++++++++------
 sources               |    2 +-
 3 files changed, 75 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9510dd8..7a7ac6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /aeolus-configure-2.0.2-gitb7ee8da278.tgz
 /aeolus-configure-2.1.0.tgz
 /aeolus-configure-2.5.0.tgz
+/aeolus-configure-2.6.0.tgz
diff --git a/aeolus-configure.spec b/aeolus-configure.spec
index 7fed53e..5296dc5 100644
--- a/aeolus-configure.spec
+++ b/aeolus-configure.spec
@@ -3,8 +3,8 @@
 
 Summary:  Aeolus Configure Puppet Recipe
 Name:     aeolus-configure
-Version:  2.5.0
-Release:  4%{?dist}
+Version:  2.6.0
+Release:  1%{?dist}
 
 Group:    Applications/Internet
 License:  ASL 2.0
@@ -36,6 +36,7 @@ Aeolus Configure Puppet Recipe
 %build
 
 %install
+%{__mkdir} -p %{buildroot}/%{_mandir}/man1
 %{__mkdir} -p %{buildroot}/%{aeolushome}/modules/aeolus %{buildroot}/%{_sbindir}
 %{__mkdir} -p %{buildroot}/%{_bindir}
 %{__mkdir} -p %{buildroot}%{_sysconfdir}/aeolus-configure/nodes
@@ -50,33 +51,94 @@ Aeolus Configure Puppet Recipe
 %{__cp} -R %{pbuild}/bin/aeolus-node-check %{buildroot}/%{aeolushome}/modules/aeolus/
 %{__cp} -R %{pbuild}/bin/aeolus-check-services %{buildroot}/%{_bindir}/
 %{__cp} -R %{pbuild}/bin/aeolus-restart-services %{buildroot}/%{_sbindir}/
+%{__cp} -R %{pbuild}/bin/aeolus-services %{buildroot}/%{_sbindir}/
 %{__cp} -R %{pbuild}/bin/aeolus-configure %{buildroot}/%{_sbindir}/
 %{__cp} -R %{pbuild}/bin/aeolus-cleanup %{buildroot}/%{_sbindir}/
+%{__cp} %{pbuild}/docs/man1/* %{buildroot}/%{_mandir}/man1/
 
 %files
 %doc COPYING
 %attr(0755, root, root) %{_sbindir}/aeolus-configure
 %attr(0755, root, root) %{_sbindir}/aeolus-cleanup
 %config(noreplace) %{_sysconfdir}/aeolus-configure/*
+%attr(0600, root, root) %{_sysconfdir}/aeolus-configure/nodes/*
 %attr(0755, root, root) %{_bindir}/aeolus-check-services
 %attr(0755, root, root) %{_sbindir}/aeolus-restart-services
+%attr(0755, root, root) %{_sbindir}/aeolus-services
+%doc %{_mandir}/man1/*
 %{aeolushome}
 
 %changelog
-* Wed Jan 11 2012 Steve Linabery <slinaber at redhat.com> - 2.5.0-4
-- 5cd7786 BZ#773060 - do not add provider accounts for rhevm, vshpere in aeolus-configure
-- 6f108fc Bump release, add changelog, 2.5.0-3
-
-* Tue Jan 10 2012 Steve Linabery <slinaber at redhat.com> - 2.5.0-3
-- e32ce7e BZ 773037 - update RHEVM configuration to support data centers
-- caf1355 Set version in Rakefile to 2.5.0
-- f1dbbad Set release number
-- cc97b46 Fixing merge conflict
+* Wed Jun 06 2012 Steve Linabery <slinaber at redhat.com> - 2.6.0-1
+- 338b0ab Add man page for aeolus-services executable
+- 5059400 Fix broken string interpolation
+- 043873a Fix module structure for puppet 2.7 autoloader
+- aab5f1f Use postgres gem if available
+- 4909706 Remove test references to 'dutils'
+- 0782c8c Fix LOAD_PATH issues with Ruby 1.9
+- 4d00f3c Use RSpec 2.x
+- 4f2bf64 BZ827562 - Upgrade from CloudForms 1.0 to CloudForms 1.0.1 requires additional data definition not provided by rails migration
+- 9bffb2c BZ 806001 aeolus-configure will always create an admin user, need to key of a uuid not name
+- 258d5c4 RM3172 Allow standalone imagefactory/iwhd installation
+- f1b6349 RM 3181 - delayed_job support - rev 2
+- 92b67a1 BZ799814: added basic validations for aeolus-configure
+- e0e36a4 BZ811373 - Add KeepAlive on to vhost in conductor.conf
+- 9de4f42 BZ 803745 - Warn credentials are incorrect if authentication with RHEV fails when checking export type
+- 8ac8e2a BZ 803249 - Remove qpidd from configure
+- 0a6ef1c BZ 802847 - cleanup hardware profiles and fix provider ordering effects
+- 45d5fcf BZ #802871: added man pages for configure executables
+- 6f93654 BZ 800057 - aeolus-cleanup should purge aeolus related files in /var/tmp/
+- b7e485e BZ 794505: lower cost hwp for ec2
+- bfa5682 BZ 795935 - put back username and password for conf/vsphere_configure
+- 415e5b9 BZ 795935 - remove username from rhevm.json
+- cd61e61 BZ 798440 - /etc/aeolus-configure/nodes/* should be not be world readable
+- 7bb4220 BZ #796797: Fix Role string for sql statement
+- 2c1404a BZ 795935 - Remove passwords from /etc/imagefactory/.json files
+- 16e7891 BZ 788644 - remove confusing comments in cleanup config files
+- b69c475 BZ 794755 - Static assets don't set Cache-Control headers https://bugzilla.redhat.com/show_bug.cgi?id=794755
+- ac99a8b BZ 788644 - multiple RHEV providers with aeolus_cleanup
+- 2491bed BZ 788397 - /var/lib/iwhd should not be removed to maintain consistency with mongodb
+- 6a3edf2 BZ #783220 - change default admin email to 'root at localhost' (rev 2)
+- aed1ae8 BZ 746702 - Update the error message displayed when there is a problem with a config file
+- c5319e5 BZ 785217 - check provider add success by inspecting the flash image alt text
+- 421c61a BZ #784833. -d param is positionally dependent
+- 2037e2e bz784978 - aeolus-configure is not properly settting the /etc/imagefactory/$provider.json file
+- 45d83b0 Revert "Merge branch 'tito' into 1.0-staging"
+- 686548f Revert "Automatic commit of package [aeolus-configure] release [2.5.0-8]."
+- 0c38ed2 Automatic commit of package [aeolus-configure] release [2.5.0-8].
+- 693ec0e bz784915 - aeolus-configure names vsphere provider "default", change to "vsphere-default"
+- f4bc0a0 BZ 773347 - rename redhat.com to example.org
+- ce58124 BZ 773347 - add a note in rhevm_configure on how to find the data center id
+- 2c51676 Add releasers.conf with rhel dist-git releaser
+- 63bf8b0 Fix suffix on source package (.tgz -> tar.gz)
+- cff05ca Remove aeolus-configure.spec.in and copy current spec from dist-git
+- 3892c74 Initialized to use tito.
+- 9af3e7a BZ 783373 - Execute all provider configurations even if there are failures
+- f543542 shebang comments are not valid JSON, so remove them
+- 82c37d9 Update rhevm and vsphere to support multiple configured providers
+- 3c693ce Use YAML format for parameterized classes
+- c4934bb Pull in create_resources function from puppet 2.7 tree
+- 0a90405 BZ 782210 - improved RHEV NFS export validation
+- c8a13c3 BZ # 741947. RFE: add support for all ec2 regions
+- c32189f BZ# 771922: set owner,group,mode on conductor settings file
+- 814ae5e BZ #740089: remove interactive mode for the time being
+- 152dc36 BZ# 769526 - handle invalid blank cloud provider entries
+- 8f05269 BZ #771305 - fixes error found when using custom profiles
+- a996371 BZ 758644 (part 2) - decrement login counter after aeolus-configure script
+- 30407db BZ 758644 (part 1) - clean old cookies when doing a web request
+- 8507b70 BZ 746702 - improve whitepace checking in /etc/aeolus-configure/nodes configs
+- 8701011 BZ#773060 - do not add provider accounts for rhevm, vshpere in aeolus-configure
+- f3d033e BZ 773037 - update RHEVM configuration to support data centers
+- 3242d07 Revert "Set version in Rakefile to 2.5.0"
+- eea582d Set version in Rakefile to 2.5.0
 - e36cfec Correct versioning in changelog entry
 - bcbbde2 Revert version bump
 - 4dbabc3 Bump version, reset release
 - fdce4e6 Bump release, add changelog
 
+* Fri Mar 16 2012 Mo Morsi <mmorsi at redhat.com> - 2.5.0-3
+- include man pages
+
 * Mon Jan 09 2012 Steve Linabery <slinaber at redhat.com> - 2.5.0-2
 - f0043e8 Remove extra_release from spec.in
 - c4d94bf Bump release
diff --git a/sources b/sources
index fcfcd57..503c529 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2195db5137897018b0ad30adc1b2980  aeolus-configure-2.5.0.tgz
+2ac746dd835a74c64521674d5673d421  aeolus-configure-2.6.0.tgz


More information about the scm-commits mailing list