Update subscription-manager to 0.99.4-1

This commit is contained in:
Devan Goodwin 2012-01-16 10:43:08 -04:00
parent 99e58282a8
commit 3febb898cd
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/subscription-manager-0.99.3.tar.gz
/subscription-manager-0.99.4.tar.gz

View File

@ -1 +1 @@
021c49216d939fb4dbcdc5b8c0903fc7 subscription-manager-0.99.3.tar.gz
aef567902a8728a8372cc87bc021e3fb subscription-manager-0.99.4.tar.gz

View File

@ -1,5 +1,5 @@
Name: subscription-manager
Version: 0.99.3
Version: 0.99.4
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -220,7 +220,7 @@ rm -rf %{buildroot}
%doc
%{_mandir}/man8/subscription-manager-gui.8*
%{_mandir}/man8/rhsm-compliance-icon.8*
%{_mandir}/man8/rhsm-icon.8*
%{_datadir}/omf/subscription-manager
%attr(644,root,root) %{_datadir}/omf/subscription-manager/*.omf
%{_datadir}/gnome/help/subscription-manager
@ -273,6 +273,21 @@ if [ $1 -eq 0 ] ; then
fi
%changelog
* Thu Jan 12 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.99.4-1
- 766778: Improvements on quantity spinner max value entry. (mstead@redhat.com)
- 736465: "Product's Subscription Details" in the gui is neglecting stack
subscriptions (wpoteat@redhat.com)
- 772209: install-num-migrate-to-rhsm does not work on x86 arch
(cduryee@redhat.com)
- 761140: enable the help button in firstboot (jbowes@redhat.com)
- 771726: Rename man manpage for rhsm-compliance-icon to rhsm-icon.
(bkearney@redhat.com)
- 758038: Guest's system facts displays "virt.uuid: Unknown"
(wpoteat@redhat.com)
- 767265: Always send up the list of packages on registration.
(awood@redhat.com)
- 768983: show future subs in list --consumed (jbowes@redhat.com)
* Tue Jan 03 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.99.3-1
- 768983: don't purge future dated entitlements (jbowes@redhat.com)
- 769642: confusing output from rhn-migrate-to-rhsm when autosubscribe fails