Blame SPECS/centos-release-nfv.spec

14cb86
Summary: Config to enable the repository for the NFV SIG
14cb86
Name: centos-release-nfv
14cb86
Version: 1
238936
Release: 4%{?dist}
14cb86
License: GPLv2
14cb86
Group: System Environment/Base
14cb86
URL: http://wiki.centos.org/SpecialInterestGroup/NFV
14cb86
Source0: RPM-GPG-KEY-CentOS-SIG-NFV
14cb86
Source1: CentOS-NFV-OpenvSwitch.repo
14cb86
14cb86
BuildArch: noarch
14cb86
14cb86
%description
14cb86
yum configs for repositories as delivered by CentOS NFV SIG.
14cb86
14cb86
%package common
14cb86
Summary: Common package to contain NFV SIG
14cb86
14cb86
Requires: centos-release
14cb86
14cb86
%description common
14cb86
Common files for repositories as delivered by CentOS NFV SIG.
14cb86
14cb86
%package openvswitch
14cb86
Summary: Common release file to establish shared metadata for CentOS NFV SIG
14cb86
d0c51a
Requires: %{name}-common = %{version}-%{release}
14cb86
14cb86
%description openvswitch
14cb86
yum configs for repositories as delivered by CentOS NFV SIG.
14cb86
14cb86
%prep
14cb86
%setup -q -n %{name} -T -c
14cb86
14cb86
%install
14cb86
# gpg key
14cb86
install -p -d %{buildroot}%{_sysconfdir}/pki/rpm-gpg
14cb86
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/pki/rpm-gpg
14cb86
# openvswitch repo
14cb86
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-NFV-OpenvSwitch.repo
d0c51a
14cb86
%files common
14cb86
%defattr(-,root,root)
14cb86
/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-NFV
14cb86
14cb86
%files openvswitch
14cb86
%defattr(-,root,root)
14cb86
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-NFV-OpenvSwitch.repo
14cb86
14cb86
%changelog
238936
* Thu Feb 10 2022 Alfredo Moralejo <amoralej@redhat.com> - 1-4
238936
- Support CentOS Stream 9
238936
d0c51a
* Thu Apr 15 2021 Alfredo Moralejo <amoralej@redhat.com> - 1-3
d0c51a
- Use different repos for CentOS Linux 8 and CentOS Stream 8
d0c51a
f7cfaf
* Wed Sep 30 2020 Alfredo Moralejo <amoralej@redhat.com> - 1-2
f7cfaf
- Added centos-release-nfv-extras subpackage
f7cfaf
14cb86
* Thu Sep 10 2020 Yatin Karel <ykarel@redhat.com> - 1-1
14cb86
- Initial release rpm NFV SIG
14cb86