From 52376a247138fd819ed10e07a69dc64c440e7893 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Feb 15 2022 14:01:48 +0000 Subject: Gluster 10 GA Now provides "centos-release-gluster = 10" so that users get this Gluster 10 repository by default. --- diff --git a/README.md b/README.md index 1bf158b..c2ff4cd 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,9 @@ -centos-release-gluster10 provides the YUM repository file for the -CentOS Storage SIG that provide GlusterFS 10. +centos-release-gluster10 provides the YUM repository file for the CentOS +Storage SIG that provide GlusterFS 10. -This package needs to get built against the following targets so that the -packages land at the right tag for inclusion in CentOS Extras: - - - core8-extras-common-el8.centos (tag: core8-extras-common-candidate) - - core8s-extras-common-el8s.centos (tag: core8s-extras-common-candidate) - - core9s-extras-common-el9s.centos (tag: core9s-extras-common-candidate) +This package needs to get built against the targets so that the packages land +at the right tag for inclusion in CentOS Extras. Building the package can be done like this: - $ rpmbuild -bs \ - --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ - --define "dist .el9s.centos" \ - SPECS/centos-release-gluster10.spec - - $ cbs build core9s-extras-common-el9s.centos \ - centos-release-gluster10-0.1-1.el9s.centos.src.rpm - + $ cbs build extras9s-extras-common-el9s "git+https://git.centos.org/rpms/centos-release-gluster.git#$(git log -1 --format=format:%H)" diff --git a/SPECS/centos-release-gluster10.spec b/SPECS/centos-release-gluster10.spec index 911e206..55e66dc 100644 --- a/SPECS/centos-release-gluster10.spec +++ b/SPECS/centos-release-gluster10.spec @@ -1,6 +1,6 @@ Summary: Gluster 10 packages from the CentOS Storage SIG repository Name: centos-release-gluster10 -Version: 0.1 +Version: 1.0 Release: 1%{?dist} License: GPLv2 URL: http://wiki.centos.org/SpecialInterestGroup/Storage @@ -17,9 +17,7 @@ Requires(preun): systemd Requires(postun): systemd Requires: centos-release-storage-common -# testing phase, users installing centos-release-gluster should not get this -# version yet -#Provides: centos-release-gluster = 10 +Provides: centos-release-gluster = 10 %description DNF configuration for Gluster 10 packages from the CentOS Storage SIG. Gluster @@ -46,6 +44,9 @@ install -D -m 644 %{SOURCE1} %{buildroot}%{_presetdir}/$(basename %{SOURCE1}) %{_presetdir}/75-gluster.preset %changelog +* Tue Feb 15 2022 Niels de Vos - 1.0-1 +- Gluster 10 GA + * Tue Oct 26 2021 Niels de Vos - 0.1-1 - Gluster 10 pre-release