Update subscription-manager to 1.10.13-1

Resolves: #1060917 - catch exception thrown in firstboot (ckozak@redhat.com)
Resolves: #995121 - require gnome-icon-theme for calendar icon (alikins@redhat.com)
Resolves: #961003 - Stricter matches for rhel product tags (alikins@redhat.com)
Resolves: #1059809 - Cache pool types to avoid unnecessary api calls (ckozak@redhat.com)
Resolves: #908869 - Fix the mis-transated options in pt-BR (bkearney@redhat.com)
Resolves: #1044596 - handle http,socket,ssl fetching release (alikins@redhat.com)
Resolves: #1044596 - Make release listing handle empty data (alikins@redhat.com)
Resolves: #1020423 - update help messages (jesusr@redhat.com)
Resolves: #825388 - Properly wrap text when reaching dialog limit (mstead@redhat.com)
Resolves: #1021443 - display Consumer deleted message (jesusr@redhat.com)
Resolves: #1039736 - Fix missed reference to CloudForms in tooltip. (dgoodwin@redhat.com)
Resolves: #1005329 - add at-spi locator to the SLA selection table (ckozak@redhat.com)
Resolves: #1039914 - Update the rhsm-debug man page (bkearney@redhat.com)
Resolves: #874169 - Fix label alignment in progress UI (mstead@redhat.com)
Resolves: #1020361 - Replace the use of the term Valid with Current in the status command
Resolves: #1028596 - Add the repo-override command to the subscription-manager man page
Resolves: #1020522 - Update the man page for subscription-manager with new list options
Resolves: #1057719 - adding a small section on deprecated commands (dlackey@redhat.com)
Resolves: #1017354 - remove msg printed to stderr via yum (alikins@redhat.com)
Resolves: #857147 - Auto-subscribe window has a confusing name (wpoteat@redhat.com)
Resolves: #883486 - The local time's start/end dates rendered in the list
Resolves: #1049037 - Add conditional requires on migration data package.
Resolves: #973938 - correctly handle SIGPIPE in rct (ckozak@redhat.com)
Resolves: #878089 - Add line wrapping when listing subscription-manager modules
Resolves: #1017354 - Ensure all message go to stdout, not stderr (bkearney@redhat.com)
Resolves: #851325 - Anchor choose server "default" button beside the text box.
Resolves: #1039739 - Add 96x96 and 256x256 icons (bkearney@redhat.com)
Resolves: #873967 - Move choose server tooltips closer to the elements they assist with.
Resolves: #1044686 - Make serverurl parse error detailed again (alikins@redhat.com)
Resolves: #1018807 - Ensure virt facts are a single line (bkearney@redhat.com)
Resolves: #1007580 - Print blank spaces if there is no contract number on the list
Resolves: #104338 - add default dest dir to rhsm-debug help (alikins@redhat.com)
Resolves: #1042897 - add proxy info to rhsm-debug completion (alikins@redhat.com)
Resolves: #914833 - rct cat-cert output reports an Order: Subscription: field.
Resolves: #1052297 - delay import of site module (ckozak@redhat.com)
Resolves: #1048325 - Set default encoding to utf-8 when running the rct script
Resolves: #1050850 - re-evaluate system facts when checking for updates
This commit is contained in:
Devan Goodwin 2014-02-07 08:34:30 -04:00
parent bffc48820c
commit e1df1cff29
3 changed files with 88 additions and 2 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/subscription-manager-1.10.7.tar.gz
/subscription-manager-1.10.8.tar.gz
/subscription-manager-1.10.10.tar.gz
/subscription-manager-1.10.13.tar.gz

View File

@ -1 +1 @@
c550bcad8d5df9070fdd84cc402884f5 subscription-manager-1.10.10.tar.gz
a401e7fadb19db6f6911626e31b89a7a subscription-manager-1.10.13.tar.gz

View File

