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

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