-
Notifications
You must be signed in to change notification settings - Fork 1
/
subscription-manager-rhsm-certificates.spec
60 lines (47 loc) · 1.52 KB
/
subscription-manager-rhsm-certificates.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Name: subscription-manager-rhsm-certificates
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
License: GPL-2.0-only
%endif
# How to create the source tarball:
#
# 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: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make
BuildRequires: openssl
%description
This package contains certificates required for communicating with the REST interface
of a Red Hat Unified Entitlement Platform, used for the management of system entitlements
and to receive access to content.
%prep
%setup -q
%build
# Nothing to do for building
%install
%make_install \
PREFIX=%{_prefix} \
SYSCONFDIR=%{_sysconfdir}
%check
make check
%files
%license COPYING
%dir %{_sysconfdir}/rhsm
%dir %{_sysconfdir}/rhsm/ca
%{_sysconfdir}/rhsm/ca/*.pem
%changelog
* Thu Jun 23 2022 Jiri Hnidek <[email protected]> 20220623-1
- Fix issue with missing {?dist} in Release. ([email protected])
* Wed Jun 15 2022 Jiri Hnidek <[email protected]> 20220425-1
- Use the same version and release as Fedora already use
* Wed Jun 08 2022 Jiri Hnidek <[email protected]> 20220608-1
- New package built with tito
- Using new version pattern for subscription-manager-rhsm-certificates