New release of subscription-manager-rhsm-certificates
* BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2089022
This commit is contained in:
parent
be6aad0eaa
commit
3fb9d23356
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/subscription-manager-rhsm-certificates-20220425.tar.gz
|
||||
/subscription-manager-rhsm-certificates-20220623.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (subscription-manager-rhsm-certificates-20220425.tar.gz) = c0b065a5b895f5193963ae8855ee2fbc13e69ee7702d298a193c902cca18391884db30f4787b4185e63c2140fb651af979136afa0ca42f0a076b8440935f4b73
|
||||
SHA512 (subscription-manager-rhsm-certificates-20220623.tar.gz) = 8f3591dda293d9af2767fb4ded6ee033c31bb2881bb03ac5bb76dea1b39bbe3e02c1b028377d2547fefadeb1109231ca5cc196ac48245816ef5ad5292c0de393
|
||||
|
@ -1,13 +1,12 @@
|
||||
Name: subscription-manager-rhsm-certificates
|
||||
Version: 20220425
|
||||
Release: 2%{?dist}
|
||||
Version: 20220623
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificates required to communicate with a Red Hat Unified Entitlement Platform
|
||||
URL: https://www.candlepinproject.org/
|
||||
%if 0%{?suse_version}
|
||||
Group: Development/Libraries/Python
|
||||
License: GPL-2.0
|
||||
%else
|
||||
Group: Development/Libraries
|
||||
License: GPLv2
|
||||
%endif
|
||||
|
||||
@ -21,6 +20,7 @@ Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: openssl
|
||||
|
||||
%description
|
||||
This package contains certificates required for communicating with the REST interface
|
||||
@ -38,6 +38,9 @@ and to receive access to content.
|
||||
PREFIX=%{_prefix} \
|
||||
SYSCONFDIR=%{_sysconfdir}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%dir %{_sysconfdir}/rhsm
|
||||
@ -45,9 +48,13 @@ and to receive access to content.
|
||||
%{_sysconfdir}/rhsm/ca/*.pem
|
||||
|
||||
%changelog
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220425-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
* Thu Jun 23 2022 Jiri Hnidek <jhnidek@redhat.com> 20220623-1
|
||||
- Fix issue with missing {?dist} in Release. (jhnidek@redhat.com)
|
||||
|
||||
* Mon Apr 25 2022 Christopher Snyder <csnyder@redhat.com> 20220425-1
|
||||
- new package built with tito
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user