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:
parent
07fef5604a
commit
f77c97bfa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/subscription-manager-1.8.13.tar.gz
|
/subscription-manager-1.8.13.tar.gz
|
||||||
/subscription-manager-1.9.1.tar.gz
|
/subscription-manager-1.9.1.tar.gz
|
||||||
/subscription-manager-1.10.1.tar.gz
|
/subscription-manager-1.10.1.tar.gz
|
||||||
|
/subscription-manager-1.10.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
dbb5f0b56e938d3144bea5640c6a4026 subscription-manager-1.10.1.tar.gz
|
688d04029edfaf6c2291a0b513ec6b88 subscription-manager-1.10.2.tar.gz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.10.1
|
Version: 1.10.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -47,7 +47,6 @@ Requires: PyXML
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%{?el5:Requires: rhn-setup-gnome}
|
|
||||||
# There's no dmi to read on these arches, so don't pull in this dep.
|
# There's no dmi to read on these arches, so don't pull in this dep.
|
||||||
%ifnarch ppc ppc64 s390 s390x
|
%ifnarch ppc ppc64 s390 s390x
|
||||||
Requires: python-dmidecode
|
Requires: python-dmidecode
|
||||||
@ -300,6 +299,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%{_sysconfdir}/pam.d/subscription-manager-gui
|
%{_sysconfdir}/pam.d/subscription-manager-gui
|
||||||
%{_sysconfdir}/security/console.apps/subscription-manager-gui
|
%{_sysconfdir}/security/console.apps/subscription-manager-gui
|
||||||
|
%{_sysconfdir}/bash_completion.d/subscription-manager-gui
|
||||||
|
|
||||||
%doc
|
%doc
|
||||||
%{_mandir}/man8/subscription-manager-gui.8*
|
%{_mandir}/man8/subscription-manager-gui.8*
|
||||||
@ -384,6 +384,20 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 22 2013 Alex Wood <awood@redhat.com> 1.10.1-1
|
||||||
- Adding Fedora 20 branch to releaser. (awood@redhat.com)
|
- Adding Fedora 20 branch to releaser. (awood@redhat.com)
|
||||||
- Subscribe/unsubscribe mirror attach/remove tests (alikins@redhat.com)
|
- Subscribe/unsubscribe mirror attach/remove tests (alikins@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user