diff --git a/.target b/.target index b0fa6cc20f99f88a80cd1567ef853d1df1735117..6b3c2793f52e43b1f463d70de25ae7c7281a82a1 100644 --- a/.target +++ b/.target @@ -1,2 +1,5 @@ -release: epel-7-x86_64 -repo: +- + - release: epel-7-x86_64 + repo: + - release: epel-8-x86_64 + repo: \ No newline at end of file diff --git a/ww8-el7-release.spec b/ww8-el-release.spec similarity index 73% rename from ww8-el7-release.spec rename to ww8-el-release.spec index 0ccfdd97cae573552d1a4be75a74638642e11ee7..b5ff11ecba5ed9d44ce45a50fe1158bcbe9a4d8f 100644 --- a/ww8-el7-release.spec +++ b/ww8-el-release.spec @@ -8,22 +8,25 @@ # Name: ww8-release - -%if %{rhel} == 7 -Version: 7.3 +%if %{rhel} == 8 +Version: 8.0 Release: 1%{?dist} %endif +%if %{rhel} == 7 +Version: 7.6 +Release: 2%{?dist} +%endif %if %{rhel} == 6 Version: 6.9 -Release: 1%{?dist} +Release: 2%{?dist} %endif -Summary: YUM configuration for ww8 repository +Summary: Configuration for ww8 repository Group: System Environment/Base License: GPL -URL: https://infra.ww8kd.fau.de/packages -Source0: ww8-el7.repo +URL: https://infra.ww8kd.fau.de/packages/ +Source0: ww8-el.repo #Source1: RPM-GPG-KEY-ww8 @@ -38,9 +41,11 @@ Requires: epel-release = %{rhel} Conflicts: fedora-release %description -This package contains yum configuration for the "ww8" RPM Repository, +This package contains dnf configuration for the "ww8" RPM Repository, no public GPG keys used to sign them yet. +The repository is enabled after installation. + %prep echo empty prep @@ -62,5 +67,8 @@ rm -rf $RPM_BUILD_ROOT #%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-ww8 %changelog +* Thu Dec 12 2019 Christof Schulze - 8.0-1 +- first release of repository confguration + * Fri Jul 28 2017 Christof Schulze - 7.6-1 - first release of repository confguration diff --git a/ww8-el7.repo b/ww8-el.repo similarity index 100% rename from ww8-el7.repo rename to ww8-el.repo