Blame SPECS/centos-release-okd.spec

ed4abc
%global OKDVersion 4.16
0bf80f
0bf80f
Summary: Configs for OKD repositories provided by the CentOS Cloud SIG
0bf80f
Name: centos-release-okd-%{OKDVersion}
0bf80f
Version: 1
0bf80f
Release: 1%{?dist}
0bf80f
License: GPL
0bf80f
URL: http://wiki.centos.org/SpecialInterestGroup/Cloud
0bf80f
Source0: CentOS-OKD.repo
0bf80f
0bf80f
BuildArch: noarch
0bf80f
Requires: centos-release
0bf80f
Requires: centos-release-cloud-common
0bf80f
0bf80f
%description
0bf80f
%{summary}.
0bf80f
0bf80f
%prep
0bf80f
0bf80f
%install
0bf80f
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-OKD-%{OKDVersion}.repo
0bf80f
sed -i -e "s/OKD_VERSION/%{OKDVersion}/g" %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-OKD-%{OKDVersion}.repo
0bf80f
0bf80f
%files
0bf80f
%defattr(-,root,root)
0bf80f
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
0bf80f
0bf80f
%changelog
ed4abc
* Tue Oct 17 2023 Christian Glombek <cglombek@redhat.com> - 4.16-1-1
ed4abc
- Update to version 4.16
ed4abc
18c7a3
* Tue Oct 17 2023 Christian Glombek <cglombek@redhat.com> - 4.15-1-1
18c7a3
- Update to version 4.15
18c7a3
8bda18
* Thu May 25 2023 Christian Glombek <cglombek@redhat.com> - 4.14-1-1
8bda18
- Update to version 4.14
8bda18
0bf80f
* Thu May 25 2023 Christian Glombek <cglombek@redhat.com> - 4.13-1-1
0bf80f
- Initial Release