Blob Blame History Raw
Summary: Ceph Nautilus packages from the CentOS Storage SIG repository
Name: centos-release-ceph-nautilus
Version: 1.3
Release: 2%{?dist}
License: GPLv2
URL: http://wiki.centos.org/SpecialInterestGroup/Storage
Source0: CentOS-Ceph-Nautilus.repo
%if 0%{?centos} >= 7
BuildRequires: systemd
%endif
BuildArch: noarch

%if 0%{?centos} >= 7
# $contentdir for altarch support was added with CentOS-7.5
Requires: centos-release >= 7-5.1804.el7.centos.2
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
%endif
# This provides the public key to verify the RPMs
Requires: centos-release-storage-common

Provides: centos-release-ceph = 14

%description
yum configuration for Ceph Nautilus packages from the CentOS Storage SIG.

%install
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Ceph-Nautilus.repo
%if 0%{?centos} < 7
sed -i 's/i\$contentdir/centos/g' %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Ceph-Nautilus.repo
%endif

%if 0%{?centos} >= 7
%post
%systemd_post

%preun
%systemd_preun

%postun
%systemd_postun
%endif

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Ceph-Nautilus.repo

%changelog
* Mon Feb 14 2022 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1.3-2
- baseurl

* Fri Feb 11 2022 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1.3-1
- NVR  

* Thu May 14 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1.2-2
- initial checkin in git.centos.org ex github