Blame SPECS/subscription-manager-rhsm-certificates.spec

404da3
Name: subscription-manager-rhsm-certificates
404da3
Version: 20220623
404da3
Release: 1%{?dist}
404da3
Summary: Certificates required to communicate with a Red Hat Unified Entitlement Platform
404da3
URL: https://www.candlepinproject.org/
404da3
%if 0%{?suse_version}
404da3
Group: Development/Libraries/Python
404da3
License: GPL-2.0
404da3
%else
404da3
License: GPLv2
404da3
%endif
404da3
404da3
# How to create the source tarball:
404da3
#
404da3
# git clone https://github.com/candlepin/subscription-manager-rhsm-certificates.git
404da3
# dnf install tito
404da3
# tito build --tag subscription-manager-rhsm-certificates-$VERSION-$RELEASE --tgz
404da3
Source0: %{name}-%{version}.tar.gz
404da3
404da3
BuildArch: noarch
404da3
404da3
BuildRequires: make
404da3
BuildRequires: openssl
404da3
404da3
%description
404da3
This package contains certificates required for communicating with the REST interface
404da3
of a Red Hat Unified Entitlement Platform, used for the management of system entitlements
404da3
and to receive access to content.
404da3
404da3
%prep
404da3
%setup -q
404da3
404da3
%build
404da3
# Nothing to do for building
404da3
404da3
%install
404da3
%make_install \
404da3
    PREFIX=%{_prefix} \
404da3
    SYSCONFDIR=%{_sysconfdir}
404da3
404da3
%check
404da3
make check
404da3
404da3
%files
404da3
%license COPYING
404da3
%dir %{_sysconfdir}/rhsm
404da3
%dir %{_sysconfdir}/rhsm/ca
404da3
%{_sysconfdir}/rhsm/ca/*.pem
404da3
404da3
%changelog
404da3
* Thu Jun 23 2022 Jiri Hnidek <jhnidek@redhat.com> 20220623-1
404da3
- Fix issue with missing {?dist} in Release. (jhnidek@redhat.com)
404da3
404da3
* Wed Jun 15 2022 Jiri Hnidek <jhnidek@redhat.com> 20220425-1
404da3
- Use the same version and release as Fedora already use
404da3
404da3
* Wed Jun 08 2022 Jiri Hnidek <jhnidek@redhat.com> 20220608-1
404da3
- New package built with tito
404da3
- Using new version pattern for subscription-manager-rhsm-certificates
404da3