Added new version (20220425) of sub-man-rhsm-certs

* The new version pattern (date format) is used, because this
  package is not dependent on subscription-manager anymore
* Use same version and release as Fedora already uses

Resolves: rhbz#2089481
This commit is contained in:
Jiri Hnidek 2022-06-15 13:01:10 +02:00
parent 60555b2d2d
commit 6a7890772e
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/subscription-manager-rhsm-certificates-git-25.29ffa05.tar.gz
/subscription-manager-rhsm-certificates-20220425.tar.gz

View File

@ -1 +1 @@
SHA512 (subscription-manager-rhsm-certificates-git-25.29ffa05.tar.gz) = b3a20a8cc7451d796b75a1839d07e919c567fa3409f0941b718bbb5898ee51279daa5c1c7c5cea2493a0c383e0c17b433eb2aeaad41219592181b57619da2ed5
SHA512 (subscription-manager-rhsm-certificates-20220425.tar.gz) = edae1230d79514e31e3fdcb12cc38c1e2759c1467ae06195659f35a834766fe6d5beb83e88c194df31d757b6de88a2f420706e76ec4938e979f898c62cb014c0

View File

@ -1,6 +1,6 @@
Name: subscription-manager-rhsm-certificates
Version: 1.29.26
Release: 1.git.25.29ffa05%{?dist}
Version: 20220425
Release: 1
Summary: Certificates required to communicate with a Red Hat Unified Entitlement Platform
URL: https://www.candlepinproject.org/
%if 0%{?suse_version}
@ -15,7 +15,7 @@ License: GPLv2
# git clone https://github.com/candlepin/subscription-manager-rhsm-certificates.git
# dnf install tito
# tito build --tag subscription-manager-rhsm-certificates-$VERSION-$RELEASE --tgz
Source0: subscription-manager-rhsm-certificates-git-25.29ffa05.tar.gz
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
@ -28,7 +28,7 @@ of a Red Hat Unified Entitlement Platform, used for the management of system ent
and to receive access to content.
%prep
%setup -q -n subscription-manager-rhsm-certificates-git-25.29ffa05
%setup -q
%build
# Nothing to do for building
@ -48,3 +48,10 @@ make check
%{_sysconfdir}/rhsm/ca/*.pem
%changelog
* Wed Jun 15 2022 Jiri Hnidek <jhnidek@redhat.com> 20220425-1
- Use the same version and release as Fedora already use
* Wed Jun 08 2022 Jiri Hnidek <jhnidek@redhat.com> 20220608-1
- New package built with tito
- Using new version pattern for subscription-manager-rhsm-certificates