Blame SPECS/centos-release-opstools.spec

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