From 93a65401ab23c54e8c91b8bc0080d9dc519cee85 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 05 2020 08:09:40 +0000 Subject: import subscription-manager-1.28.5-1.el8 --- diff --git a/.gitignore b/.gitignore index 36a5d45..ed7523f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/subscription-manager-1.27.16.tar.gz -SOURCES/subscription-manager-cockpit-1.27.16.tar.gz +SOURCES/subscription-manager-1.28.5.tar.gz +SOURCES/subscription-manager-cockpit-1.28.5.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index c6de86a..a0260e9 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1,2 +1,2 @@ -cfd3433c18f0af336bf9c35adc6541c26315aac0 SOURCES/subscription-manager-1.27.16.tar.gz -571e6fb831d8b4fa408419080b6d78354d93fcac SOURCES/subscription-manager-cockpit-1.27.16.tar.gz +2a4db4ed2e008b6ff031768a129d8ea64a4d8118 SOURCES/subscription-manager-1.28.5.tar.gz +2d0a92ccbf73cbd7111c6169fec515b2ae78c45e SOURCES/subscription-manager-cockpit-1.28.5.tar.gz diff --git a/SOURCES/CENTOS-use-centos-syspurposes.patch b/SOURCES/CENTOS-use-centos-syspurposes.patch deleted file mode 100644 index 52d2e66..0000000 --- a/SOURCES/CENTOS-use-centos-syspurposes.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/etc-conf/syspurpose/valid_fields.json b/etc-conf/syspurpose/valid_fields.json -index 1ac7ea0e..305ec4b9 100644 ---- a/etc-conf/syspurpose/valid_fields.json -+++ b/etc-conf/syspurpose/valid_fields.json -@@ -1,12 +1,10 @@ - { - "role": [ -- "Red Hat Enterprise Linux Server", -- "Red Hat Enterprise Linux Workstation", -- "Red Hat Enterprise Linux Compute Node" -+ "CentOS Linux Server", -+ "CentOS Linux Workstation", -+ "CentOS Linux Compute Node" - ], - "service_level_agreement": [ -- "Premium", -- "Standard", - "Self-Support" - ], - "usage": [ diff --git a/SOURCES/subscription-manager-centos-remove-redhat.repo.patch b/SOURCES/subscription-manager-centos-remove-redhat.repo.patch deleted file mode 100644 index 0001d86..0000000 --- a/SOURCES/subscription-manager-centos-remove-redhat.repo.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Nurp subscription-manager-1.27.11.orig/src/subscription_manager/repofile.py subscription-manager-1.27.11/src/subscription_manager/repofile.py ---- subscription-manager-1.27.11.orig/src/subscription_manager/repofile.py 2020-07-28 11:06:10.000000000 -0500 -+++ subscription-manager-1.27.11/src/subscription_manager/repofile.py 2020-08-05 16:48:00.911709258 -0500 -@@ -368,11 +368,7 @@ class RepoFileBase(object): - Try to create new repo file. - :return: None - """ -- self.create_dir_path() -- if self.path_exists(self.path) or not self.manage_repos: -- return -- with open(self.path, 'w') as f: -- f.write(self.REPOFILE_HEADER) -+ pass - - def fix_content(self, content): - return content diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index ae2fbdd..edc25c2 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -51,6 +51,13 @@ %global use_subman_gui 1 %endif +# Install subscription-manager-migration only for rhel8 and lower +%if 0%{?rhel} && 0%{?rhel} <= 8 +%global use_subscription_manager_migration 1 +%else +%global use_subscription_manager_migration 0 +%endif + %if 0%{?suse_version} && 0%{?suse_version} < 1200 %global completion_dir %{_sysconfdir}/bash_completion.d %else @@ -178,6 +185,12 @@ %global with_subman_gui WITH_SUBMAN_GUI=false %endif +%if %{use_subscription_manager_migration} +%global with_subman_migration WITH_SUBMAN_MIGRATION=true +%else +%global with_subman_migration WITH_SUBMAN_MIGRATION=false +%endif + %if %{use_cockpit} && !0%{use_subman_gui} %global with_cockpit WITH_COCKPIT=true %else @@ -213,7 +226,11 @@ %endif %if !%{use_container_plugin} -%global exclude_packages %{exclude_packages}*.plugin.container,} +%global exclude_packages %{exclude_packages}*.plugin.container, +%endif + +%if !%{use_subscription_manager_migration} +%global exclude_packages %{exclude_packages}subscription_manager.migrate, %endif # add new exclude_packages items before me @@ -226,7 +243,7 @@ %global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk} Name: subscription-manager -Version: 1.27.16 +Version: 1.28.5 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -249,7 +266,7 @@ Source0: %{name}-%{version}.tar.gz %if %{use_cockpit} Source1: %{name}-cockpit-%{version}.tar.gz %endif -%if 0%{?suse_version} +%if (0%{?suse_version} && 0%{?suse_version} < 1500) Source2: subscription-manager-rpmlintrc %endif @@ -257,9 +274,6 @@ Source2: subscription-manager-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %endif -Patch100: CENTOS-use-centos-syspurposes.patch -Patch101: subscription-manager-centos-remove-redhat.repo.patch - # The following macro examples are preceeded by '%' to stop macro expansion # in the comments. (See https://bugzilla.redhat.com/show_bug.cgi?id=1224660 for # why this is necessary) @@ -292,7 +306,7 @@ Requires: %{py_package_prefix}-dateutil Requires: %{py_package_prefix}-syspurpose # rhel 8 has different naming for setuptools going forward -%if (0%{?rhel} && 0%{?rhel} >= 8) +%if (0%{?rhel} && 0%{?rhel} == 8) Requires: platform-python-setuptools %else Requires: %{py_package_prefix}-setuptools @@ -398,6 +412,7 @@ Group: Productivity/Networking/System %else Group: System Environment/Base %endif +Requires: %{name} = %{version}-%{release} %description -n %{py_package_prefix}-syspurpose Provides the syspurpose commandline utility. This utility manages the system syspurpose. @@ -476,6 +491,7 @@ subscriptions. %endif +%if %{use_subscription_manager_migration} %package -n subscription-manager-migration Summary: Migration scripts for moving to certificate based subscriptions %if 0%{?suse_version} @@ -495,6 +511,7 @@ Requires: subscription-manager-migration-data %description -n subscription-manager-migration This package contains scripts that aid in moving to certificate based subscriptions +%endif %if %use_dnf @@ -567,11 +584,9 @@ Group: System Environment/Base Requires: rhsm-gtk = %{version}-%{release} Requires: initial-setup-gui >= 0.3.9.24-1 Obsoletes: subscription-manager-firstboot < 1.15.3-1 -%if %{undefined centos} %if (0%{?rhel} >= 8) Supplements: initial-setup-gui %endif -%endif %description -n subscription-manager-initial-setup-addon This package contains the initial-setup screens for subscription-manager. @@ -724,14 +739,12 @@ subscription-manager-initial-setup-addon, and subscription-manager-cockpit-plugi %prep %setup -q -%patch100 -p1 -%patch101 -p1 %build 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} %{?with_subman_gui} + %{exclude_packages} %{?with_subman_gui} %{?with_subman_migration} %if %{with python2_rhsm} python2 ./setup.py build --quiet --gtk-version=%{?gtk3:3}%{?!gtk3:2} --rpm-version=%{version}-%{release} @@ -739,13 +752,16 @@ python2 ./setup.py build --quiet --gtk-version=%{?gtk3:3}%{?!gtk3:2} --rpm-versi %if (%{use_dnf} && (0%{?fedora} >= 29 || 0%{?rhel} >= 8)) pushd src/dnf-plugins/product-id -%cmake -DCMAKE_BUILD_TYPE="Release" . +%cmake -DCMAKE_BUILD_TYPE="Release" +%if (0%{?rhel} && 0%{?rhel} <= 8) %make_build +%else +%cmake_build +%endif popd %endif %install -rm -rf %{buildroot} make -f Makefile install VERSION=%{version}-%{release} \ PYTHON=%{__python} PREFIX=%{_prefix} \ DESTDIR=%{buildroot} PYTHON_SITELIB=%{python_sitearch} \ @@ -757,6 +773,7 @@ make -f Makefile install VERSION=%{version}-%{release} \ %{?install_zypper_plugins} \ %{?with_systemd} \ %{?with_subman_gui} \ + %{?with_subman_migration} \ %{?with_cockpit} \ %{?subpackages} \ %{?include_syspurpose:INCLUDE_SYSPURPOSE="1"} \ @@ -765,7 +782,11 @@ make -f Makefile install VERSION=%{version}-%{release} \ %if (%{use_dnf} && (0%{?fedora} >= 29 || 0%{?rhel} >= 8)) pushd src/dnf-plugins/product-id mkdir -p %{buildroot}%{_libdir}/libdnf/plugins +%if (0%{?rhel} && 0%{?rhel} <= 8) %make_install +%else +%cmake_install +%endif popd %endif @@ -802,9 +823,7 @@ desktop-file-validate %{buildroot}/usr/share/applications/subscription-manager-c # fake out the redhat.repo file %if %{use_yum} || %{use_dnf} mkdir %{buildroot}%{_sysconfdir}/yum.repos.d - %if %{undefined centos} touch %{buildroot}%{_sysconfdir}/yum.repos.d/redhat.repo - %endif %endif # fake out the certificate directories @@ -814,19 +833,13 @@ mkdir -p %{buildroot}%{_sysconfdir}/pki/entitlement %if %{use_container_plugin} # Setup cert directories for the container plugin: mkdir -p %{buildroot}%{_sysconfdir}/docker/certs.d/ -%if %{undefined centos} mkdir %{buildroot}%{_sysconfdir}/docker/certs.d/cdn.redhat.com install -m 644 %{_builddir}/%{buildsubdir}/etc-conf/redhat-entitlement-authority.pem %{buildroot}%{_sysconfdir}/docker/certs.d/cdn.redhat.com/redhat-entitlement-authority.crt %endif -%endif -%if %{undefined centos} mkdir -p %{buildroot}%{_sysconfdir}/etc/rhsm/ca install -m 644 %{_builddir}/%{buildsubdir}/etc-conf/redhat-entitlement-authority.pem %{buildroot}/%{_sysconfdir}/rhsm/ca/redhat-entitlement-authority.pem install -m 644 %{_builddir}/%{buildsubdir}/etc-conf/redhat-uep.pem %{buildroot}/%{_sysconfdir}/rhsm/ca/redhat-uep.pem -%else -rm %{buildroot}/%{_sysconfdir}/rhsm/ca/redhat-entitlement-authority.pem -%endif %if %use_cockpit # install cockpit dist targz @@ -852,10 +865,6 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \; %endif %endif -%if %{defined centos} -sed -e '/^enabled=/ s/1/0/' -i %{buildroot}%{_sysconfdir}/dnf/plugins/subscription-manager.conf -%endif - # base/cli tools use the gettext domain 'rhsm', while the # gnome-help tools use domain 'subscription-manager' %files -f rhsm.lang @@ -967,9 +976,12 @@ sed -e '/^enabled=/ s/1/0/' -i %{buildroot}%{_sysconfdir}/dnf/plugins/subscripti %{completion_dir}/subscription-manager %{completion_dir}/rct %{completion_dir}/rhsm-debug -%{completion_dir}/rhn-migrate-classic-to-rhsm %{completion_dir}/rhsmcertd +%if %{use_subscription_manager_migration} +%{completion_dir}/rhn-migrate-classic-to-rhsm +%endif + %if %use_subman_gui %{completion_dir}/rhsm-icon %endif @@ -1174,7 +1186,7 @@ sed -e '/^enabled=/ s/1/0/' -i %{buildroot}%{_sysconfdir}/dnf/plugins/subscripti %endif - +%if 0%{?use_subscription_manager_migration} %files -n subscription-manager-migration %defattr(-,root,root,-) %dir %{python_sitearch}/subscription_manager/migrate @@ -1190,6 +1202,7 @@ sed -e '/^enabled=/ s/1/0/' -i %{buildroot}%{_sysconfdir}/dnf/plugins/subscripti %if 0%{?fedora} %doc README.Fedora %endif +%endif %files -n %{py_package_prefix}-syspurpose -f syspurpose.lang %defattr(-,root,root,-) @@ -1225,12 +1238,10 @@ sed -e '/^enabled=/ s/1/0/' -i %{buildroot}%{_sysconfdir}/dnf/plugins/subscripti %endif %{python_sitearch}/subscription_manager/plugin/container/*.py* -%if %{undefined centos} # Copying Red Hat CA cert into each directory: %attr(755,root,root) %dir %{_sysconfdir}/docker/certs.d/cdn.redhat.com %attr(644,root,root) %{_sysconfdir}/docker/certs.d/cdn.redhat.com/redhat-entitlement-authority.crt %endif -%endif %if %has_ostree %files -n subscription-manager-plugin-ostree @@ -1285,10 +1296,8 @@ sed -e '/^enabled=/ s/1/0/' -i %{buildroot}%{_sysconfdir}/dnf/plugins/subscripti %attr(755,root,root) %dir %{_sysconfdir}/rhsm %attr(755,root,root) %dir %{_sysconfdir}/rhsm/ca -%if %{undefined centos} %attr(644,root,root) %{_sysconfdir}/rhsm/ca/redhat-entitlement-authority.pem %attr(644,root,root) %{_sysconfdir}/rhsm/ca/redhat-uep.pem -%endif %if %use_cockpit %files -n subscription-manager-cockpit @@ -1296,12 +1305,10 @@ sed -e '/^enabled=/ s/1/0/' -i %{buildroot}%{_sysconfdir}/dnf/plugins/subscripti %dir %{_datadir}/cockpit/subscription-manager %{_datadir}/cockpit/subscription-manager/index.html %{_datadir}/cockpit/subscription-manager/index.min.js.gz -%{_datadir}/cockpit/subscription-manager/subscriptions.css %{_datadir}/cockpit/subscription-manager/index.css %{_datadir}/cockpit/subscription-manager/manifest.json %{_datadir}/cockpit/subscription-manager/po.*.js %{_datadir}/cockpit/subscription-manager/po.js -%{_datadir}/cockpit/subscription-manager/node_modules/* %{_datadir}/metainfo/org.candlepinproject.subscription_manager.metainfo.xml %if ! %use_subman_gui %{_datadir}/applications/subscription-manager-cockpit.desktop @@ -1351,6 +1358,9 @@ if [ "$1" = "2" ] ; then fi %endif +# Make all entitlement certificates and keys files readable by group and other +chmod go+r /etc/pki/entitlement/*.pem || true + 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 @@ -1436,80 +1446,117 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog -* Thu Sep 10 2020 Christopher Snyder 1.27.16-1 -- 1868734: Fix issue with syspurpose attrs. set in act. key +* Thu Oct 22 2020 Christopher Snyder 1.28.5-1 +- removing yarn (jmolet@redhat.com) +- Revert "1847910: DNF plugins are part of sub-man RPM, libdnf RPM; ENT-2536" + (csnyder@redhat.com) +- 1886745: Fix __init__ of CPProvider; ENT-3147 (jhnidek@redhat.com) +- 1833316: unset-addons argument is missing in the bash completion of + syspurpose (wpoteat@redhat.com) +- 1875595: Service-Level set issues (wpoteat@redhat.com) + +* Wed Oct 07 2020 Christopher Snyder 1.28.4-1 +- Revert the --no-insights feature (csnyder@redhat.com) +- adding Jenkinsfile and CI test scripts (jmolet@redhat.com) +- 1847910: DNF plugins are part of sub-man RPM, libdnf RPM; ENT-2536 + (jhnidek@redhat.com) +- 1826300: Ignore auto-attach, when SCA mode is used; ENT-2341 + (jhnidek@redhat.com) +- 1862431: option validation error from unexpected config entry; ENT-2712 + (wpoteat@redhat.com) +- 1844508: sub-man sends version in the User-Agent header; ENT-2486 + (wpoteat@redhat.com) +- 1855437: syspurpose CLI should require sub-man rpm; ENT-2602 + (jhnidek@redhat.com) +- 1870567: Fix issue with locale and D-Bus method GetStatus; ENT-2772 + (jhnidek@redhat.com) +- 1868734: Fix issue with syspurpose attrs. set in act. key; ENT-2851 (jhnidek@redhat.com) -* Thu Aug 20 2020 Christopher Snyder 1.27.15-1 -- 1615429: Fix sorting of plugin hooks (csnyder@redhat.com) -- 1820534: Update translations (csnyder@redhat.com) +* Wed Sep 02 2020 William Poteat 1.28.3-1 +- 1753236: D-Bus Register properly, when org not specified; ENT-2096 + (jhnidek@redhat.com) +- Additional updates for fedora (wpoteat@redhat.com) +- added default for repo_gpgcheck (p.seiler@linuxmail.org) +- support to disable repo_gpgcheck for zypper repositories + (p.seiler@linuxmail.org) + +* Fri Aug 21 2020 William Poteat 1.28.2-1 +- Sync spec with fedora spec (csnyder@redhat.com) - 1841601: Set default encoding properly; ENT-2499 (jhnidek@redhat.com) -- 1839199: More rhsmd cleanup (wpoteat@redhat.com) -- 1869725: Do not print traceback, when profile upload failed; ENT-2754 +- 1615429: Part 2: Added unit tests not only for this case (jhnidek@redhat.com) +- 1868936: Do not print traceback, when profile upload failed; ENT-2754 (jhnidek@redhat.com) +- 1839199: More rhsmd cleanup (wpoteat@redhat.com) +- 1615429: Fix sorting of plugin hooks (csnyder@redhat.com) +- Two fixes of issues related to suse (jhnidek@redhat.com) -* Wed Aug 12 2020 Christopher Snyder 1.27.14-1 +* Mon Aug 17 2020 Christopher Snyder 1.28.1-1 +- 1832990: Only register insights when server supports "insights_auto_register" + (csnyder@redhat.com) +- 1855893: Generate redhat.repo properly; ENT-2636 (jhnidek@redhat.com) - 1862415: Print proper message, when consumer is deleted; ENT-2709 (jhnidek@redhat.com) -- 1855893: Generate redhat.repo properly; ENT-2636 (jhnidek@redhat.com) -- Revert "Add --no-insights option; ENT-2471" (csnyder@redhat.com) -- Revert "Add insights-client messaging on registration" (csnyder@redhat.com) -- Revert "Address review feedback" (csnyder@redhat.com) -- Revert "1832990: Add rhsm.no_insights config option, improve messaging" - (csnyder@redhat.com) -- Automatic commit of package [subscription-manager] release [1.27.13-1]. - (wpoteat@redhat.com) -- 1663116: 1663390: 1663402: 1663408: Update translations (wpoteat@redhat.com) -- 1862425: Fix setting service-level; ENT-1862425 (jhnidek@redhat.com) +- 1841600: D-Bus - update ent. cert., when act. key is used; ENT-2453 + (jhnidek@redhat.com) - 1862419: Make repo-override working again; ENT-2710 (jhnidek@redhat.com) +- 1858231: Disable repository metadata gpg validation (suttner@atix.de) +- 1862425: Fix setting service-level; ENT-1862425 (jhnidek@redhat.com) +- 1832990: Add rhsm.no_insights config option, improve messaging + (csnyder@redhat.com) - 1858296: Do not print unchanged profile; ENT-2639 (jhnidek@redhat.com) +- 1860434: Create rhsm.conf, when config command is used; ENT-2698 + (jhnidek@redhat.com) - 1861255: Catch all exception and print traceback to rhsm.log (jhnidek@redhat.com) -- 1841600: D-Bus - update ent. cert., when act. key is used; ENT-2453 +- 1780028: Remove man page entries for rhsmd (wpoteat@redhat.com) +- 1859532: Role --list handle wrong proxy conf (unregistered case) (jhnidek@redhat.com) - -* Thu Aug 06 2020 William Poteat 1.27.13-1 -- 1663116: 1663390: 1663402: 1663408: Update translations (wpoteat@redhat.com) -- 1862425: Fix setting service-level (jhnidek@redhat.com) -- 1862419: Make repo-override working again (jhnidek@redhat.com) -- 1858296: Do not print unchanged profile (jhnidek@redhat.com) -- 1861255: Catch all exception and print traceback to rhsm.log +- cockpit: Stop importing cockpit's base1/patternfly.css (kkoukiou@redhat.com) +- cockpit: Bump up webpack to 4 and adjust the config as needed + (kkoukiou@redhat.com) +- 1838423: Fix getting list of releases from CDN; ENT-2601 (jhnidek@redhat.com) +- 1859532: No traceback, when wrong proxy conf is used; ENT-2654 (jhnidek@redhat.com) -- 1841600: D-Bus - update ent. cert., when act. key is used +- set permissions on rhsm.conf (jbastian@redhat.com) +- 1857100: Do not print empty string as valid value; ENT-2634 (jhnidek@redhat.com) -- Support Insights registration by default in cockpit (khowell@redhat.com) - -* Thu Jul 30 2020 Christopher Snyder 1.27.12-1 -- 1832990: Add rhsm.no_insights config option, improve messaging - (csnyder@redhat.com) -- Add --no-insights option; ENT-2471 (khowell@redhat.com) - -* Tue Jul 28 2020 William Poteat 1.27.11-1 -- 1780028: Remove man page entries for rhsmd (wpoteat@redhat.com) -- 1838423: Fix getting list of releases from CDN; (jhnidek@redhat.com) -- 1838670: set permissions on rhsm.conf (jbastian@redhat.com) -- cockpit: Fix AppStream launchable metainfo (martin@piware.de) -- 1838967: Sync syspurpose cache on registration (wpoteat@redhat.com) -- 1859532: Role --list handle wrong proxy conf (unregistered case) (jhnidek@redhat.com) -- 1859532: No traceback, when wrong proxy conf is used (jhnidek@redhat.com) -- 1857100: Do not print empty string as valid value (jhnidek@redhat.com) -- 1634023: Use list of valid syspurpose values provided by candlepin server (jhnidek@redhat.com) - -* Thu Jul 16 2020 William Poteat 1.27.10-1 +- Fix zypper ascii issue (suttner@atix.de) - 1847636: error when registering in intial-setup-graphical (wpoteat@redhat.com) +- 1838967: Sync syspurpose cache on registration (wpoteat@redhat.com) +- cockpit: Fix AppStream launchable metainfo (martin@piware.de) +- Use list of valid syspurpose values provided by candlepin server; ENT-2371 + (jhnidek@redhat.com) - Added unit test for this case. (jhnidek@redhat.com) - 1845399: List available subscription ondate options failed (wpoteat@redhat.com) -- 1657269: Do not use /var/run, but use /run; ENT-1086 (jhnidek@redhat.com) +- Mark node_modules as part of rpm package. (jhnidek@redhat.com) - cockpit: change button order to conform with patternfly guidelines (anilsson@redhat.com) - -* Sun Jun 28 2020 Christopher Snyder 1.27.9-1 -- 1840364: Kill rhsmd during post-install on rhel8 +- 1657269: Do not use /var/run, but use /run; ENT-1086 (jhnidek@redhat.com) +- WIP: remove useless closing bracket. (jhnidek@redhat.com) +- 1840364: Kill rhsmd during post-install on rhel8; ENT-2449 (jhnidek@redhat.com) - 1848636, 1849074: Update insights machine-id path (csnyder@redhat.com) -- 1700441: Create directories, when missing (jhnidek@redhat.com) +- Address review feedback (khowell@redhat.com) +- Add insights-client messaging on registration (khowell@redhat.com) +- 1741364: Make existing ent. cert/keys readable by others; ENT-1593 + (jhnidek@redhat.com) +- 1838423: Correct method call signature for release (wpoteat@redhat.com) +- 1840859: Custom repo parameters are not deletable (wpoteat@redhat.com) +- Add --no-insights option; ENT-2471 (khowell@redhat.com) +- 1700441: Create directories, when missing; ENT-2461 (jhnidek@redhat.com) +- 1770864: Do not create sub-man-migration rpm for Fedora; ENT-1961 + (jhnidek@redhat.com) +- Ignore missing repo if manage_repo is false (suttner@atix.de) + +* Sat Aug 01 2020 Fedora Release Engineering - 1.27.1-5 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.27.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jun 11 2020 Christopher Snyder 1.28.0-1 - 1804454: collect uuid on aarch64 system (wpoteat@redhat.com) @@ -1530,6 +1577,9 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : (jhnidek@redhat.com) - 1838012: prevent redundant remote syspurpose sync (pmoravec@redhat.com) +* Tue May 26 2020 Miro Hrončok - 1.27.1-3 +- Rebuilt for Python 3.9 + * Wed May 20 2020 Christopher Snyder 1.27.4-1 - Fix unit test of getting release information (jhnidek@redhat.com) - Send Service-level during registration only once (csnyder@redhat.com) @@ -1557,6 +1607,9 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : - 1818932: 1820267: Using 'Simple Content Access' for access mode (wpoteat@redhat.com) +* Tue Apr 21 2020 Björn Esser - 1.27.1-2 +- Rebuild (json-c) + * Wed Apr 15 2020 William Poteat 1.27.2-1 - Update releasers for 8.3 (wpoteat@redhat.com) - 1821747: Automatically create /etc/rhsm/syspurpose (jhnidek@redhat.com)