diff --git a/SOURCES/centos-release-nfs-ganesha-5.repo b/SOURCES/centos-release-nfs-ganesha-5.repo deleted file mode 100644 index 144bf18..0000000 --- a/SOURCES/centos-release-nfs-ganesha-5.repo +++ /dev/null @@ -1,26 +0,0 @@ -# CentOS-NFS-Ganesha-5.repo -# -# Please see https://wiki.centos.org/SpecialInterestGroup/Storage for more -# information - -[centos-nfs-ganesha-5] -name=CentOS-$stream - NFS-Ganesha 5 -metalink=https://mirrors.centos.org/metalink?repo=centos-storage-sig-nfsganesha-5-9-stream&arch=$basearch -gpgcheck=1 -enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage - -[centos-nfs-ganesha-5-test] -name=CentOS-$stream - NFS-Ganesha 5 Testing -baseurl=https://buildlogs.centos.org/centos/$stream/storage/$basearch/nfsganesha-5/ -gpgcheck=0 -enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage - -[centos-nfs-ganesha-5-source] -name=CentOS-$stream - NFS-Ganesha 5 Source -baseurl=http://vault.centos.org/$contentdir/$stream/storage/Source/nfsganesha-5/ -gpgcheck=1 -enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage - diff --git a/SOURCES/centos-release-nfs-ganesha-6.repo b/SOURCES/centos-release-nfs-ganesha-6.repo new file mode 100644 index 0000000..1ac910b --- /dev/null +++ b/SOURCES/centos-release-nfs-ganesha-6.repo @@ -0,0 +1,26 @@ +# CentOS-NFS-Ganesha-6.repo +# +# Please see https://wiki.centos.org/SpecialInterestGroup/Storage for more +# information + +[centos-nfs-ganesha-6] +name=CentOS-$stream - NFS-Ganesha 6 +metalink=https://mirrors.centos.org/metalink?repo=centos-storage-sig-nfsganesha-6-9-stream&arch=$basearch +gpgcheck=1 +enabled=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage + +[centos-nfs-ganesha-6-test] +name=CentOS-$stream - NFS-Ganesha 6 Testing +baseurl=https://buildlogs.centos.org/centos/$stream/storage/$basearch/nfsganesha-6/ +gpgcheck=0 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage + +[centos-nfs-ganesha-6-source] +name=CentOS-$stream - NFS-Ganesha 6 Source +baseurl=http://vault.centos.org/$contentdir/$stream/storage/Source/nfsganesha-6/ +gpgcheck=1 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage + diff --git a/SPECS/centos-release-nfs-ganesha5.spec b/SPECS/centos-release-nfs-ganesha5.spec deleted file mode 100644 index 35db38d..0000000 --- a/SPECS/centos-release-nfs-ganesha5.spec +++ /dev/null @@ -1,38 +0,0 @@ -Summary: NFS-Ganesha 5 packages from the CentOS Storage SIG repository -Name: centos-release-nfs-ganesha5 -Version: 1.0 -Release: 1%{?dist} -License: GPLv2 -URL: http://wiki.centos.org/SpecialInterestGroup/Storage -Source0: centos-release-nfs-ganesha-5.repo -BuildArch: noarch - -%if 0%{?centos} >= 8 -# $contentdir for altarch support was added with CentOS-7.5 -Requires: centos-release >= 7-5.1804.el8.centos.2 -%endif -# This provides the public key to verify the RPMs -Requires: centos-release-storage-common - -Provides: centos-release-nfs-ganesha = 5 - -%description -yum configuration for NFS-Ganesha 5 packages from the CentOS Storage SIG. -NFS-Ganesha 5 will receive updates for approximately 12 months. For more -details about the release and maintenance schedule, see -https://github.com/nfs-ganesha/nfs-ganesha/wiki - -%install -install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-NFS-Ganesha-5.repo -%if 0%{?centos} < 8 -sed -i 's/i\$contentdir/centos/g' %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-NFS-Ganesha-5.repo -%endif - -%files -%defattr(-,root,root) -%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-NFS-Ganesha-5.repo - -%changelog -* Thu Apr 27 2023 Kaleb S KEITHLEY - 1.0-1 -- ganesha 5, Stream9 - diff --git a/SPECS/centos-release-nfs-ganesha6.spec b/SPECS/centos-release-nfs-ganesha6.spec new file mode 100644 index 0000000..0e5c0ea --- /dev/null +++ b/SPECS/centos-release-nfs-ganesha6.spec @@ -0,0 +1,37 @@ +Summary: NFS-Ganesha 6 packages from the CentOS Storage SIG repository +Name: centos-release-nfs-ganesha6 +Version: 1.0 +Release: 1%{?dist} +License: GPLv2 +URL: http://wiki.centos.org/SpecialInterestGroup/Storage +Source0: centos-release-nfs-ganesha-5.repo +BuildArch: noarch + +%if 0%{?centos} >= 8 +# $contentdir for altarch support was added with CentOS-7.5 +Requires: centos-release >= 7-5.1804.el8.centos.2 +%endif +# This provides the public key to verify the RPMs +Requires: centos-release-storage-common + +Provides: centos-release-nfs-ganesha = 6 + +%description +yum configuration for NFS-Ganesha 6 packages from the CentOS Storage SIG. +NFS-Ganesha 6 will receive updates for approximately 12 months. For more +details about the release and maintenance schedule, see +https://github.com/nfs-ganesha/nfs-ganesha/wiki + +%install +install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-NFS-Ganesha-6.repo +%if 0%{?centos} < 8 +sed -i 's/i\$contentdir/centos/g' %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-NFS-Ganesha-6.repo +%endif + +%files +%defattr(-,root,root) +%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-NFS-Ganesha-6.repo + +%changelog +* Fri Sep 20 2024 Kaleb S KEITHLEY - 1.0-1 +- ganesha 6, Stream9