Skip to content

Commit

Permalink
Automatic commit of package [subscription-manager] release [1.29.33.2…
Browse files Browse the repository at this point in the history
…-1].

Created by command:

/usr/bin/tito tag --use-version=1.29.33.2
  • Loading branch information
ptoscano committed Sep 11, 2023
1 parent 2191cc1 commit 618e58a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/subscription-manager
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.33.1-1 ./
1.29.33.2-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def find_py(self):

setup(
name="subscription-manager",
version="1.29.33.1",
version="1.29.33.2",
url="http://www.candlepinproject.org",
description="Manage subscriptions for Red Hat products.",
license="GPLv2",
Expand Down
10 changes: 9 additions & 1 deletion subscription-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"

Name: subscription-manager
Version: 1.29.33.1
Version: 1.29.33.2
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Expand Down Expand Up @@ -736,6 +736,14 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json

%changelog
* Mon Sep 11 2023 Pino Toscano <ptoscano@redhat.com> 1.29.33.2-1
- test: add simple test for 2221711 (ptoscano@redhat.com)
- 2221711: do not collect unentitled products in SCA mode (ptoscano@redhat.com)
- ENT-5624: Properly translate error strings (mhorky@redhat.com)
- 2225445: [1.29.33] Hotfix of D-Bus policy (jhnidek@redhat.com)
- ci: run jobs only on CentOS Stream 9 (ptoscano@redhat.com)
- Remove pytest arguments for CentOS 9 Stream image (mhorky@redhat.com)

* Thu Mar 02 2023 Pino Toscano <ptoscano@redhat.com> 1.29.33.1-1
- tito: add rhel 9.2 releaser (ptoscano@redhat.com)
- 2169251: connection: restore UEPConnection.getJob() (ptoscano@redhat.com)
Expand Down

0 comments on commit 618e58a

Please sign in to comment.