[aeolus-configserver] Update to Sprint 080

Joseph J. VLcek joev at fedoraproject.org
Thu Mar 8 18:18:27 UTC 2012


commit f673c52769784c5612c1b254bb25f2fb4ebb15a7
Author: Joe VLcek <jvlcek at redhat.com>
Date:   Thu Mar 8 13:18:19 2012 -0500

    Update to Sprint 080

 .gitignore               |    1 +
 aeolus-configserver.spec |   20 ++++++++++++++------
 sources                  |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1821ee6..82abbaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /aeolus-configserver-0.4.1.tgz
+/aeolus-configserver-0.4.5.tgz
diff --git a/aeolus-configserver.spec b/aeolus-configserver.spec
index 88b9dda..e2d28ea 100644
--- a/aeolus-configserver.spec
+++ b/aeolus-configserver.spec
@@ -16,8 +16,8 @@
 %define app_root %{_datadir}/%{name}
 
 Name:       aeolus-configserver
-Version:    0.4.1
-Release:    5%{?dist}
+Version:    0.4.5
+Release:    1%{?dist}
 Summary:    The Aeolus Config Server
 
 Group:      Applications/System
@@ -76,7 +76,7 @@ install -d %{buildroot}/%{app_root}/lib/model
 
 install -m 0644 \
     src/config.ru \
-    src/config.in.ru \
+    src/common_config.rb \
     src/configserver.rb %{buildroot}/%{app_root}
 
 install -m 0644 \
@@ -169,9 +169,17 @@ fi
 %doc COPYING
 
 %changelog
-* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
+* Fri Dec 16 2011 Greg Blomquist <gblomqui at redhat.com> 0.4.4-2
+- https://bugzilla.redhat.com/show_bug.cgi?id=760377
+- https://bugzilla.redhat.com/show_bug.cgi?id=768425
+* Mon Dec 12 2011 Greg Blomquist <gblomqui at redhat.com> 0.4.3-2
+- Fix 500 on audrey-agent HTTP PUT of partial params
+- https://bugzilla.redhat.com/show_bug.cgi?id=766967
+* Fri Dec 09 2011 Greg Blomquist <gblomqui at redhat.com> 0.4.3-1
+- Fix 500 on HTTP DELETE of deployment data
+- (https://bugzilla.redhat.com/show_bug.cgi?id=766012)
+* Tue Nov 29 2011 Greg Blomquist <gblomqui at redhat.com> 0.4.2-2
+- Allow deletion of deployment configs
 * Tue Nov 29 2011 Joe VLcek <jvlcek at redhat.com> 0.4.1-4
 - Use install -m in place of cp in spec file
 * Mon Nov 28 2011 Joe VLcek <jvlcek at redhat.com> 0.4.1-3
diff --git a/sources b/sources
index 92cd24a..607536f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0cf25a9fd6442970937f4d051a4246d  aeolus-configserver-0.4.1.tgz
+74ccb921ab17c2aa6e4a05e95c4bcbb7  aeolus-configserver-0.4.5.tgz


More information about the scm-commits mailing list