import subscription-manager-1.27.18-1.el8_3
This commit is contained in:
parent
489615d0e3
commit
3ebf4355be
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/subscription-manager-1.27.16.tar.gz
|
SOURCES/subscription-manager-1.27.18.tar.gz
|
||||||
SOURCES/subscription-manager-cockpit-1.27.16.tar.gz
|
SOURCES/subscription-manager-cockpit-1.27.18.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
cfd3433c18f0af336bf9c35adc6541c26315aac0 SOURCES/subscription-manager-1.27.16.tar.gz
|
dc95e9e7f734c8d68267f5b82ef28283456f3789 SOURCES/subscription-manager-1.27.18.tar.gz
|
||||||
571e6fb831d8b4fa408419080b6d78354d93fcac SOURCES/subscription-manager-cockpit-1.27.16.tar.gz
|
17c28940ecb90dea38b5824f48c8d97f7477e56f SOURCES/subscription-manager-cockpit-1.27.18.tar.gz
|
||||||
|
@ -226,7 +226,7 @@
|
|||||||
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.27.16
|
Version: 1.27.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -301,6 +301,8 @@ Requires: python3-dbus
|
|||||||
Requires: %{?suse_version:dbus-1-python} %{!?suse_version:dbus-python}
|
Requires: %{?suse_version:dbus-1-python} %{!?suse_version:dbus-python}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Requires: python3-requests
|
||||||
|
|
||||||
%if %{use_yum}
|
%if %{use_yum}
|
||||||
Requires: %{?suse_version:yum} %{!?suse_version:yum >= 3.2.29-73}
|
Requires: %{?suse_version:yum} %{!?suse_version:yum >= 3.2.29-73}
|
||||||
%endif
|
%endif
|
||||||
@ -861,6 +863,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%dir %{python_sitearch}/rhsmlib/candlepin
|
%dir %{python_sitearch}/rhsmlib/candlepin
|
||||||
|
%dir %{python_sitearch}/rhsmlib/cloud
|
||||||
|
%dir %{python_sitearch}/rhsmlib/cloud/providers
|
||||||
%dir %{python_sitearch}/rhsmlib/compat
|
%dir %{python_sitearch}/rhsmlib/compat
|
||||||
%dir %{python_sitearch}/rhsmlib/dbus
|
%dir %{python_sitearch}/rhsmlib/dbus
|
||||||
%dir %{python_sitearch}/rhsmlib/dbus/facts
|
%dir %{python_sitearch}/rhsmlib/dbus/facts
|
||||||
@ -1010,6 +1014,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
|||||||
%dir %{python_sitearch}/rhsmlib
|
%dir %{python_sitearch}/rhsmlib
|
||||||
%{python_sitearch}/rhsmlib/*.py*
|
%{python_sitearch}/rhsmlib/*.py*
|
||||||
%{python_sitearch}/rhsmlib/candlepin/*.py*
|
%{python_sitearch}/rhsmlib/candlepin/*.py*
|
||||||
|
%{python_sitearch}/rhsmlib/cloud/*.py*
|
||||||
|
%{python_sitearch}/rhsmlib/cloud/providers/*.py*
|
||||||
%{python_sitearch}/rhsmlib/compat/*.py*
|
%{python_sitearch}/rhsmlib/compat/*.py*
|
||||||
%{python_sitearch}/rhsmlib/facts/*.py*
|
%{python_sitearch}/rhsmlib/facts/*.py*
|
||||||
%{python_sitearch}/rhsmlib/services/*.py*
|
%{python_sitearch}/rhsmlib/services/*.py*
|
||||||
@ -1019,6 +1025,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
|||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%{python_sitearch}/rhsmlib/__pycache__
|
%{python_sitearch}/rhsmlib/__pycache__
|
||||||
%{python_sitearch}/rhsmlib/candlepin/__pycache__
|
%{python_sitearch}/rhsmlib/candlepin/__pycache__
|
||||||
|
%{python_sitearch}/rhsmlib/cloud/__pycache__
|
||||||
|
%{python_sitearch}/rhsmlib/cloud/providers/__pycache__
|
||||||
%{python_sitearch}/rhsmlib/compat/__pycache__
|
%{python_sitearch}/rhsmlib/compat/__pycache__
|
||||||
%{python_sitearch}/rhsmlib/dbus/__pycache__
|
%{python_sitearch}/rhsmlib/dbus/__pycache__
|
||||||
%{python_sitearch}/rhsmlib/dbus/facts/__pycache__
|
%{python_sitearch}/rhsmlib/dbus/facts/__pycache__
|
||||||
@ -1413,6 +1421,18 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 03 2021 Christopher Snyder <csnyder@redhat.com> 1.27.18-1
|
||||||
|
- 1924564: Repeat auto-register only, when first attempt fail (#2420)
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
|
||||||
|
* Fri Jan 29 2021 William Poteat <wpoteat@redhat.com> 1.27.17-1
|
||||||
|
- Use python3-requests and not python-requests. (jhnidek@redhat.com)
|
||||||
|
- ENT-3289: automatic registration on public cloud (#2407) (jhnidek@redhat.com)
|
||||||
|
- ENT-3191: Collect metadata of cloud providers (#2381) (jhnidek@redhat.com)
|
||||||
|
- Detecting of cloud providers; ENT-3288 (#2367) (jhnidek@redhat.com)
|
||||||
|
- Syntax update to translation commands (#2396) (wpoteat@redhat.com)
|
||||||
|
- Update project to use Weblate for translations (#2389) (wpoteat@redhat.com)
|
||||||
|
|
||||||
* Thu Sep 10 2020 Christopher Snyder <csnyder@redhat.com> 1.27.16-1
|
* Thu Sep 10 2020 Christopher Snyder <csnyder@redhat.com> 1.27.16-1
|
||||||
- 1868734: Fix issue with syspurpose attrs. set in act. key
|
- 1868734: Fix issue with syspurpose attrs. set in act. key
|
||||||
(jhnidek@redhat.com)
|
(jhnidek@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user