Update subscription-manager to 1.10.2-1

Resolves: #1004893 - update prods before compliance (ckozak@redhat.com)
Resolves: #1004908 - Remove the rhn-setup-gnome dep even more. (alikins@redhat.com)
Resolves: #1004908 - move rhn-setup-gnome requires to -gui subpackage
Resolves: #1004385 - rhsm icon completion fix (ckozak@redhat.com)
Resolves: #1004341 - add gui completion (ckozak@redhat.com)
Resolves: #1001820 - fix autocompletion (ckozak@redhat.com)
Resolves: #994344 - messaging for bad filetypes (ckozak@redhat.com)
Resolves: #995597 - continue attaching if a pool cannot be found (ckozak@redhat.com)
Resolves: #1001169 - fix pythonic empty string identity problems (ckozak@redhat.com)
This commit is contained in:
Alex Wood 2013-09-12 18:48:42 -04:00
parent 07fef5604a
commit f77c97bfa0
3 changed files with 18 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/subscription-manager-1.8.13.tar.gz
/subscription-manager-1.9.1.tar.gz
/subscription-manager-1.10.1.tar.gz
/subscription-manager-1.10.2.tar.gz

View File

@ -1 +1 @@
dbb5f0b56e938d3144bea5640c6a4026 subscription-manager-1.10.1.tar.gz
688d04029edfaf6c2291a0b513ec6b88 subscription-manager-1.10.2.tar.gz

View File

@ -11,7 +11,7 @@
%endif
Name: subscription-manager
Version: 1.10.1
Version: 1.10.2
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -47,7 +47,6 @@ Requires: PyXML
%endif
%{?el5:Requires: rhn-setup-gnome}
# There's no dmi to read on these arches, so don't pull in this dep.
%ifnarch ppc ppc64 s390 s390x
Requires: python-dmidecode
@ -300,6 +299,7 @@ rm -rf %{buildroot}
%{_sysconfdir}/pam.d/subscription-manager-gui
%{_sysconfdir}/security/console.apps/subscription-manager-gui
%{_sysconfdir}/bash_completion.d/subscription-manager-gui
%doc
%{_mandir}/man8/subscription-manager-gui.8*
@ -384,6 +384,20 @@ fi
%endif
%changelog
* Thu Sep 12 2013 Alex Wood <awood@redhat.com> 1.10.2-1
- update translations from zanata (alikins@redhat.com)
- 1004893: update prods before compliance (ckozak@redhat.com)
- 1004908: Remove the rhn-setup-gnome dep even more. (alikins@redhat.com)
- 1004908: move rhn-setup-gnome requires to -gui subpackage
(pbabinca@redhat.com)
- 1004385: rhsm icon completion fix (ckozak@redhat.com)
- 1004341: add gui completion (ckozak@redhat.com)
- 1001820: fix autocompletion (ckozak@redhat.com)
- rev min python version for "make stylish" to 2.6 (alikins@redhat.com)
- 994344: messaging for bad filetypes (ckozak@redhat.com)
- 995597: continue attaching if a pool cannot be found (ckozak@redhat.com)
- 1001169: fix pythonic empty string identity problems (ckozak@redhat.com)
* Thu Aug 22 2013 Alex Wood <awood@redhat.com> 1.10.1-1
- Adding Fedora 20 branch to releaser. (awood@redhat.com)
- Subscribe/unsubscribe mirror attach/remove tests (alikins@redhat.com)