import subscription-manager-1.27.9-1.el8
This commit is contained in:
parent
620b006d9c
commit
97e2325d19
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/subscription-manager-1.26.9.tar.gz
|
||||
SOURCES/subscription-manager-cockpit-1.26.9.tar.gz
|
||||
SOURCES/subscription-manager-1.27.9.tar.gz
|
||||
SOURCES/subscription-manager-cockpit-1.27.9.tar.gz
|
||||
|
@ -1,2 +1,2 @@
|
||||
833fd95c2c6d731ff45c50f2cbc9d915e6ca5e48 SOURCES/subscription-manager-1.26.9.tar.gz
|
||||
0f9de0cd11e966b8cac1d5574c2711adf3daf526 SOURCES/subscription-manager-cockpit-1.26.9.tar.gz
|
||||
517d261e8bc3f686ab0f634b4a80e3c65ca67b59 SOURCES/subscription-manager-1.27.9.tar.gz
|
||||
79e6926ecdc52dd73b22995556a6f1e35e51364a SOURCES/subscription-manager-cockpit-1.27.9.tar.gz
|
||||
|
@ -93,7 +93,7 @@
|
||||
%endif
|
||||
|
||||
%global use_dnf (%{with python3} && (0%{?fedora} || (0%{?rhel}))) || (0%{?rhel} >= 7)
|
||||
%global use_yum (0%{?rhel} && 0%{?rhel} <= 7) || (0%{?suse_version})
|
||||
%global use_yum (0%{?rhel} && 0%{?rhel} <= 7)
|
||||
%global use_cockpit 0%{?fedora} || 0%{?rhel} >= 7
|
||||
|
||||
%if %{with python3}
|
||||
@ -138,7 +138,11 @@
|
||||
%if %{use_initial_setup}
|
||||
%global post_boot_tool INSTALL_INITIAL_SETUP=true INSTALL_FIRSTBOOT=false
|
||||
%else
|
||||
%if %{use_firstboot}
|
||||
%global post_boot_tool INSTALL_INITIAL_SETUP=false INSTALL_FIRSTBOOT=true
|
||||
%else
|
||||
%global post_boot_tool INSTALL_INITIAL_SETUP=false INSTALL_FIRSTBOOT=false
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
@ -222,7 +226,7 @@
|
||||
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.26.9
|
||||
Version: 1.27.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
%if 0%{?suse_version}
|
||||
@ -349,21 +353,23 @@ BuildRequires: %{py_package_prefix}-six
|
||||
BuildRequires: desktop-file-utils
|
||||
%endif
|
||||
|
||||
BuildRequires: %{?suse_version:dbus-1-glib-devel} %{!?suse_version:dbus-glib-devel}
|
||||
%if 0%{?suse_version} <= 1110
|
||||
BuildRequires: %{?suse_version:sles-release} %{!?suse_version:system-release}
|
||||
%else
|
||||
BuildRequires: %{?suse_version:distribution-release} %{!?suse_version:system-release}
|
||||
%endif
|
||||
BuildRequires: %{?suse_version:gconf2-devel} %{!?suse_version:GConf2-devel}
|
||||
BuildRequires: %{?suse_version:update-desktop-files} %{!?suse_version:scrollkeeper}
|
||||
|
||||
BuildRequires: %{?gtk3:gtk3-devel} %{!?gtk3:gtk2-devel}
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: libzypp
|
||||
%endif
|
||||
|
||||
%if %{use_subman_gui}
|
||||
BuildRequires: %{?suse_version:gconf2-devel} %{!?suse_version:GConf2-devel}
|
||||
BuildRequires: %{?suse_version:update-desktop-files} %{!?suse_version:scrollkeeper}
|
||||
BuildRequires: %{?suse_version:dbus-1-glib-devel} %{!?suse_version:dbus-glib-devel}
|
||||
BuildRequires: %{?gtk3:gtk3-devel} %{!?gtk3:gtk2-devel}
|
||||
%endif
|
||||
|
||||
%if %use_systemd
|
||||
# We need the systemd RPM macros
|
||||
%if 0%{?suse_version} >= 1210
|
||||
@ -718,7 +724,7 @@ subscription-manager-initial-setup-addon, and subscription-manager-cockpit-plugi
|
||||
make -f Makefile VERSION=%{version}-%{release} CFLAGS="%{optflags}" \
|
||||
LDFLAGS="%{__global_ldflags}" OS_DIST="%{dist}" PYTHON="%{__python}" \
|
||||
%{?gtk_version} %{?subpackages} %{?include_syspurpose:INCLUDE_SYSPURPOSE="1"} \
|
||||
%{exclude_packages}
|
||||
%{exclude_packages} %{?with_subman_gui}
|
||||
|
||||
%if %{with python2_rhsm}
|
||||
python2 ./setup.py build --quiet --gtk-version=%{?gtk3:3}%{?!gtk3:2} --rpm-version=%{version}-%{release}
|
||||
@ -765,21 +771,27 @@ cp %{buildroot}%{python_sitearch}/rhsm/*.py %{buildroot}%{python2_sitearch}/rhsm
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%if %use_subman_gui
|
||||
%suse_update_desktop_file -n -r subscription-manager-gui Settings PackageManager
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %use_subman_gui
|
||||
desktop-file-validate %{buildroot}/etc/xdg/autostart/rhsm-icon.desktop
|
||||
desktop-file-validate %{buildroot}/usr/share/applications/subscription-manager-gui.desktop
|
||||
%else
|
||||
|
||||
%if %use_cockpit
|
||||
desktop-file-validate %{buildroot}/usr/share/applications/subscription-manager-cockpit.desktop
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
# libexec directory does not exist on sles based distros
|
||||
%if 0%{?suse_version}
|
||||
sed -i 's/libexec/lib/g' %{buildroot}/%{_sysconfdir}/cron.daily/rhsmd
|
||||
%if %use_subman_gui
|
||||
sed -i 's/libexec/lib/g' %{buildroot}/%{_sysconfdir}/cron.daily/rhsmd
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%find_lang rhsm
|
||||
@ -885,7 +897,10 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
%attr(755,root,root) %{_bindir}/rhsmcertd
|
||||
|
||||
%attr(755,root,root) %{_libexecdir}/rhsmcertd-worker
|
||||
%attr(755,root,root) %{_libexecdir}/rhsmd
|
||||
|
||||
%if %{use_subman_gui}
|
||||
%attr(755,root,root) %{_libexecdir}/rhsmd
|
||||
%endif
|
||||
|
||||
|
||||
# our config dirs and files
|
||||
@ -931,7 +946,9 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
|
||||
# misc system config
|
||||
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager
|
||||
%attr(700,root,root) %{_sysconfdir}/cron.daily/rhsmd
|
||||
%if %{use_subman_gui}
|
||||
%attr(700,root,root) %{_sysconfdir}/cron.daily/rhsmd
|
||||
%endif
|
||||
|
||||
%attr(755,root,root) %dir %{_var}/log/rhsm
|
||||
%attr(755,root,root) %dir %{_var}/spool/rhsm/debug
|
||||
@ -1105,6 +1122,7 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
# symlink to console-helper
|
||||
%{_bindir}/subscription-manager-gui
|
||||
%endif
|
||||
|
||||
%{_bindir}/rhsm-icon
|
||||
|
||||
%doc %{_datadir}/gnome/help/subscription-manager/C/figures/*.png
|
||||
@ -1198,9 +1216,9 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
%{rhsm_plugins_dir}/container_content.py*
|
||||
%if %{with python3}
|
||||
%{rhsm_plugins_dir}/__pycache__/*container*
|
||||
%{python_sitearch}/subscription_manager/plugin/container/__pycache__
|
||||
%endif
|
||||
%{python_sitearch}/subscription_manager/plugin/container/*.py*
|
||||
%{python_sitearch}/subscription_manager/plugin/container/__pycache__
|
||||
|
||||
# Copying Red Hat CA cert into each directory:
|
||||
%attr(755,root,root) %dir %{_sysconfdir}/docker/certs.d/cdn.redhat.com
|
||||
@ -1315,6 +1333,15 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# When subscription-manager is upgraded on RHEL 8 (from RHEL 8.2 to RHEL 8.3), then kill
|
||||
# instance of rhsmd, because it is not necessary anymore and it can cause issues.
|
||||
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1840364
|
||||
%if ( 0%{?rhel} >= 8 || 0%{?fedora} )
|
||||
if [ "$1" = "2" ] ; then
|
||||
killall rhsmd 2> /dev/null || true
|
||||
fi
|
||||
%endif
|
||||
|
||||
if [ -x /bin/dbus-send ] ; then
|
||||
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :
|
||||
fi
|
||||
@ -1400,22 +1427,165 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 13 2019 Christopher Snyder <csnyder@redhat.com> 1.26.9-1
|
||||
* Sun Jun 28 2020 Christopher Snyder <csnyder@redhat.com> 1.27.9-1
|
||||
- 1840364: Kill rhsmd during post-install on rhel8
|
||||
(jhnidek@redhat.com)
|
||||
- 1848636, 1849074: Update insights machine-id path (csnyder@redhat.com)
|
||||
- 1700441: Create directories, when missing (jhnidek@redhat.com)
|
||||
|
||||
* Thu Jun 11 2020 Christopher Snyder <csnyder@redhat.com> 1.28.0-1
|
||||
- 1804454: collect uuid on aarch64 system (wpoteat@redhat.com)
|
||||
- WIP: Try to fix build of rpms on suse. (jhnidek@redhat.com)
|
||||
- 1842474: Update local and cache file during sync(); ENT-2433
|
||||
(jhnidek@redhat.com)
|
||||
- 1725525: Mark one string for translation; ENT-1680 (jhnidek@redhat.com)
|
||||
- 1789457: Syspurpose exception message parsing (wpoteat@redhat.com)
|
||||
- Fix building sub-man on Fedora 32 (jhnidek@redhat.com)
|
||||
- cockpit: Call run-tests from common to run cockpit integration tests
|
||||
(sanne.raymaekers@gmail.com)
|
||||
|
||||
* Sun May 31 2020 Christopher Snyder <csnyder@redhat.com> 1.27.5-1
|
||||
- Revert "1667792: added --disable-auto-attach option to register command;
|
||||
ENT-1684" (csnyder@redhat.com)
|
||||
- 1834792: Try to terminate rhsmd after timeout; ENT-2368 (jhnidek@redhat.com)
|
||||
- 1837244: Fix wrong version provided by subscription-manager version; ENT-2388
|
||||
(jhnidek@redhat.com)
|
||||
- 1838012: prevent redundant remote syspurpose sync (pmoravec@redhat.com)
|
||||
|
||||
* Wed May 20 2020 Christopher Snyder <csnyder@redhat.com> 1.27.4-1
|
||||
- Fix unit test of getting release information (jhnidek@redhat.com)
|
||||
- Send Service-level during registration only once (csnyder@redhat.com)
|
||||
- Refactoring of save_sla_to_syspurpose_metadata; ENT-2228 (jhnidek@redhat.com)
|
||||
- 1823523: Detect rhsm-icon running without psutil (csnyder@redhat.com)
|
||||
- 1830994: Fix warning messages in dnf/yum (jhnidek@redhat.com)
|
||||
- 1815624: When in Simple Content Access mode, subscription-manager should not
|
||||
complain that subscriptions aren't attached (wpoteat@redhat.com)
|
||||
- Bump jquery from 3.4.1 to 3.5.0 in /cockpit
|
||||
(49699333+dependabot[bot]@users.noreply.github.com)
|
||||
- Bug fix of Makefile for Debian (63191606+mallmaluss@users.noreply.github.com)
|
||||
|
||||
* Mon Apr 27 2020 William Poteat <wpoteat@redhat.com> 1.27.3-1
|
||||
- 1771921: Package profiles sends too early when registering a client
|
||||
(wpoteat@redhat.com)
|
||||
- 1827708: Make rhsmd cron read 'processTimeout' case-
|
||||
insensitive (csnyder@redhat.com)
|
||||
- Reduced REST API calls during register, when SLA is set; ENT-2229
|
||||
(jhnidek@redhat.com)
|
||||
- cockpit: Show more Insights details (mvollmer@redhat.com)
|
||||
- integration-test: Update mock-insights to use regexp routing
|
||||
(mvollmer@redhat.com)
|
||||
- 1688702: Generate redhat.repo in off-line mode; ENT-2302 (jhnidek@redhat.com)
|
||||
- Fix issue with getPoolsList (jhnidek@redhat.com)
|
||||
- 1818932: 1820267: Using 'Simple Content Access' for access mode
|
||||
(wpoteat@redhat.com)
|
||||
|
||||
* Wed Apr 15 2020 William Poteat <wpoteat@redhat.com> 1.27.2-1
|
||||
- Update releasers for 8.3 (wpoteat@redhat.com)
|
||||
- 1821747: Automatically create /etc/rhsm/syspurpose (jhnidek@redhat.com)
|
||||
|
||||
* Tue Apr 14 2020 Christopher Snyder <csnyder@redhat.com> 1.27.1-1
|
||||
- Fix broken zypepr repo print (suttner@atix.de)
|
||||
- Fix apt-plugin for subscription-manager (bucher@atix.de)
|
||||
- Support to upload zypper repository profile (suttner@atix.de)
|
||||
- 1816926: Fix "attach --auto" command; ENT-2242 (jhnidek@redhat.com)
|
||||
- 1820001: initConfig method needs to be reinstated (wpoteat@redhat.com)
|
||||
- 1774187: Reinitialize logger, when necessary; ENT-1960 (jhnidek@redhat.com)
|
||||
- 1796833: New keys.pot with new strings; ENT-2058 (jhnidek@redhat.com)
|
||||
- 1775714: Do not install rhsmd and rhsm-icon on rhel8; ENT-1959
|
||||
(jhnidek@redhat.com)
|
||||
- Various fixes for debian building and packaging (bucher@atix.de)
|
||||
- Fix gcc warnings and clang build failures (tstellar@redhat.com)
|
||||
- 1569491: rhn-migrate-classic-to-rhsm should try to resolve product ID
|
||||
collisions (wpoteat@redhat.com)
|
||||
- Remove yum for suse (suttner@atix.de)
|
||||
- Add basic build-instructions for debian packages (bucher@atix.de)
|
||||
- Make debian build more versatile (bucher@atix.de)
|
||||
- Add missing debian-build-dependency for libssl-dev (bucher@atix.de)
|
||||
- 1763271: Golden ticket: do not print list of products; ENT-2017
|
||||
(jhnidek@redhat.com)
|
||||
- Added basic support for Pipenv for subscription-manager; ENT-1755
|
||||
(jhnidek@redhat.com)
|
||||
- Implement --token option in subscription-manager (shwethakraman57@gmail.com)
|
||||
- Fixed saving and reading configuration file from cockpit plugin.
|
||||
(jhnidek@redhat.com)
|
||||
- cockpit: Be more robust when showing the time for next Insights upload
|
||||
(mvollmer@redhat.com)
|
||||
- Fixed few issues with initConfig() (jhnidek@redhat.com)
|
||||
- 1803783: Added copytruncate option to logrotate conf file; ENT-2114
|
||||
(jhnidek@redhat.com)
|
||||
- 1804114: New D-Bus method SetAll; ENT-2124 (jhnidek@redhat.com)
|
||||
- 1796986: Collect AWS instance id when available (wpoteat@redhat.com)
|
||||
- Hint is printed by subscription-manager during registration.
|
||||
(jhnidek@redhat.com)
|
||||
- Implementation of getting organization using D-Bus API; ENT-1760
|
||||
(jhnidek@redhat.com)
|
||||
- List user's organization during registration process on CLI
|
||||
(jhnidek@redhat.com)
|
||||
- Enable building of libdnf product-id plugin on RHEL 7. (jhnidek@redhat.com)
|
||||
- Refactoring of DNF subscription-manager plugin; ENT-1906 (jhnidek@redhat.com)
|
||||
- 1794826: Added option --force for command refresh; ENT-2033
|
||||
(jhnidek@redhat.com)
|
||||
- 1794653: corrected missing quotes for config check; ENT-2010
|
||||
(crag@redhat.com)
|
||||
- Ensure serial existence before comparison (csnyder@redhat.com)
|
||||
- D-Bus API: support for pagged list of available subscriptions; ENT-1762
|
||||
(jhnidek@redhat.com)
|
||||
- 1797386: Allow service plugin for zypper (SLES) to set autorefresh
|
||||
(darinlively@gmail.com)
|
||||
- 1782910: Log errors in logging set up after set up completes; ENT-1890
|
||||
(jhnidek@redhat.com)
|
||||
- Add unit test for ASN1 generalized time (khowell@redhat.com)
|
||||
- 1667792: added --disable-auto-attach option to register command; ENT-1684
|
||||
(jhnidek@redhat.com)
|
||||
- ENT-1620: Add option to use our cache of npmjs repository (Nexus)
|
||||
(jhnidek@redhat.com)
|
||||
- cockpit: Sync with current Cockpit test API (martin@piware.de)
|
||||
- Make x509 date parsing handle dates after 2049 (khowell@redhat.com)
|
||||
- cockpit: Add 'doc' and 'keywords' into manifest (mmarusak@redhat.com)
|
||||
- 1741183: Yum loaded subscription-manager plugin multiple times
|
||||
(hyu@redhat.com)
|
||||
- 1761566: include kpatch in facts; ENT-1700 (jhnidek@redhat.com)
|
||||
- Fixed several issues based on PR review. (jhnidek@redhat.com)
|
||||
- 1751200: Cockpit plugin: select registration method; ENT-1651
|
||||
(jhnidek@redhat.com)
|
||||
- ENT-1682: Update build process to use Fedora Zanata (ojanus@redhat.com)
|
||||
- Do not include pycache for container plugin on python2 (csnyder@redhat.com)
|
||||
- Make sure to set the mtime of the py files before creating pyc
|
||||
(csnyder@redhat.com)
|
||||
|
||||
* Sun Dec 01 2019 Christopher Snyder <csnyder@redhat.com> 1.26.8-1
|
||||
- cockpit: Install insights-client package on demand (mvollmer@redhat.com)
|
||||
- cockpit: CSS fixes for dialog error messages (mvollmer@redhat.com)
|
||||
- Fixed unit test and build process specific for suse (jhnidek@redhat.com)
|
||||
- cockpit: Update cockpit-component-dialog (mvollmer@redhat.com)
|
||||
- Fix downgradability due to conflicts with rhsm-icons (csnyder@redhat.com)
|
||||
|
||||
* Wed Nov 20 2019 Christopher Snyder <csnyder@redhat.com> 1.26.7-1
|
||||
- Add rhsm-icons package to contain all icons required by gui interfaces
|
||||
(csnyder@redhat.com)
|
||||
|
||||
* Tue Nov 19 2019 Christopher Snyder <csnyder@redhat.com> 1.26.6-1
|
||||
- 1728054: Obsolete sm-plugin-container on RHEL 8 (csnyder@redhat.com)
|
||||
- cockpit: Don't use objects as React children for error details
|
||||
(mvollmer@redhat.com)
|
||||
- Security upgrades of javascript packages (jhnidek@redhat.com)
|
||||
- D-BUS API: Better listing of provided products (jhnidek@redhat.com)
|
||||
|
||||
* Mon Nov 18 2019 Christopher Snyder <csnyder@redhat.com> 1.26.5-1
|
||||
- Add RHEL 8.2 releaser (csnyder@redhat.com)
|
||||
* Mon Nov 18 2019 Christopher Snyder <csnyder@redhat.com> 1.27.0-1
|
||||
- Make Makefile SLE15 compatible (khowell@redhat.com)
|
||||
- 1764265: Set gpgcheck to 0, when zypper is used; ENT-1758
|
||||
(jhnidek@redhat.com)
|
||||
- 1760837: Disable zypper plugin via ZYPP_RHSM_PLUGIN_DISABLE
|
||||
(khowell@redhat.com)
|
||||
- 1764340: Handle RestlibException in zypper plugin (khowell@redhat.com)
|
||||
- cockpit: Use new services image instead of candlepin (martin@piware.de)
|
||||
- 1738764: Fix issue with syspurpose three-way merge; ENT-1564
|
||||
(jhnidek@redhat.com)
|
||||
- 1703054: Blacklist some locales for Python2.x; ENT-1288 (jhnidek@redhat.com)
|
||||
- 1752400: Ensure that configuration is recorded before data sync processes
|
||||
(wpoteat@redhat.com)
|
||||
- fixed wrong package name for dependency (p.seiler@linuxmail.org)
|
||||
- cockpit: Bump test API to 204 (martin@piware.de)
|
||||
- cockpit: Move default TESTS_OS to rhel-8-1 (martin@piware.de)
|
||||
- cockpit: Support CI testing against a bots project PR (martin@piware.de)
|
||||
- No need for inotify on suse (csnyder@redhat.com)
|
||||
- cockpit: Don't clobber an existing bots checkout (martin@piware.de)
|
||||
|
||||
* Mon Nov 18 2019 Christopher Snyder <csnyder@redhat.com>
|
||||
- Make Makefile SLE15 compatible (khowell@redhat.com)
|
||||
- 1764265: Set gpgcheck to 0, when zypper is used; ENT-1758
|
||||
(jhnidek@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user