Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
ptoscano committed Aug 23, 2023
1 parent 2b57317 commit cf12ae6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/subscription-manager
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.38-1 ./
1.28.39-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def find_py(self):

setup(
name="subscription-manager",
version='1.28.38',
version='1.28.39',
url="http://www.candlepinproject.org",
description="Manage subscriptions for Red Hat products.",
license="GPLv2",
Expand Down
23 changes: 22 additions & 1 deletion subscription-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}

Name: subscription-manager
Version: 1.28.38
Version: 1.28.39
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Expand Down Expand Up @@ -1381,6 +1381,27 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif

%changelog
* Wed Aug 23 2023 Pino Toscano <[email protected]> 1.28.39-1
- Translated using Weblate (Korean) ([email protected])
- Update translation files ([email protected])
- 2225443: [1.28] Hotfix of D-Bus policy ([email protected])
- New extraction for translatable strings ([email protected])
- Translated using Weblate (Punjabi) ([email protected])
- Translated using Weblate (Korean) ([email protected])
- [1.28] Update messaging around the "container mode" (#3310)
([email protected])
- ENT-5624: Properly translate error strings ([email protected])
- ENT-5610: Explicitly check for provided entitlement certificates
([email protected])
- Fix flake8 errors ([email protected])
- Run flake8 and rpmlint on CI ([email protected])
- Mock IOError for Insights fact collection tests ([email protected])
- Collect GCP Project information as cloud facts ([email protected])
- Collect Azure Subscription ID as a cloud fact (#3285) ([email protected])
- Update cockpit test lib for Chromium 113 fix ([email protected])
- tests: repair attach cases in SCA mode ([email protected])
- 2091269: Make locking more reliable ([email protected])

* Wed May 17 2023 Pino Toscano <[email protected]> 1.28.38-1
- Translated using Weblate (Italian) ([email protected])
- Update translation files ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion syspurpose/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class BuildTrans(i18n.BuildTrans):

setup(
name="syspurpose",
version="1.28.38",
version="1.28.39",
url="http://www.candlepinproject.org",
description="Manage Red Hat System Purpose",
license="GPLv2",
Expand Down

0 comments on commit cf12ae6

Please sign in to comment.