Update subscription-manager to 1.16.1-1

Resolves: #1150150 - Ostree update report should log updates in proper section
Resolves: #1141128 - Clean up and correct for style (wpoteat@redhat.com)
Resolves: #1251610 - Port and prefix were reversed in connection URL statement
Resolves: #1141128 - Imported certificate in detatched scenario not getting deleted
Resolves: #1240553 - Fix detection of cert dir changes (alikins@redhat.com)
Resolves: #1221273 - Auto-attach failure should not short-circuit other parts of
Resolves: #1248746 - Fix layout of contract dialog (GTK3) (mstead@redhat.com)
Resolves: #1248821 - Add Gtk.Window to ga_gtk2.Gtk (alikins@redhat.com)
Resolves: #1248821 - All subs date picker was failing. (alikins@redhat.com)
Resolves: #1249053 - Fixed layout/blank button issues on owner selection dialog
Resolves: #1248729 - All subs filter dialog was not focused. (alikins@redhat.com)
Resolves: #1248664 - Fix GtkAdjustment related warnings (alikins@redhat.com)
Resolves: #1248546 - Slightly better looking done screen. (alikins@redhat.com)
Resolves: #1243704 - Goto error screen on 'cancel' (alikins@redhat.com)
Resolves: #1245557 - Fix release and service level preferences (alikins@redhat.com)
Resolves: #1248773 - Fixed proxy dialog layout (GTK3) (mstead@redhat.com)
Resolves: #1248771 - Fixing activation key dialog layout (GTK3) (mstead@redhat.com)
Resolves: #1247723 - Fixed layout issues in Facts dialog (GTK3) (mstead@redhat.com)
Resolves: #1245283 - Properly initialize AutobindWizard when auto-attach is clicked
Resolves: #1248546 - Refine the aesthics of register dialog. (alikins@redhat.com)
Resolves: #1243260 - Make proxy config dialog work. (alikins@redhat.com)
Resolves: #1185958 - Make ostree plugin depend on ostree. (alikins@redhat.com)
Resolves: #1165771 - make content plugins require subman (alikins@redhat.com)
This commit is contained in:
Alex Wood 2015-08-13 17:57:10 -04:00
parent 7d80801520
commit d7e683ac8e
3 changed files with 77 additions and 10 deletions

1
.gitignore vendored
View File

@ -54,3 +54,4 @@
/subscription-manager-1.14.6.tar.gz
/subscription-manager-1.15.1.tar.gz
/subscription-manager-1.16.0.tar.gz
/subscription-manager-1.16.1.tar.gz

View File

@ -1 +1 @@
866120fb0df63ed671af5d127d49d91d subscription-manager-1.16.0.tar.gz
781c2044f7f9efb86cce7d6aa826d140 subscription-manager-1.16.1.tar.gz

View File

