Blame SPECS/centos-release-opstools.spec

985063
Summary: Config to enable the repository for OpsTools SIG
985063
Name:    centos-release-opstools
985063
Version: 1
985063
Release: 12%{?dist}
985063
License: GPL
985063
URL: http://wiki.centos.org/SpecialInterestGroup/OpsTools
985063
Source0: CentOS-OpsTools.repo
985063
Source1: RPM-GPG-KEY-CentOS-SIG-OpsTools
985063
985063
BuildArch: noarch
985063
985063
Requires: centos-release
985063
985063
%description
985063
yum configs for CentOS OpsTools SIG.
985063
985063
%prep
985063
985063
%install
985063
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-OpsTools.repo
985063
install -p -d %{buildroot}%{_sysconfdir}/pki/rpm-gpg
985063
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/rpm-gpg
985063
985063
%files
985063
%defattr(-,root,root)
985063
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
985063
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-OpsTools
985063
985063
%changelog
985063
* Wed Feb 02 2022 Matthias Runge <mrunge@redhat.com> - 1.12
985063
- bump release to make sure -stream is really picked up
985063
985063
* Mon Jan 24 2022 Matthias Runge <mrunge@redhat.com> - 1.11
985063
- provide stream packages
985063
985063
* Thu Apr 02 2020 Matthias Runge <mrunge@redhat.com> - 1.10
985063
- update repo files to contain a baseurl
985063
985063
* Thu Mar 26 2020 Matthias Runge <mrunge@redhat.com> - 1.9
985063
- c8 version
985063
985063
* Tue Jul 17 2018 Tony Breeds <tony@bakeyournoodle.com> - 1.8
985063
- Use contentdir yum variable
985063
985063
* Thu Mar 23 2017 Matthias Runge <mrunge@redhat.com> - 1.7
985063
- drop dependency on centos-openstack repos
985063
985063
* Fri Feb 24 2017 Matthias Runge <mrunge@redhat.com> - 1.6
985063
- add gpg key for CentOS SIG OpsTools
985063
985063
* Wed Jan 25 2017 Matthias Runge <mrunge@redhat.com> - 1.5
985063
- add opstools-release repo
985063
985063
* Fri Jan 13 2017 Matthias Runge <mrunge@redhat.com> - 1.4
985063
- depend on newton release
985063
985063
* Fri Aug 26 2016 Matthias Runge <mrunge@redhat.com> - 1.3
985063
- temporarily enable pulling logging packages from cbs
985063
985063
* Wed Aug 17 2016 Matthias Runge <mrunge@redhat.com> - 1.2
985063
- fix repository location
985063
985063
* Tue Aug 02 2016 Matthias Runge <mrunge@redhat.com> - 1.1
985063
- initial version