mirror of
https://git.centos.org/rpms/centpkg-minimal.git
synced 2025-02-23 08:12:53 +00:00
30 lines
845 B
RPMSpec
30 lines
845 B
RPMSpec
![]() |
Summary: CentOS Cloud SIG release configs
|
||
|
Name: centos-release-cloud
|
||
|
Version: 1
|
||
|
Release: 1%{?dist}
|
||
|
License: GPL
|
||
|
URL: http://wiki.centos.org/SpecialInterestGroup/Cloud
|
||
|
Source0: RPM-GPG-KEY-CentOS-SIG-Cloud
|
||
|
|
||
|
BuildArch: noarch
|
||
|
Requires: centos-release
|
||
|
Provides: centos-release-cloud-common
|
||
|
|
||
|
%description
|
||
|
%{summary}.
|
||
|
|
||
|
%prep
|
||
|
|
||
|
%install
|
||
|
install -p -d %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
||
|
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
|
||
|
%{_sysconfdir}/pki/rpm-gpg
|
||
|
|
||
|
%changelog
|
||
|
* Thy May 25 2023 Christian Glombek <cglombek@redhat.com> - 1-1
|
||
|
- Initial Release
|
||
|
- Contains RPM-GPG-KEY-CentOS-SIG-Cloud pubkey imported from https://git.centos.org/rpms/centos-release-openstack/blob/41a7fbac122dda2e5bbe36f733b90edb496f09ed/f/SPECS/centos-release-openstack.spec
|