Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
ptoscano committed May 16, 2023
1 parent 963fd91 commit b76b133
Show file tree
Hide file tree
Showing 3 changed files with 28 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.34-1 ./
1.29.35-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.34",
version="1.29.35",
url="http://www.candlepinproject.org",
description="Manage subscriptions for Red Hat products.",
license="GPLv2",
Expand Down
27 changes: 26 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.34
Version: 1.29.35
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Expand Down Expand Up @@ -738,6 +738,31 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json

%changelog
* Tue May 16 2023 Pino Toscano <[email protected]> 1.29.35-1
- Translated using Weblate (Italian) ([email protected])
- Clean up tests using Cloud What detectors properly ([email protected])
- spec: Obsolete subscription-manager-migration ([email protected])
- Translated using Weblate (Chinese (Simplified) (zh_CN)) ([email protected])
- Translated using Weblate (Korean) ([email protected])
- Translated using Weblate (Georgian) ([email protected])
- Translated using Weblate (Italian) ([email protected])
- Update translation files ([email protected])
- New extraction for translatable strings ([email protected])
- Translated using Weblate (Italian) ([email protected])
- Typo fixes ([email protected])
- Avoid string puzzle ([email protected])
- Properly use ungettext for plural forms ([email protected])
- 2189664: cache: fix SyspurposeComplianceStatusCache on failed load
([email protected])
- dbus: don't catch exceptions in DomainSocketServer.run()
([email protected])
- cli: directly exit on InvalidCLIOptionError ([email protected])
- Revert "ENT-5549: Fix return code handling of CLI" ([email protected])
- ci: add dependabot config for GitHub Actions ([email protected])
- Update .git-blame-ignore-revs ([email protected])
- Format code with black==23.3.0 ([email protected])
- ENT-5535: Update black to version 23.3.0 ([email protected])

* Wed Apr 12 2023 Pino Toscano <[email protected]> 1.29.34-1
- Update TESTING.md ([email protected])
- Improved debug print of http traffic, when proxy is used ([email protected])
Expand Down

0 comments on commit b76b133

Please sign in to comment.