Blame SPECS/centos-release-plus.spec

c923cf
Name:           centos-release-plus
c923cf
Version:        1
c923cf
Release:        1%{?dist}
c923cf
Summary:        CentOS Plus repository 
c923cf
c923cf
License:        MIT
c923cf
URL:            https://wiki.centos.org/SpecialInterestGroup/Core
c923cf
Source0:        CentOS-Stream-Plus.repo
c923cf
Source1:        RPM-GPG-KEY-CentOS-SIG-Core
c923cf
Requires:       centos-stream-repos
c923cf
BuildArch:      noarch
c923cf
c923cf
%description
c923cf
CentOS Plus repository providing packages rebuilt different that will overwrite base packages (disabled by default)
c923cf
c923cf
%prep
c923cf
c923cf
%build
c923cf
c923cf
%install
c923cf
mkdir -p %{buildroot}%{_sysconfdir}/pki/rpm-gpg
c923cf
install -m 644 %SOURCE1 %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
c923cf
c923cf
mkdir -p %{buildroot}%{_sysconfdir}/yum.repos.d
c923cf
install -Dpm0644 -t %{buildroot}%{_sysconfdir}/yum.repos.d %{S:0}
c923cf
c923cf
%files
c923cf
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Stream-Plus.repo
c923cf
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Core
c923cf
c923cf
%changelog
c923cf
* Thu Oct 28 2021 Fabian Arrotin <arrfab@centos.org> - 1-1
c923cf
- Initial package