Compare commits
2 Commits
8633e2eca0
...
de31cba5fc
Author | SHA1 | Date | |
---|---|---|---|
|
de31cba5fc | ||
|
3cba75a39d |
@ -1 +1 @@
|
||||
018a080bd7753164d8f62b986366c6f4e4ee38dc subscription-manager-1.29.39.tar.gz
|
||||
79971108b37f2e6535b899f9dfb9fc61a5f1f1bd subscription-manager-1.29.40.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (subscription-manager-1.29.39.tar.gz) = d3466f0bfd34e71f1f243d851259a3daa9827726a931de204736da152c6977d14e929c1f7e277776a8ee521f0e833b80802f951e5693013d1f08f114990d9f94
|
||||
SHA512 (subscription-manager-1.29.40.tar.gz) = efc4e529c327c24383129a6c05a80ccb7a04d6473f18ab964b1eeee89225bf68f7c4ec2d1b04123bcc30dee400c3a54f9fe478fc5093c72d1e186a73eb365bb6
|
||||
|
@ -95,7 +95,7 @@
|
||||
%global exclude_packages %{exclude_packages}"
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.29.39
|
||||
Version: 1.29.40
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
%if 0%{?suse_version}
|
||||
@ -186,6 +186,7 @@ BuildRequires: openssl-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: %{py_package_prefix}-setuptools
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: distribution-release
|
||||
@ -734,6 +735,21 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
|
||||
rm -f /var/lib/rhsm/cache/rhsm_icon.json
|
||||
|
||||
%changelog
|
||||
* Thu Jan 18 2024 Pino Toscano <ptoscano@redhat.com> 1.29.40-1
|
||||
- Translated using Weblate (Korean) (simmon@nplob.com)
|
||||
- Translated using Weblate (Chinese (Simplified) (zh_CN))
|
||||
(mariocanfly@hotmail.com)
|
||||
- spec: Add missing GLib dependency when building without DNF
|
||||
(debarshir@gnome.org)
|
||||
- Remove deprecated `locale.*()` functions (mhorky@redhat.com)
|
||||
- Remove version constraint of pytest (mhorky@redhat.com)
|
||||
- RHEL-15110: RegisterServer is stopped, when not needed (jhnidek@redhat.com)
|
||||
- RHEL-15110: Fix issue with registration using gsd-subman (jhnidek@redhat.com)
|
||||
- Fix an error in debug logging of cloud-what (mhorky@redhat.com)
|
||||
- ci: bump actions/upload-artifact from 3 to 4
|
||||
(49699333+dependabot[bot]@users.noreply.github.com)
|
||||
- Improve debug logging to make it faster to understand (mhorky@redhat.com)
|
||||
|
||||
* Thu Nov 23 2023 Pino Toscano <ptoscano@redhat.com> 1.29.39-1
|
||||
- tito: drop bz requirement (ptoscano@redhat.com)
|
||||
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (jsefler@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user