@ -3,10 +3,22 @@
# For optional building of ostree-plugin sub package. Unrelated to systemd
# but the same versions apply at the moment.
%global has_ostree %use_systemd
%global use_old_firstboot (0%{?rhel} && 0%{?rhel} <= 6)
%global use_firstboot 0
%global use_initial_setup 1
%global rhsm_plugins_dir /usr/share/rhsm-plugins
%global use_gtk3 %use_systemd
%global use_initial_setup %use_systemd
%global rhel7_minor %(%{__grep} -o "7.[0-9]*" /etc/redhat-release |%{__sed} -s 's/7.//')
%if 0%{?rhel} == 7
%global use_initial_setup 1
%global use_firstboot 0
%endif
# 6 < rhel < 7
%if 0%{?rhel} == 6
%global use_initial_setup 0
%global use_firstboot 1
%endif
%global _hardened_build 1
%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro -Wl,-z,now}
@ -36,7 +48,7 @@
%endif
Name: subscription-manager
Version: 1.16.0
Version: 1.16.1
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -111,9 +123,12 @@ platform.
Summary: A plugin for handling OSTree content.
Group: System Environment/Base
# ostree package also includes the gobject info for pygobject
Requires: ostree
Requires: pygobject3-base
# plugin needs a slightly newer version of python-iniparse for 'tidy'
Requires: python-iniparse >= 0.4
Requires: %{name} = %{version}-%{release}
%description -n subscription-manager-plugin-ostree
Enables handling of content of type 'ostree' in any certificates
@ -130,6 +145,7 @@ the remote in the currently deployed .origin file.
%package -n subscription-manager-plugin-container
Summary: A plugin for handling container content.
Group: System Environment/Base
Requires: %{name} = %{version}-%{release}
%description -n subscription-manager-plugin-container
Enables handling of content of type 'containerImage' in any certificates
@ -176,28 +192,26 @@ This package contains a GTK+ graphical interface for configuring and
registering a system with a Red Hat Entitlement platform and manage
subscriptions.
%if %use_firstboot
%package -n subscription-manager-firstboot
Summary: Firstboot screens for subscription manager
Group: System Environment/Base
Requires: %{name}-gui = %{version}-%{release}
# Required for firstboot before RHEL 7:
%if %use_old_firstboot
Requires: rhn-setup-gnome
%endif
# Fedora can figure this out automatically, but RHEL cannot:
Requires: librsvg2
%description -n subscription-manager-firstboot
This package contains the firstboot screens for subscription-manager.
%endif
%if %use_initial_setup
%package -n subscription-manager-initial-setup-addon
Summary: initial-setup screens for subscription-manager
Group: System Environment/Base
Requires: %{name}-gui = %{version}-%{release}
Requires: initial-setup
Requires: initial-setup-gui >= 0.3.9.24-1
Obsoletes: subscription-manager-firstboot < 1.15.3-1
%description -n subscription-manager-initial-setup-addon
@ -352,6 +366,7 @@ rm -rf %{buildroot}
# python package dirs
%dir %{_datadir}/rhsm
%dir %{_datadir}/rhsm/subscription_manager
%dir %{_datadir}/rhsm/subscription_manager/api
%dir %{_datadir}/rhsm/subscription_manager/branding
%dir %{_datadir}/rhsm/subscription_manager/model
%dir %{_datadir}/rhsm/subscription_manager/plugin
@ -359,6 +374,7 @@ rm -rf %{buildroot}
# code, python modules and packages
%{_datadir}/rhsm/subscription_manager/*.py*
%{_datadir}/rhsm/subscription_manager/api/*.py*
%{_datadir}/rhsm/subscription_manager/branding/*.py*
# our gtk2/gtk3 compat modules
@ -467,8 +483,9 @@ rm -rf %{buildroot}
%{_datadir}/anaconda/addons/com_redhat_subscription_manager/gui/spokes/*.py*
%{_datadir}/anaconda/addons/com_redhat_subscription_manager/categories/*.py*
%{_datadir}/anaconda/addons/com_redhat_subscription_manager/ks/*.py*
%else
%endif
%if %use_firstboot
%files -n subscription-manager-firstboot
%defattr(-,root,root,-)
%{_datadir}/rhn/up2date_client/firstboot/rhsm_login.py*
@ -527,6 +544,55 @@ fi
%endif
%changelog
* Thu Aug 13 2015 Alex Wood <awood@redhat.com> 1.16.1-1
- 1150150: Ostree update report should log updates in proper section
(wpoteat@redhat.com)
- 1141128: Clean up and correct for style (wpoteat@redhat.com)
- 1251610: Port and prefix were reversed in connection URL statement
(wpoteat@redhat.com)
- 1141128: Imported certificate in detatched scenario not getting deleted
(wpoteat@redhat.com)
- 1240553: Fix detection of cert dir changes (alikins@redhat.com)
- Fixing All Subscriptions layout issues (mstead@redhat.com)
- 1221273: Auto-attach failure should not short-circuit other parts of
registration (wpoteat@redhat.com)
- Remove use of Widget.is_toplevel() (alikins@redhat.com)
- Require initial-setup >= 0.3.9.24, no fb on el7 (alikins@redhat.com)
- Fix spec file build errors (alikins@redhat.com)
- search-disabled-repos: ignore failed temporarily enabled repos
(vmukhame@redhat.com)
- search-disabled-repos: replace CLI with API calls for enabling repos
permanently (vmukhame@redhat.com)
- Add new api package to RPM. (awood@redhat.com)
- Turn off ga loading debug messages. (alikins@redhat.com)
- Specify a thread name for any threads we start. (alikins@redhat.com)
- 1248746: Fix layout of contract dialog (GTK3) (mstead@redhat.com)
- 1248821: Add Gtk.Window to ga_gtk2.Gtk (alikins@redhat.com)
- 1248821: All subs date picker was failing. (alikins@redhat.com)
- 1249053: Fixed layout/blank button issues on owner selection dialog
(mstead@redhat.com)
- 1248729: All subs filter dialog was not focused. (alikins@redhat.com)
- 1248664: Fix GtkAdjustment related warnings (alikins@redhat.com)
- 1248546: Slightly better looking done screen. (alikins@redhat.com)
- 1243704: Goto error screen on 'cancel' (alikins@redhat.com)
- 1245557: Fix release and service level preferences (alikins@redhat.com)
- Add GTK_COMPAT_VERSION to ga_gtk2/gtk_compat (alikins@redhat.com)
- 1248773: Fixed proxy dialog layout (GTK3) (mstead@redhat.com)
- 1248771: Fixing activation key dialog layout (GTK3) (mstead@redhat.com)
- 1247723: Fixed layout issues in Facts dialog (GTK3) (mstead@redhat.com)
- 1245283: Properly initialize AutobindWizard when auto-attach is clicked
(mstead@redhat.com)
- 1248546: Refine the aesthics of register dialog. (alikins@redhat.com)
- 1243260: Make proxy config dialog work. (alikins@redhat.com)
- 1161157,1155954: Improve performance of Repository Dialog (mstead@redhat.com)
- 1185958: Make ostree plugin depend on ostree. (alikins@redhat.com)
- 1165771: make content plugins require subman (alikins@redhat.com)
- Move gtk_compat features to sub ga module. (alikins@redhat.com)
- Use idle_add from ga_Object for 6.x (alikins@redhat.com)
- Updated initial-setup-addon package requirement to initial-setup-gui
(crog@redhat.com)
- Only build initial-setup rpm on rhel > 7.1 (alikins@redhat.com)
* Fri Jul 24 2015 Alex Wood <awood@redhat.com> 1.16.0-1
- Bump version to 1.16 (crog@redhat.com)
- Changed initial-setup-addon package requirement from subman to subman-gui