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
|
||||
Reference in New Issue
Block a user