Skip to content

Commit

Permalink
Automatic commit of package [subscription-manager] release [1.30.2-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
ptoscano committed Sep 26, 2024
1 parent fbe0737 commit 21038d3
Show file tree
Hide file tree
Showing 3 changed files with 25 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.30.1-1 ./
1.30.2-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def find_py(self):

setup(
name="subscription-manager",
version="1.30.1",
version="1.30.2",
url="http://www.candlepinproject.org",
description="Manage subscriptions for Red Hat products.",
license="GPLv2",
Expand Down
24 changes: 23 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.30.1
Version: 1.30.2
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Expand Down Expand Up @@ -742,6 +742,28 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json

%changelog
* Thu Sep 26 2024 Pino Toscano <[email protected]> 1.30.2-1
- Translated using Weblate (Georgian) ([email protected])
- feat: Create consumer cert & key owner by rhsm group ([email protected])
- feat: Add rhsm group during installation of subman RPM ([email protected])
- feat: dnf plugin - outsource uploading of profile to rhsmcertd.
([email protected])
- docs: remove references to removed commands ([email protected])
- feat: Remove auto-attach command ([email protected])
- feat: Eliminate command 'remove' from subscription-manager
([email protected])
- feat: Remove attach from bash completion script ([email protected])
- feat: Remove references on auto-attach in man page ([email protected])
- feat: Removed attach service ([email protected])
- feat: Removed D-Bus methods related to attach ([email protected])
- feat: Removed attach command and CLI option related to attach
([email protected])
- feat: Remove 'addons' subcommand(s) ([email protected])
- feat: Removed command "redeem" from subscription-manager ([email protected])
- Update the correct man page file. ([email protected])
- docs: Change reverse proxy to proxy in man page ([email protected])
- test(ci): Improve container pre-test script ([email protected])

* Wed Aug 21 2024 Pino Toscano <[email protected]> 1.30.1-1
- feat: forcefully switch automatic cloud registration to v1
([email protected])
Expand Down

0 comments on commit 21038d3

Please sign in to comment.