You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.0 KiB
72 lines
2.0 KiB
6 months ago
|
Summary: Common release file to establish shared metadata for CentOS Storage SIG
|
||
|
Name: centos-release-storage-common
|
||
|
Epoch: 0
|
||
|
Version: 2
|
||
|
Release: 5%{?dist}
|
||
|
License: GPL
|
||
|
Group: System Environment/Base
|
||
|
Source0: RPM-GPG-KEY-CentOS-SIG-Storage
|
||
|
Source1: CentOS-Storage-common.repo
|
||
|
URL: http://wiki.centos.org/SpecialInterestGroup/Storage
|
||
|
BuildArch: noarch
|
||
|
|
||
|
Provides: centos-release-storage-common
|
||
|
%if 0%{?centos} >= 7
|
||
|
# $contentdir for altarch support was added with CentOS-7.5
|
||
|
Requires: centos-release >= 7-5.1804.el7.centos.2
|
||
|
%else
|
||
|
Requires: centos-release
|
||
|
%endif
|
||
|
|
||
|
BuildRoot: %{_tmppath}/%{name}-root
|
||
|
|
||
|
%description
|
||
|
Common files needed by other centos-release components in the Storage SIG
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %{name} -T -c
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
mkdir -p $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
|
||
|
install -m 644 %SOURCE0 $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
|
||
|
mkdir -p $RPM_BUILD_ROOT/etc/yum.repos.d
|
||
|
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/etc/yum.repos.d/
|
||
|
%if 0%{?centos} < 7
|
||
|
sed -i 's/\$contentdir/centos/g' $RPM_BUILD_ROOT/etc/yum.repos.d/$(basename %SOURCE1)
|
||
|
%endif
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage
|
||
|
/etc/yum.repos.d/CentOS-Storage-common.repo
|
||
|
|
||
|
%changelog
|
||
|
* Fri Aug 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2-5
|
||
|
- Rebuilt for MSVSphere 9.4
|
||
|
|
||
|
* Thu Apr 6 2023 Neil Hanlon <neil@rockylinux.org> - 2-5
|
||
|
- Switch to new GPG keys rhbz#2184640
|
||
|
|
||
|
* Wed Jan 26 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 2-4
|
||
|
- mirror.c.o -> mirrors.c.o
|
||
|
|
||
|
* Wed Jan 19 2022 Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 2-3
|
||
|
- c9s
|
||
|
|
||
|
* Tue Jul 31 2018 Niels de Vos <ndevos@redhat.com> - 2-2
|
||
|
- Add support for altarch repositories
|
||
|
|
||
|
* Fri Sep 22 2017 Niels de Vos <ndevos@redhat.com> - 2-1
|
||
|
- Add CentOS-Storage-common.repo with shared debuginfo repo
|
||
|
|
||
|
* Thu Nov 12 2015 Niels de Vos <ndevos@redha.com> - 1-2
|
||
|
- rebuild for CentOS Extras
|
||
|
|
||
|
* Thu Nov 12 2015 Niels de Vos <ndevos@redha.com> - 1-1
|
||
|
- Basic setup with the gpg key
|
||
|
- Based on the centos-release-virt-common package
|