From 162a9ff4bbd24580e969213acc34996bf6ddc890 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Thu, 12 Dec 2019 14:18:47 +0100 Subject: [PATCH] updated to RHEL/Centos8 --- .target | 7 ++++-- ww8-el7-release.spec => ww8-el-release.spec | 24 ++++++++++++++------- ww8-el7.repo => ww8-el.repo | 0 3 files changed, 21 insertions(+), 10 deletions(-) rename ww8-el7-release.spec => ww8-el-release.spec (73%) rename ww8-el7.repo => ww8-el.repo (100%) diff --git a/.target b/.target index b0fa6cc..6b3c279 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 0ccfdd9..b5ff11e 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 -- GitLab