Summary: Ceph Quincy packages from the CentOS Storage SIG repository Name: centos-release-ceph-quincy Version: 1.0 Release: 3%{?dist} License: GPLv2 URL: http://wiki.centos.org/SpecialInterestGroup/Storage Source0: CentOS-Ceph-Quincy.repo %if 0%{?centos} >= 8 BuildRequires: systemd %endif BuildArch: noarch %if 0%{?centos} >= 8 # $contentdir for altarch support was added with CentOS-8.5 Requires: centos-release >= 8-0.1905.el8 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 = 17 %description yum configuration for Ceph Quincy packages from the CentOS Storage SIG. %install install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Ceph-Quincy.repo %if 0%{?centos} < 7 sed -i 's/i\$contentdir/centos/g' %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Ceph-Quincy.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-Quincy.repo %changelog * Thu May 14 2020 Kaleb S. KEITHLEY - 1.0-1 - initial checkin in git.centos.org ex github