e4a0d1
Summary: Gluster 8 packages from the CentOS Storage SIG repository
e4a0d1
Name: centos-release-gluster8
8a1de3
Version: 1.0
e4a0d1
Release: 1%{?dist}
c8add0
License: GPLv2
c8add0
URL: http://wiki.centos.org/SpecialInterestGroup/Storage
e4a0d1
Source0: CentOS-Gluster-8.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
e4a0d1
Provides: centos-release-gluster = 8
c8add0
c8add0
%description
e4a0d1
DNF configuration for Gluster 8 packages from the CentOS Storage SIG. Gluster
e4a0d1
8 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
e4a0d1
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Gluster-8.repo
e87938
%if 0%{?centos} < 8
e4a0d1
sed -i 's/i\$contentdir/centos/g' %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Gluster-8.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)
e4a0d1
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Gluster-8.repo
e87938
%if 0%{?centos} >= 8
c8add0
%{_presetdir}/75-gluster.preset
c8add0
%endif
c8add0
c8add0
%changelog
e4a0d1
* Thu Sep 17 2020 Niels de Vos <ndevos@redhat.com> - 1.0-1
e4a0d1
- Initial version based on centos-release-gluster7