v35
This commit is contained in:
37
ims-fedora-extras-release.spec
Normal file
37
ims-fedora-extras-release.spec
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
Summary: InfoMaaS Fedora extras release
|
||||||
|
Name: ims-fedora-extras-release
|
||||||
|
Version: 35
|
||||||
|
Release: 1%{?dist}
|
||||||
|
License: GPLv2+
|
||||||
|
Group: System Environment/Base
|
||||||
|
URL: http://gitea.infomaas.com/rpms-fedora-extras/ims-fedora-extras-release
|
||||||
|
BuildArch: noarch
|
||||||
|
Source0: ims-fedora-extras.repo
|
||||||
|
Source1: ims-fedora.repo
|
||||||
|
Source2: ims-fedora-updates.repo
|
||||||
|
|
||||||
|
Requires: dnf
|
||||||
|
|
||||||
|
%description
|
||||||
|
InfoMaaS Fedora extras repository
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
|
install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
|
||||||
|
|
||||||
|
install -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
|
||||||
|
install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
|
||||||
|
install -pm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_sysconfdir}/yum.repos.d/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Mar 23 2022 Zoran Pericic <zoran.pericic@infomaas.com>
|
||||||
|
Initial release
|
||||||
13
ims-fedora-extras.repo
Normal file
13
ims-fedora-extras.repo
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
[ims-fedora-extras]
|
||||||
|
name=rpms.infomaas.com - InfoMaaS Extras - $releasever - $basearch
|
||||||
|
baseurl=http://rpms.infomaas.com/pub/ims/fedora-extras/$releasever/$basearch/
|
||||||
|
enabled=1
|
||||||
|
metadata_expire=180s
|
||||||
|
gpgcheck=0
|
||||||
|
|
||||||
|
[ims-fedora-extras-devel]
|
||||||
|
name=rpms.infomaas.com - InfoMaaS Extras - $releasever - $basearch - Development
|
||||||
|
baseurl=http://rpms.infomaas.com/pub/ims/fedora-extras/devel/$releasever/$basearch/
|
||||||
|
enabled=0
|
||||||
|
metadata_expire=10s
|
||||||
|
gpgcheck=0
|
||||||
9
ims-fedora-updates.repo
Normal file
9
ims-fedora-updates.repo
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[ims-fedora-updates]
|
||||||
|
name=rpms.infomaas.com - Fedora - $releasever - $basearch - Updates
|
||||||
|
baseurl=http://rpms.infomaas.com/pub/fedora/linux/updates/$releasever/Everything/$basearch/
|
||||||
|
enabled=1
|
||||||
|
cost=1001
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
metadata_expire=1h
|
||||||
|
skip_if_unavailable=True
|
||||||
9
ims-fedora.repo
Normal file
9
ims-fedora.repo
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[ims-fedora]
|
||||||
|
name=rpms.infomaas.com - Fedora - $releasever - $basearch
|
||||||
|
baseurl=http://rpms.infomaas.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
cost=1001
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
skip_if_unavailable=True
|
||||||
|
|
||||||
Reference in New Issue
Block a user