diff --git a/SPECS/centos-release-ceph-nautilus.spec b/SPECS/centos-release-ceph-nautilus.spec deleted file mode 100644 index 01662a7..0000000 --- a/SPECS/centos-release-ceph-nautilus.spec +++ /dev/null @@ -1,52 +0,0 @@ -Summary: Ceph Nautilus packages from the CentOS Storage SIG repository -Name: centos-release-ceph-nautilus -Version: 1.2 -Release: 2%{?dist} -License: GPLv2 -URL: http://wiki.centos.org/SpecialInterestGroup/Storage -Source0: CentOS-Ceph-Nautilus.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 = 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 -* Thu May 14 2020 Kaleb S. KEITHLEY - 1.2-2 -- initial checkin in git.centos.org ex github -