@ -12,7 +12,7 @@
%endif
Name: subscription-manager
Version: 1.10.10
Version: 1.10.13
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -86,6 +86,7 @@ Requires: %{name} = %{version}-%{release}
Requires: pygtk2 pygtk2-libglade gnome-python2 gnome-python2-canvas
Requires: usermode-gtk
Requires: dbus-x11
Requires: gnome-icon-theme
Requires(post): scrollkeeper
Requires(postun): scrollkeeper
@ -125,6 +126,12 @@ Group: System Environment/Base
Requires: %{name} = %{version}-%{release}
Requires: rhnlib
# Since the migration data package is not in Fedora, we can only require it
# on RHEL.
%if 0%{?rhel}
Requires: subscription-manager-migration-data
%endif
%description -n subscription-manager-migration
This package contains scripts that aid in moving to certificate based
subscriptions
@ -174,6 +181,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%attr(755,root,root) %dir %{_var}/log/rhsm
%attr(755,root,root) %dir %{_var}/spool/rhsm/debug
%attr(755,root,root) %dir %{_sysconfdir}/rhsm
%attr(755,root,root) %dir %{_sysconfdir}/rhsm/facts
@ -233,6 +241,7 @@ rm -rf %{buildroot}
%{_datadir}/rhsm/subscription_manager/repolib.py*
%{_datadir}/rhsm/subscription_manager/rhelentbranding.py*
%{_datadir}/rhsm/subscription_manager/utils.py*
%{_datadir}/rhsm/subscription_manager/printing_utils.py*
%{_datadir}/rhsm/subscription_manager/validity.py*
%{_datadir}/rhsm/subscription_manager/reasons.py*
%{_datadir}/rhsm/subscription_manager/cp_provider.py*
@ -308,6 +317,8 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/24x24/apps/*.png
%{_datadir}/icons/hicolor/32x32/apps/*.png
%{_datadir}/icons/hicolor/48x48/apps/*.png
%{_datadir}/icons/hicolor/96x96/apps/*.png
%{_datadir}/icons/hicolor/256x256/apps/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg
%attr(755,root,root) %{_sbindir}/subscription-manager-gui
%attr(755,root,root) %{_bindir}/subscription-manager-gui
@ -401,6 +412,80 @@ fi
%endif
%changelog
* Mon Feb 03 2014 ckozak <ckozak@redhat.com> 1.10.13-1
- 1060917: catch exception thrown in firstboot (ckozak@redhat.com)
- Extract the latest strings (bkearney@redhat.com)
- 995121: require gnome-icon-theme for calendar icon (alikins@redhat.com)
* Mon Feb 03 2014 ckozak <ckozak@redhat.com> 1.10.12-1
- added testing for the pooltype cache (ckozak@redhat.com)
- 961003: Stricter matches for rhel product tags (alikins@redhat.com)
- 1059809: Cache pool types to avoid unnecessary api calls (ckozak@redhat.com)
- 1059809 Improve attach and remove performance add progress bar
(ckozak@redhat.com)
- 908869: Fix the mis-transated options in pt-BR (bkearney@redhat.com)
- 1044596: handle http,socket,ssl fetching release (alikins@redhat.com)
- dont always print exception message (ckozak@redhat.com)
- 1044596: Make release listing handle empty data (alikins@redhat.com)
- 1020423: update help messages (jesusr@redhat.com)
- Fix incorrect patching. (awood@redhat.com)
- Mock ProductDatabase so tests can run without a productid.js file
(awood@redhat.com)
- 825388: Properly wrap text when reaching dialog limit (mstead@redhat.com)
- 1021443: display Consumer deleted message (jesusr@redhat.com)
- Altering titles per mreid conversation. (wpoteat@redhat.com)
- 1039736: Fix missed reference to CloudForms in tooltip. (dgoodwin@redhat.com)
- Fix ta_IN translation problem. (dgoodwin@redhat.com)
- Lock timezone to EST5EDT in timezone tests. (awood@redhat.com)
- 1005329: add at-spi locator to the SLA selection table (ckozak@redhat.com)
- 1039914: Update the rhsm-debug man page (bkearney@redhat.com)
- 874169: Fix label alignment in progress UI (mstead@redhat.com)
- 1020361: Replace the use of the term Valid with Current in the status command
(bkearney@redhat.com)
- 1028596: Add the repo-override command to the subscription-manager man page
(bkearney@redhat.com)
- 1020522: Update the man page for subscription-manager with new list options
(bkearney@redhat.com)
- Pull in the latest strings from zanata. (bkearney@redhat.com)
- 1057719: adding a small section on deprecated commands (dlackey@redhat.com)
- 1017354: remove msg printed to stderr via yum (alikins@redhat.com)
- 857147: Auto-subscribe window has a confusing name (wpoteat@redhat.com)
- Use dateutil.tz instead of pytz. (awood@redhat.com)
- 883486: The local time's start/end dates rendered in the list
--available/--consumed incorrect (wpoteat@redhat.com)
- 1049037: Add conditional requires on migration data package.
(awood@redhat.com)
- 973938: correctly handle SIGPIPE in rct (ckozak@redhat.com)
- 878089: Add line wrapping when listing subscription-manager modules
(ckozak@redhat.com)
- 1017354: Ensure all message go to stdout, not stderr (bkearney@redhat.com)
- 851325: Anchor choose server "default" button beside the text box.
(dgoodwin@redhat.com)
- 1039739: Add 96x96 and 256x256 icons (bkearney@redhat.com)
- 873967: Move choose server tooltips closer to the elements they assist with.
(dgoodwin@redhat.com)
- 1044686: Make serverurl parse error detailed again (alikins@redhat.com)
* Wed Jan 22 2014 ckozak <ckozak@redhat.com> 1.10.11-1
- 1018807: Ensure virt facts are a single line (bkearney@redhat.com)
- 1007580: Print blank spaces if there is no contract number on the list
command (bkearney@redhat.com)
- Fedora 18 is at end of life. (awood@redhat.com)
- Updated translations. (dgoodwin@redhat.com)
- 104338: add default dest dir to rhsm-debug help (alikins@redhat.com)
- 1042897: add proxy info to rhsm-debug completion (alikins@redhat.com)
- 914833: rct cat-cert output reports an Order: Subscription: field.
(wpoteat@redhat.com)
- 1052297: delay import of site module (ckozak@redhat.com)
- set default encoding to utf-8 in rhsm-debug and migrate scripts
(ckozak@redhat.com)
- 1048325: Set default encoding to utf-8 when running the rct script
(ckozak@redhat.com)
- 1050850: re-evaluate system facts when checking for updates
(ckozak@redhat.com)
- Some refactoring of rhsm-debug (alikins@redhat.com)
- Additional improvements to rhsm-debug (wpoteat@redhat.com)
* Mon Jan 06 2014 ckozak <ckozak@redhat.com> 1.10.10-1
- 1039736: Modify the remote server string to reference Satellite instead of
CloudForms (bkearney@redhat.com)