From 76e69c8c3271d907f57bc95f7898e8a50a3b538d Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Mar 09 2022 15:50:52 +0000 Subject: Dropping 4.4 spec file tooling for building the rpm can't handle 2 spec files in the same git repo. Signed-off-by: Sandro Bonazzola --- diff --git a/SOURCES/CentOS-oVirt-4.4.repo b/SOURCES/CentOS-oVirt-4.4.repo deleted file mode 100644 index d8dec5c..0000000 --- a/SOURCES/CentOS-oVirt-4.4.repo +++ /dev/null @@ -1,32 +0,0 @@ -# CentOS-oVirt-4.4.repo -# -# Please see http://wiki.centos.org/SpecialInterestGroup/Virtualization for more -# information - -[centos-ovirt44] -name=CentOS-$releasever - oVirt 4.4 -mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=virt-ovirt-44 -#baseurl=http://mirror.centos.org/$contentdir/$releasever/virt/$basearch/ovirt-44/ -gpgcheck=1 -enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization - -[centos-ovirt44-testing] -name=CentOS-$releasever - oVirt 4.4 Testing -baseurl=http://buildlogs.centos.org/centos/$releasever/virt/$basearch/ovirt-44/ -gpgcheck=0 -enabled=0 - -[centos-ovirt44-debuginfo] -name=CentOS-$releasever - oVirt 4.4 Debug -baseurl=http://debuginfo.centos.org/centos/$releasever/virt/$basearch/ -gpgcheck=1 -enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization - -[centos-ovirt44-source] -name=CentOS-$releasever - oVirt 4.4 Source -baseurl=http://vault.centos.org/centos/$releasever/virt/Source/ovirt-44/ -gpgcheck=1 -enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization diff --git a/SPECS/centos-release-ovirt44.spec b/SPECS/centos-release-ovirt44.spec deleted file mode 100644 index 0bcc668..0000000 --- a/SPECS/centos-release-ovirt44.spec +++ /dev/null @@ -1,38 +0,0 @@ -Summary: oVirt 4.4 packages from the CentOS Virtualization SIG repository -Name: centos-release-ovirt44 -Version: 1.0 -Release: 1%{?dist} -License: GPLv2 -URL: http://wiki.centos.org/SpecialInterestGroup/Virtualization -Source0: CentOS-oVirt-4.4.repo -Source1: COPYING - -BuildArch: noarch - -Requires: centos-release-virt-common -Requires: centos-release-advanced-virtualization -Requires: centos-release-gluster -Requires: centos-release-opstools -Requires: centos-release - - -%description -yum configuration and basic docs for oVirt 4.4 packages as delivered via the -CentOS Virtualization SIG. - -%prep -cp %{SOURCE1} . - -%build -# nothing to build - -%install -install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-oVirt-4.4.repo - -%files -%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-oVirt-4.4.repo -%license COPYING - -%changelog -* Wed Sep 02 2020 Sandro Bonazzola - 1.0-1 -- Initial packaging