Initial centpkg import of SRPM

Resolves: rhbz#2089481
This commit is contained in:
Jiri Hnidek 2022-05-31 11:40:47 +02:00
parent fcd8612a38
commit 60555b2d2d
3 changed files with 52 additions and 0 deletions

1
.gitignore vendored
View File

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

1
sources Normal file
View File

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

View File

@ -0,0 +1,50 @@
Name: subscription-manager-rhsm-certificates
Version: 1.29.26
Release: 1.git.25.29ffa05%{?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: GPLv2
%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: subscription-manager-rhsm-certificates-git-25.29ffa05.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 -n subscription-manager-rhsm-certificates-git-25.29ffa05
%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