commit cc36af648621c535fa16125f5d96c002b449a09a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 2 19:43:25 2022 +0100
New names for configurations (%{reponame}-37.1-%{arch}.cfg)
Make links to short names of settings names in el
Add links from old configuration names to new names for backwards compatibility.
mock-rpmfusion-free.spec | 39 ++++++++++-----------------------------
1 file changed, 10 insertions(+), 29 deletions(-)
---
diff --git a/mock-rpmfusion-free.spec b/mock-rpmfusion-free.spec
index 6a7b8f5..197dec8 100644
--- a/mock-rpmfusion-free.spec
+++ b/mock-rpmfusion-free.spec
@@ -1,5 +1,5 @@
Name: mock-rpmfusion-free
-Version: 37.0
+Version: 37.1
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion Free Repository
@@ -23,41 +23,22 @@ Mock config files for the RPM Fusion Free Repository
%install
-mkdir -p %{buildroot}%{_sysconfdir}/mock
-install -pm 0644 etc/mock/*_free.cfg %{buildroot}%{_sysconfdir}/mock
-mkdir -p %{buildroot}%{_sysconfdir}/mock/templates
-install -pm 0644 etc/mock/templates/*.tpl %{buildroot}%{_sysconfdir}/mock/templates
-pushd %{buildroot}%{_sysconfdir}/mock
-ln -s alma+epel-8-aarch64.cfg epel-8-aarch64.cfg
-ln -s alma+epel-8-ppc64le.cfg epel-8-ppc64le.cfg
-ln -s alma+epel-8-x86_64.cfg epel-8-x86_64.cfg
-ln -s centos-stream+epel-next-8-aarch64.cfg epel-next-8-aarch64.cfg
-ln -s centos-stream+epel-next-8-ppc64le.cfg epel-next-8-ppc64le.cfg
-ln -s centos-stream+epel-next-8-x86_64.cfg epel-next-8-x86_64.cfg
-ln -s centos-stream+epel-next-9-aarch64.cfg epel-next-9-aarch64.cfg
-ln -s centos-stream+epel-next-9-ppc64le.cfg epel-next-9-ppc64le.cfg
-ln -s centos-stream+epel-next-9-s390x.cfg epel-next-9-s390x.cfg
-ln -s centos-stream+epel-next-9-x86_64.cfg epel-next-9-x86_64.cfg
-popd
+mkdir -p %{buildroot}%{_sysconfdir}
+cp -a etc/mock %{buildroot}%{_sysconfdir}/mock/
%files
-%config(noreplace) %{_sysconfdir}/mock/*_free.cfg
+%config(noreplace) %{_sysconfdir}/mock/*.cfg
%config(noreplace) %{_sysconfdir}/mock/templates/*.tpl
-%{_sysconfdir}/mock/epel-8-aarch64.cfg
-%{_sysconfdir}/mock/epel-8-ppc64le.cfg
-%{_sysconfdir}/mock/epel-8-x86_64.cfg
-%{_sysconfdir}/mock/epel-next-8-aarch64.cfg
-%{_sysconfdir}/mock/epel-next-8-ppc64le.cfg
-%{_sysconfdir}/mock/epel-next-8-x86_64.cfg
-%{_sysconfdir}/mock/epel-next-9-aarch64.cfg
-%{_sysconfdir}/mock/epel-next-9-ppc64le.cfg
-%{_sysconfdir}/mock/epel-next-9-s390x.cfg
-%{_sysconfdir}/mock/epel-next-9-x86_64.cfg
%changelog
-* Tue Sep 20 2022 Sérgio Basto <sergio(a)serjux.com> - 37.0-1
+* Sat Sep 24 2022 Sérgio Basto <sergio(a)serjux.com> - 37.1-1
+- New names for configurations (%{reponame}-%{version}-%{arch}.cfg)
+- Make links to short names of settings names in el
+- Add links from old configuration names to new names for backwards compatibility.
+
+* Mon Sep 19 2022 Sérgio Basto <sergio(a)serjux.com> - 37.0-1
- F37 branch
* Sun May 01 2022 Sérgio Basto <sergio(a)serjux.com> - 36.1-1