diff --git a/.gitignore b/.gitignore index 414e510..a9d831b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index d4106f8..af4f815 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbb5f0b56e938d3144bea5640c6a4026 subscription-manager-1.10.1.tar.gz +688d04029edfaf6c2291a0b513ec6b88 subscription-manager-1.10.2.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 01c129a..00e0f7c 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -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 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 1.10.1-1 - Adding Fedora 20 branch to releaser. (awood@redhat.com) - Subscribe/unsubscribe mirror attach/remove tests (alikins@redhat.com)