v35
This commit is contained in:
33
ims-release.spec
Normal file
33
ims-release.spec
Normal file
@@ -0,0 +1,33 @@
|
||||
Summary: InfoMaaS release
|
||||
Name: ims-release
|
||||
Version: 35
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://gitea.infomaas.com/rpms-fedora-ims/ims-release
|
||||
BuildArch: noarch
|
||||
Source0: ims.repo
|
||||
|
||||
Requires: dnf
|
||||
|
||||
%description
|
||||
InfoMaaS 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
|
||||
|
||||
%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.repo
Normal file
13
ims.repo
Normal file
@@ -0,0 +1,13 @@
|
||||
[ims]
|
||||
name=rpms.infomaas.com - InfoMaaS - $releasever - $basearch
|
||||
baseurl=http://rpms.infomaas.com/pub/ims/fedora-ims/$releasever/$basearch/
|
||||
enabled=1
|
||||
metadata_expire=180s
|
||||
gpgcheck=0
|
||||
|
||||
[ims-devel]
|
||||
name=rpms.infomaas.com - InfoMaaS - $releasever - $basearch - Development
|
||||
baseurl=http://rpms.infomaas.com/pub/ims/fedora-ims/devel/$releasever/$basearch/
|
||||
enabled=0
|
||||
metadata_expire=10s
|
||||
gpgcheck=0
|
||||
Reference in New Issue
Block a user