From 8e4089f4af77ae1ff97c91007a29365babfa16a5 Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Jan 18 2022 16:27:59 +0000 Subject: stream 9, ceph pacific --- diff --git a/README.md b/README.md index 0b7f87d..c6ded50 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,25 @@ CentOS Storage SIG that are used with Ceph Pacific This package needs to be 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) + - core9-extras-common-el9.centos (tag: core9-extras-common-candidate) Building the package can be done like this: - $ rpmbuild -bs \ +1. $ rpmbuild -bs \ --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ - --define "dist .el8.centos" \ + --define "dist .el9s.centos" \ SPECS/centos-release-ceph-pacific.spec - Ask hughesjr in #centos-devel @FreeNode IRC to build +2. commit and push SPECS/centos-release-ceph.spec + $ git add SPECS/ceph.spec + $ git push origin c9s-sig-storage-pacific + +3. retrieve the commit for step 3: + $ git log|head -n 1 +commit 29f19456be12986e86392652331e3a56ff0a88a0 + +4. build + $ cbs build core9s-extras-common-el9s.centos git+https://git.centos.org/rpms/centos-release-ceph.git#29f19456be12986e86392652331e3a56ff0a88a0 + + + diff --git a/SOURCES/CentOS-Ceph-Pacific.repo b/SOURCES/CentOS-Ceph-Pacific.repo index 202a122..7a04df8 100644 --- a/SOURCES/CentOS-Ceph-Pacific.repo +++ b/SOURCES/CentOS-Ceph-Pacific.repo @@ -5,9 +5,9 @@ [centos-ceph-pacific] name=CentOS-$stream - Ceph Pacific -mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=storage-ceph-pacific -#baseurl=http://mirror.centos.org/$contentdir/$stream/storage/$basearch/ceph-pacific/ -gpgcheck=1 +mirrorlist='https://mirrors.centos.org/metalink?repo=centos-storage-sig-ceph-pacific-9-stream&arch=$basearch' +#baseurl=http://mirror.stream.centos.org/SIGs/$stream/$basearch/storage-ceph-pacific/ +gpgcheck=0 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage @@ -20,7 +20,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage [centos-ceph-pacific-source] name=CentOS-$stream - Ceph Pacific Source -baseurl=http://vault.centos.org/$contentdir/$stream/storage/Source/ceph-pacific/ -gpgcheck=1 +baseurl=http://mirror.stream.centos.org/SIGs/$stream/storage/source/ceph-pacific/ +gpgcheck=0 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage diff --git a/SPECS/centos-release-ceph-pacific.spec b/SPECS/centos-release-ceph-pacific.spec index adc5f7c..d235e51 100644 --- a/SPECS/centos-release-ceph-pacific.spec +++ b/SPECS/centos-release-ceph-pacific.spec @@ -1,7 +1,7 @@ Summary: Ceph Pacific packages from the CentOS Storage SIG repository Name: centos-release-ceph-pacific Version: 1.0 -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2 URL: http://wiki.centos.org/SpecialInterestGroup/Storage Source0: CentOS-Ceph-Pacific.repo @@ -20,7 +20,7 @@ Requires(postun): systemd # This provides the public key to verify the RPMs Requires: centos-release-storage-common -Provides: centos-release-ceph = 15 +Provides: centos-release-ceph = 16 %description yum configuration for Ceph Pacific packages from the CentOS Storage SIG. @@ -47,9 +47,6 @@ sed -i 's/i\$contentdir/centos/g' %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS- %config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Ceph-Pacific.repo %changelog -* Mon Jun 21 2021 Kaleb S. KEITHLEY - 1.0-2 -- c8stream - -* Thu May 14 2020 Kaleb S. KEITHLEY - 1.0-1 -- initial checkin in git.centos.org ex github +* Mon Dec 13 2021 Kaleb S. KEITHLEY - 1.0-1 +- c9stream