f43cb2
Summary: Gluster 9 packages from the CentOS Storage SIG repository
f43cb2
Name: centos-release-gluster9
8a1de3
Version: 1.0
a27138
Release: 1%{?dist}
c8add0
License: GPLv2
c8add0
URL: http://wiki.centos.org/SpecialInterestGroup/Storage
f43cb2
Source0: CentOS-Gluster-9.repo
c8add0
Source1: 75-gluster.preset
e87938
%if 0%{?centos} >= 8
c8add0
BuildRequires: systemd
c8add0
%endif
c8add0
BuildArch: noarch
c8add0
e87938
%if 0%{?centos} >= 8
c8add0
# $contentdir for altarch support was added with CentOS-7.5
a46878
Requires: centos-release >= 8.1
4cbd29
Requires(post): systemd
4cbd29
Requires(preun): systemd
4cbd29
Requires(postun): systemd
c8add0
%endif
c8add0
# This provides the public key to verify the RPMs
c8add0
Requires: centos-release-storage-common
c8add0
f43cb2
Provides: centos-release-gluster = 9
c8add0
c8add0
%description
f43cb2
DNF configuration for Gluster 9 packages from the CentOS Storage SIG. Gluster
f43cb2
9 will receive updates for approximately 12 months. For more details about the
c8add0
release and maintenance schedule, see
c8add0
https://www.gluster.org/community/release-schedule
c8add0
c8add0
%install
f43cb2
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Gluster-9.repo
e87938
%if 0%{?centos} < 8
f43cb2
sed -i 's/i\$contentdir/centos/g' %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Gluster-9.repo
c8add0
%endif
e87938
%if 0%{?centos} >= 8
c8add0
install -D -m 644 %{SOURCE1} %{buildroot}%{_presetdir}/$(basename %{SOURCE1})
c8add0
%endif
c8add0
e87938
%if 0%{?centos} >= 8
c8add0
%post
c8add0
%systemd_post
c8add0
c8add0
%preun
c8add0
%systemd_preun
c8add0
c8add0
%postun
c8add0
%systemd_postun
c8add0
%endif
c8add0
c8add0
%files
c8add0
%defattr(-,root,root)
f43cb2
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Gluster-9.repo
e87938
%if 0%{?centos} >= 8
c8add0
%{_presetdir}/75-gluster.preset
c8add0
%endif
c8add0
c8add0
%changelog
f43cb2
* Fri Jan 22 2021 Niels de Vos <ndevos@redhat.com> - 1.0-1
f43cb2
- Initial version based on centos-release-gluster8