Update to Sprint 080
This commit is contained in:
parent
ae074fa6fb
commit
f673c52769
3 changed files with 16 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/aeolus-configserver-0.4.1.tgz
|
||||
/aeolus-configserver-0.4.5.tgz
|
||||
|
|
|
|||
|
|
@ -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@lists.fedoraproject.org> - 0.4.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Dec 16 2011 Greg Blomquist <gblomqui@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@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@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@redhat.com> 0.4.2-2
|
||||
- Allow deletion of deployment configs
|
||||
* Tue Nov 29 2011 Joe VLcek <jvlcek@redhat.com> 0.4.1-4
|
||||
- Use install -m in place of cp in spec file
|
||||
* Mon Nov 28 2011 Joe VLcek <jvlcek@redhat.com> 0.4.1-3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b0cf25a9fd6442970937f4d051a4246d aeolus-configserver-0.4.1.tgz
|
||||
74ccb921ab17c2aa6e4a05e95c4bcbb7 aeolus-configserver-0.4.5.tgz
|
||||
|
|
|
|||
Reference in a new issue