diff --git a/.gitignore b/.gitignore index de8d34d..72fee46 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/subscription-manager-1.17.15.tar.gz +SOURCES/subscription-manager-1.19.21.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index d00aa4f..fb78e3f 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1 +1 @@ -08e8853ceb7884e9c660ea7b3434ce36fc6c9675 SOURCES/subscription-manager-1.17.15.tar.gz +233ba6e962c7846448fea2f68a08098b6f4ae04e SOURCES/subscription-manager-1.19.21.tar.gz diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index 1f70f79..d111e5c 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -60,7 +60,7 @@ %endif Name: subscription-manager -Version: 1.17.15 +Version: 1.19.21 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -77,8 +77,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python-ethtool Requires: python-iniparse +Requires: python-decorator Requires: virt-what -Requires: python-rhsm >= 1.17.0 +Requires: python-rhsm >= 1.19.9 +Requires: python-decorator + %if 0%{?sles_version} Requires: dbus-1-python %else @@ -92,6 +95,7 @@ Requires: python-dateutil %if %use_gtk3 Requires: gobject-introspection Requires: pygobject3-base +Requires: dbus-glib %else %if 0%{?sles_version} Requires: python-gobject2 @@ -126,6 +130,7 @@ BuildRequires: gettext BuildRequires: intltool BuildRequires: libnotify-devel BuildRequires: desktop-file-utils +BuildRequires: dbus-glib-devel %if 0%{?fedora} || 0%{?rhel} BuildRequires: redhat-lsb %endif @@ -140,6 +145,7 @@ BuildRequires: gtk3-devel %else BuildRequires: gtk2-devel %endif +BuildRequires: dbus-glib-devel %if %use_systemd # We need the systemd RPM macros BuildRequires: systemd @@ -170,11 +176,12 @@ Requires: %{name} = %{version}-%{release} %if %use_gtk3 Requires: pygobject3 Requires: gtk3 +Requires: abattis-cantarell-fonts %else Requires: pygtk2 pygtk2-libglade +Requires: dejavu-sans-fonts %endif Requires: usermode-gtk -Requires: dbus-x11 Requires: gnome-icon-theme Requires(post): scrollkeeper Requires(postun): scrollkeeper @@ -216,9 +223,12 @@ Summary: Subscription Manager plugins for DNF Group: System Environment/Base Requires: %{name} = %{version}-%{release} Requires: dnf >= 1.0.0 +Requires: python2-dnf-plugins-core %description -n dnf-plugin-subscription-manager -Subscription Manager plugins for DNF, contains subscription-manager and product-id plugins. +This package provides plugins to interact with repositories and subscriptions +from the Red Hat entitlement platform; contains subscription-manager and +product-id plugins. %endif @@ -326,14 +336,6 @@ rm -rf %{buildroot} %attr(755,root,root) %{_libexecdir}/rhsmcertd-worker %attr(755,root,root) %{_libexecdir}/rhsmd -# init scripts and systemd services -%if %use_systemd - %attr(644,root,root) %{_unitdir}/rhsmcertd.service - %attr(644,root,root) %{_tmpfilesdir}/%{name}.conf -%else - %attr(755,root,root) %{_initrddir}/rhsmcertd -%endif - # our config dirs and files %attr(755,root,root) %dir %{_sysconfdir}/pki/consumer %attr(755,root,root) %dir %{_sysconfdir}/pki/entitlement @@ -342,8 +344,6 @@ rm -rf %{buildroot} %attr(644,root,root) %config(noreplace) %{_sysconfdir}/rhsm/rhsm.conf %config %attr(644,root,root) %{_sysconfdir}/rhsm/logging.conf -%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.SubscriptionManager.conf - # PAM config %if !0%{?sles_version} %{_sysconfdir}/pam.d/subscription-manager @@ -361,7 +361,6 @@ rm -rf %{buildroot} # misc system config %config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager %attr(700,root,root) %{_sysconfdir}/cron.daily/rhsmd -%{_datadir}/dbus-1/system-services/com.redhat.SubscriptionManager.service %attr(755,root,root) %dir %{_var}/log/rhsm %attr(755,root,root) %dir %{_var}/spool/rhsm/debug @@ -370,6 +369,7 @@ rm -rf %{buildroot} %attr(750,root,root) %dir %{_var}/lib/rhsm/facts %attr(750,root,root) %dir %{_var}/lib/rhsm/packages %attr(750,root,root) %dir %{_var}/lib/rhsm/cache +%attr(750,root,root) %dir %{_var}/lib/rhsm/repo_server_val %{_sysconfdir}/bash_completion.d/subscription-manager %{_sysconfdir}/bash_completion.d/rct @@ -378,12 +378,7 @@ rm -rf %{buildroot} %{_sysconfdir}/bash_completion.d/rhsm-icon %{_sysconfdir}/bash_completion.d/rhsmcertd -%dir %{python_sitelib}/ %dir %{python_sitelib}/subscription_manager -%dir %{python_sitelib}/subscription_manager/api -%dir %{python_sitelib}/subscription_manager/branding -%dir %{python_sitelib}/subscription_manager/model -%dir %{python_sitelib}/subscription_manager/plugin # code, python modules and packages %{python_sitelib}/subscription_manager-*.egg-info/* @@ -415,6 +410,30 @@ rm -rf %{buildroot} %{_prefix}/lib/yum-plugins/product-id.py* %{_prefix}/lib/yum-plugins/search-disabled-repos.py* +# rhsmlib +%dir %{python_sitelib}/rhsmlib +%{python_sitelib}/rhsmlib/*.py* +%{python_sitelib}/rhsmlib/candlepin/*.py* +%{python_sitelib}/rhsmlib/compat/*.py* +%{python_sitelib}/rhsmlib/facts/*.py* +%{python_sitelib}/rhsmlib/services/*.py* +%{python_sitelib}/rhsmlib/dbus/*.py* +%{python_sitelib}/rhsmlib/dbus/facts/*.py* +%{python_sitelib}/rhsmlib/dbus/objects/*.py* + +%{_datadir}/polkit-1/actions/com.redhat.*.policy +%{_datadir}/dbus-1/system-services/com.redhat.*.service +%attr(755,root,root) %{_libexecdir}/rhsm*-service + +# Despite the name similarity dbus-1/system.d has nothing to do with systemd +%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.*.conf +%if %use_systemd + %attr(644,root,root) %{_unitdir}/*.service + %attr(644,root,root) %{_tmpfilesdir}/%{name}.conf +%else + %attr(755,root,root) %{_initrddir}/rhsmcertd +%endif + # Incude rt CLI tool %dir %{python_sitelib}/rct %{python_sitelib}/rct/*.py* @@ -444,11 +463,6 @@ rm -rf %{buildroot} %{_bindir}/rhsm-icon %dir %{python_sitelib}/subscription_manager/gui -%dir %{python_sitelib}/subscription_manager/gui/data -%dir %{python_sitelib}/subscription_manager/gui/data/ui -%dir %{python_sitelib}/subscription_manager/gui/data/glade -%dir %{python_sitelib}/subscription_manager/gui/data/icons - %{python_sitelib}/subscription_manager/gui/*.py* %{python_sitelib}/subscription_manager/gui/data/ui/*.ui %{python_sitelib}/subscription_manager/gui/data/glade/*.glade @@ -517,10 +531,6 @@ rm -rf %{buildroot} %files -n subscription-manager-initial-setup-addon %defattr(-,root,root,-) %dir %{_datadir}/anaconda/addons/com_redhat_subscription_manager/ -%dir %{_datadir}/anaconda/addons/com_redhat_subscription_manager/gui/ -%dir %{_datadir}/anaconda/addons/com_redhat_subscription_manager/gui/spokes/ -%dir %{_datadir}/anaconda/addons/com_redhat_subscription_manager/categories/ -%dir %{_datadir}/anaconda/addons/com_redhat_subscription_manager/ks/ %{_datadir}/anaconda/addons/com_redhat_subscription_manager/*.py* %{_datadir}/anaconda/addons/com_redhat_subscription_manager/gui/*.py* %{_datadir}/anaconda/addons/com_redhat_subscription_manager/gui/spokes/*.ui @@ -546,9 +556,7 @@ rm -rf %{buildroot} %post %if %use_systemd - /bin/systemctl enable rhsmcertd.service >/dev/null 2>&1 || : - /bin/systemctl daemon-reload >/dev/null 2>&1 || : - /bin/systemctl try-restart rhsmcertd.service >/dev/null 2>&1 || : + %systemd_post rhsmcertd.service %else chkconfig --add rhsmcertd %endif @@ -594,56 +602,290 @@ if [ $1 -eq 0 ] ; then fi %posttrans -n subscription-manager-gui -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : +touch --no-create %{_datadir}/icons/hicolor &>/dev/null +gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %changelog -* Tue Sep 13 2016 Christopher Snyder 1.17.15-1 +* Wed Jun 21 2017 Kevin Howell 1.19.21-1 +- 1463765: Sync zanata translations (khowell@redhat.com) +- 1463765: Fix wrong Indic-language translations (khowell@redhat.com) + +* Mon Jun 12 2017 Kevin Howell 1.19.20-1 +- 1441739: Sync zanata translations (khowell@redhat.com) + +* Thu Jun 08 2017 Kevin Howell 1.19.19-1 +- 1441739: Sync zanata translations (khowell@redhat.com) + +* Wed Jun 07 2017 Kevin Howell 1.19.18-1 +- Bump python-rhsm requirement to 1.19.9 (khowell@redhat.com) +- 1452075: print only readable part of SSL error to console + (jhnidek@redhat.com) +- 1444453: Have gettext return unicode instead of bytes. (awood@redhat.com) +- 1457197: Env. variable no_proxy=* is not ignored (jhnidek@redhat.com) +- 1441397: added --noproxy for rhsm-debug auto-completion (jhnidek@redhat.com) +- 1365472: Add mnemonic for subscription-manager spoke (khowell@redhat.com) + +* Tue May 30 2017 Kevin Howell 1.19.17-1 +- Bump python-rhsm requirement to 1.19.8 (khowell@redhat.com) +- 1441397: Sync zanata translations (khowell@redhat.com) +- 1441397: Added --noproxy to bash completion script (jhnidek@redhat.com) + +* Wed May 24 2017 Kevin Howell 1.19.16-1 +- Bump python-rhsm requirement to 1.19.7 (khowell@redhat.com) + +* Wed May 24 2017 Kevin Howell 1.19.15-1 +- Sync zanata translations (khowell@redhat.com) +- 1452737: Enable saving no_proxy settings from GUI (jhnidek@redhat.com) +- 1451003: identity reports right info in name field (jhnidek@redhat.com) +- 1432231: Support /etc/init.d daemon even on EL7 (khowell@redhat.com) +- 1450818: Bug fix of com.redhat.Subscriptionmanager D-Bus policy + (jhnidek@redhat.com) +- 1450862: remove obsolete certificates of golden ticket (jhnidek@redhat.com) +- 1450049: Replace `-` with `_` in completion functions (khowell@redhat.com) +- 1450210: Make lscpu ignore locale again (khowell@redhat.com) + +* Wed May 17 2017 Kevin Howell 1.19.14-1 +- 1449824: facts collection aborts with unknown locale (jhnidek@redhat.com) +- 1448855: golden ticket entitlement was not removed. (jhnidek@redhat.com) +- 1447211: Don't read non-existing json cache file. (jhnidek@redhat.com) + +* Mon May 15 2017 Kevin Howell 1.19.13-1 +- 1447722: use socket.getaddrinfo() to mimic hostname -f cmd + (jhnidek@redhat.com) +- 1427069: Add secondary file to determine external repo file changes + (wpoteat@redhat.com) +- 1444453: set bin scripts file encoding to utf-8 (khowell@redhat.com) +- 1445204: Update timestamp during intitial cert check. (jhnidek@redhat.com) +- 1444453: Set default encoding for gui to UTF-8 (khowell@redhat.com) + +* Tue May 02 2017 Kevin Howell 1.19.12-1 +- Bump python-rhsm requirement to 1.19.6 (khowell@redhat.com) + +* Tue May 02 2017 Kevin Howell 1.19.11-1 +- 1446638: Remove dbus-x11 dependency (khowell@redhat.com) +- 1443101: Provide feedback for force register (khowell@redhat.com) +- 1446469: Use sys.setdefaultencoding('utf-8') in better way. + (jhnidek@redhat.com) +- 1440319: fixed wrong spelling. (jhnidek@redhat.com) +- 1426343: fixed rct to display cert without subjectAltName. + (jhnidek@redhat.com) + +* Thu Apr 27 2017 Kevin Howell 1.19.10-1 +- Sync zanata translations (khowell@redhat.com) +- 1444714: Error reading system DMI information (jhnidek@redhat.com) +- 1357152: Print right dates on subscription-manager list --installed + (jhnidek@redhat.com) +- 1445387: Set locale fact to Unknown if value cannot be determined + (khowell@redhat.com) +- 1443693: Enable to overwrite system.certificate_version with custom fact. + (jhnidek@redhat.com) +- 1444800: Added mising policy file. (jhnidek@redhat.com) +- 1429505: Facts dbus service does not start properly due to timeout. + (jhnidek@redhat.com) +- 1443215: bug fix of writing time stamps. (jhnidek@redhat.com) +- 1443554: Clicking at Help->Getting Started opens yelp. (jhnidek@redhat.com) +- 1428002: Add proxy configuration info to man page (khowell@redhat.com) +- 1443598: Remove M2Crypto reference from rhsmlib (khowell@redhat.com) + +* Thu Apr 20 2017 Kevin Howell 1.19.9-1 +- Sync zanata translations (khowell@redhat.com) +- 1438869: Capture dmidecode errors at fact gathering (khowell@redhat.com) +- 1443205: Simplify rhsmcertd log message plurality (csnyder@redhat.com) +- 1435771: Fix UnboundLocalError during custom facts collection + (csnyder@redhat.com) +- 1426357: Fix DBus register service configuration issue. (awood@redhat.com) +- 1405314: Better output message, when subman gui is launched with non-root + user. (jhnidek@redhat.com) +- 1426685: Bug fix: subman doesn't log errors when repository enabling failed + (jhnidek@redhat.com) +- 1441698: Install missing rpm package with fonts. (jhnidek@redhat.com) +- 1438085: Do not include virt.uuid for platforms where it is not known + (csnyder@redhat.com) + +* Mon Apr 17 2017 Kevin Howell 1.19.8-1 +- Sync zanata translations (khowell@redhat.com) +- Bump python-rhsm requirement to 1.19.5 (khowell@redhat.com) +- 1435013: Add splay option to rhsmcertd, randomize over interval + (csnyder@redhat.com) +- 1438139: Make subscription details view expand (khowell@redhat.com) +- 1438869: Clear dmidecode warnings (khowell@redhat.com) +- Update log message to be more clear about the splay time being used + (csnyder@redhat.com) +- 1438561: Do not use D-Bus for facts collection (khowell@redhat.com) +- 1433368: 1432947: Filter content access certs at entitlement list level + (wpoteat@redhat.com) + +* Tue Apr 11 2017 Kevin Howell 1.19.7-1 +- Sync zanata translations (khowell@redhat.com) +- 1440934: Ensure rhsmcertd performs both types of checks (csnyder@redhat.com) +- 1440251: Bug fixing building of rhsmcertd at RHEL (jhnidek@redhat.com) +- 1440922: Add a description of maxSplayMinutes to the rhsm.conf man page + (csnyder@redhat.com) + +* Mon Apr 10 2017 Kevin Howell 1.19.6-1 +- Bump required python-rhsm version to 1.19.4-1 (khowell@redhat.com) +- 1435013: Add splay to all checks done by rhsmcertd (csnyder@redhat.com) +- 1431659: Let rhsmcertd-worker clean up on SIGTERM (khowell@redhat.com) +- 1428435: Make release set/unset regenerate repos (khowell@redhat.com) +- 1425922: System locale in facts (wpoteat@redhat.com) +- 1420533: Add no_proxy option to API, config, UI (khowell@redhat.com) +- 1424614: Add support to rct to print contentAccessMode attribute + (rjerrido@outsidaz.org) +- Automatic commit of package [python-rhsm] release [1.19.3-1]. + (khowell@redhat.com) +- 1434860: Only log correlation ID for specified cmd (khowell@redhat.com) + +* Thu Mar 30 2017 Kevin Howell 1.19.5-1 +- Zanata translations for 1.19.X (khowell@redhat.com) +- 1433479: rhsmcertd - check connection before lock (khowell@redhat.com) +- 1427069: Prioritize content from Basic entitlements (khowell@redhat.com) +- 1429657: Remove catch-all on register --force (khowell@redhat.com) + +* Mon Mar 20 2017 Kevin Howell 1.19.4-1 +- Bump required python-rhsm version to 1.19.2 (khowell@redhat.com) +- 1434094: Deny D-BUS Config.Set from non-root (khowell@redhat.com) + +* Mon Mar 20 2017 Kevin Howell 1.19.3-1 +- Lock down Facts object to be accessible to root only. (awood@redhat.com) +- 1423013: Allow DBus calls to the com.redhat.RHSM1 interfaces + (awood@redhat.com) +- Address code paths with Coverity FORWARD_NULL (khowell@redhat.com) + +* Mon Mar 13 2017 Kevin Howell 1.19.2-1 +- Query.na_dict() has been renamed in dnf 2.0 (#1544) + (MichaelMraka@users.noreply.github.com) +- Add correlation ID to each cmd & rhsmcertd run (khowell@redhat.com) +- 1425438: Hide content access certs from list cmd (khowell@redhat.com) +- 1421930: Force update of icon cache on install of subman gui + (csnyder@redhat.com) +- Bug fix: make install works as expected, when PYTHON_VER is not set using + system variable. (jiri.hnidek@tul.cz) +- 1415708: Fix issues with facts gathering. (awood@redhat.com) +- Add content access cert functionality to subman (khowell@redhat.com) +- Bootstrap DBus mainloop when rhsmcertd runs. (awood@redhat.com) +- Fix string comparison missed in python3 PR (khowell@redhat.com) +- Add missing Requires and BuildRequires needed by F25. (awood@redhat.com) +* Fri Jan 20 2017 Alex Wood 1.19.1-1 +- Add missing BuildRequires. (awood@redhat.com) +- Zanata translations for 1.19 (adarshvritant@gmail.com) +- Drop unsupported languages from zanata.xml (adarshvritant@gmail.com) +- Fix initialization of a couple of tests (khowell@redhat.com) + +* Thu Jan 19 2017 Alex Wood 1.19.0-1 +- Bump version to 1.19 (adarshvritant@gmail.com) +- 1405125: Strip null byte from end of virt uuid. (awood@redhat.com) +- Provide DBus objects for configuration, facts, and registration. + (awood@redhat.com) +- Use repo location for python-rhsm dependency. (awood@redhat.com) +- 1402009: Unset TERM inside subscription-manager (khowell@redhat.com) +- 1404930: Provide GUI flow to fix proxy settings (khowell@redhat.com) +- 1403387: Fix proxy conn test short-circuit (csnyder@redhat.com) +- 1401394: Collect fqdn via `hostname -f` (khowell@redhat.com) + +* Fri Dec 09 2016 Vritant Jain 1.18.6-1 +- 1401078: "Remote server error" on BadStatusLine (khowell@redhat.com) +- 1390712: Add --remove-rhn-packages to man pages (khowell@redhat.com) +- fix keyerror when showing subs that doesnt have derivedProvidedProducts + (rjerrido@outsidaz.org) +- Fix test failure when no legacy services installed (khowell@redhat.com) +- show Derived Provided Products for products that have them + (rjerrido@outsidaz.org) +- 1261215: Fix frozen progress bars (khowell@redhat.com) +- 1360427: Show error if browser is not detected (khowell@redhat.com) + +* Fri Nov 25 2016 Vritant Jain 1.18.5-1 +- 1395659: Handle ProxyExceptions that occur during GUI operation + (csnyder@redhat.com) +- 1395662: Properly parses exc_info based on type (csnyder@redhat.com) +- 1395794: Include python-decorator as a required dependency + (csnyder@redhat.com) +- 1378495: Do not touch OSTree Origin files. (csnyder@redhat.com) +- Replace m2crypto references (khowell@redhat.com) +- 1390258: Validate --remove-rhn-packages conflicting options + (khowell@redhat.com) +- 1390341: Disable SysV/systemd services properly (khowell@redhat.com) +- 1268033: Add progress screen for validate server (khowell@redhat.com) +* Tue Nov 08 2016 Vritant Jain 1.18.4-1 +- Rev zanata version to 1.18.X (adarshvritant@gmail.com) +- 1389559: Parse log levels properly from config (khowell@redhat.com) +- 1390549: Force input prompts to use stdout (khowell@redhat.com) +- debrand so my Katello server errors don't point to real RHSM + (riehecky@fnal.gov) + +* Mon Oct 17 2016 Vritant Jain 1.18.3-1 +- 1367128, 1367126: Add network.fqdn fact (khowell@redhat.com) +- 1305729: Improve dnf-plugin package metadata (khowell@redhat.com) +- 1382897: Don't always reenable register menu item (khowell@redhat.com) +- 1382355: Don't swallow CLI autoattach exceptions (khowell@redhat.com) +- 1245473: Add container-specific no-certs warning (khowell@redhat.com) +- 1369577: Fix rct cat-manifest --no-content format (khowell@redhat.com) +- 1379258: Fix alignment of GTK3 choose_server screen (khowell@redhat.com) +- 1320371: Display user-friendly rate limit messages (khowell@redhat.com) +- 1362731: Change titles when moving to subscription attachment + (wpoteat@redhat.com) +- 1163968: Use macro for service restart (wpoteat@redhat.com) +- 1372779: Fix typo in "connection" (khowell@redhat.com) +- 1259768: initial-setup: notify and block for async (khowell@redhat.com) +- 1365472: Add keyboard mnemonics for initial-setup (khowell@redhat.com) +- 1176219: Treat port as integer for GUI conn test (khowell@redhat.com) +- 1366523: Ensure that each quantity spinner has proper settings + (wpoteat@redhat.com) +* Fri Sep 16 2016 Alex Wood 1.18.2-1 +- 1176219: Error out if bad proxy settings detected (khowell@redhat.com) +- 1376014: Clear activation key list when checkbox unchecked + (wpoteat@redhat.com) +- 1367509: fix cert not found message, expand tilde (khowell@redhat.com) +- 1373922: Add cat-manifest --no-content desc to man (khowell@redhat.com) +- 1346368: Add server_timeout to rhsm.conf manpage (khowell@redhat.com) +- 1374389: rm --no-content from stat-cert completion (khowell@redhat.com) - 1366799: Do not check for a releaseVer override when in container (csnyder@redhat.com) +- 1185914: migrate - handle legacy services/packages (khowell@redhat.com) - 1367657: Escape RestlibExceptions for gui display (csnyder@redhat.com) - -* Wed Sep 07 2016 Christopher Snyder 1.17.14-1 +- 1371632: Disallow connection test w/ missing info (khowell@redhat.com) - 1372673: Ensure user is able to skip auto attach during initial-setup (csnyder@redhat.com) - 1330515: Account for keyboard interrupt (wpoteat@redhat.com) +- 1371202: Make sub attach view expand in GTK3 (khowell@redhat.com) +- 1370623: Fix text sorting for treeview columns (khowell@redhat.com) - 1369522: Add cat-manifest --no-content to bash completion (khowell@redhat.com) +- 1298140: Set default window icon (khowell@redhat.com) +- 1331739: Validate repo-override --remove non-empty [squashed] + (khowell@redhat.com) +- 1323271: Update compliance when facts update (khowell@redhat.com) +- Disallow empty name for --add (khowell@redhat.com) +- Make repo-override --add emit error same as remove (khowell@redhat.com) - 1368362: Do not display logging config error on upgrade (csnyder@redhat.com) - -* Tue Sep 06 2016 Christopher Snyder 1.17.13-1 -- 1340135: Updates translations, removes unnecessary whitespace +- 1366055: Add docs for the LOGGING section to rhsm.conf man page (csnyder@redhat.com) - -* Thu Sep 01 2016 Christopher Snyder 1.17.12-1 -- 1340135: Update translations (csnyder@redhat.com) - -* Fri Aug 26 2016 Vritant Jain 1.17.11-1 - 1366301: Entitlement regeneration failure no longer aborts refresh (crog@redhat.com) -- 1366055: Add docs for the LOGGING section to rhsm.conf man page - (csnyder@redhat.com) -- 1365280: Change default log level back to INFO (csnyder@redhat.com) - 1336428: Check notification object before use (wpoteat@redhat.com) -- Zanata pull from 1.17.X (vrjain@redhat.com) - -* Tue Aug 09 2016 Vritant Jain 1.17.10-1 +- 1365280: Change default log level back to INFO (csnyder@redhat.com) - 1362138: Change method signature for Anaconda addon (jkonecny@redhat.com) - 1251516: Disable import when registered (wpoteat@redhat.com) - 1336880: Print virt_limit attributes with rct cat-manifest. (rjerrido@outsidaz.org) -- 1351370: Ensure rhsmd exits on exceptions (csnyder@redhat.com) - 1336883: Add --no-content switch to cat-manifest to reduce output. (rjerrido@outsidaz.org) -- 1264108: Clear error message on back action (wpoteat@redhat.com) +- Updated required python-rhsm version (crog@redhat.com) - 1334916: Move logging configuration to rhsm.conf (csnyder@redhat.com) -- 1360909: The refresh command now requests entitlement cert regeneration - (crog@redhat.com) +- 1264108: Clear error message on back action (wpoteat@redhat.com) +- Kill transient parent warnings from Register dialog (wpoteat@redhat.com) - 1333904: 1333906: Append accessible name to contain selected value (wpoteat@redhat.com) +- 1360909: The refresh command now requests entitlement cert regeneration + (crog@redhat.com) - 1351009: Modify message to cover more scenarios (wpoteat@redhat.com) +- 1351370: Ensure rhsmd exits on exceptions (csnyder@redhat.com) +- Don't warn about GTK_VERSION if SUBMAN_GTK_VERSION is set (vrjain@redhat.com) - 1323276: Don't display or store 'None' in proxy values (wpoteat@redhat.com) - 1327179: Check proxy configuration at GUI startup (wpoteat@redhat.com) +* Fri Jul 15 2016 Alex Wood 1.18.1-1 +- Bump version to 1.18 (vrjain@redhat.com) + * Tue Jul 12 2016 Vritant Jain 1.17.9-1 - 1353662: Explicitly use ConsumerIdentity keypath and certpath methods (csnyder@redhat.com)