Compare commits
No commits in common. "a10" and "a8" have entirely different histories.
@ -5,7 +5,21 @@
|
||||
|
||||
[almalinux-opennebula-addons]
|
||||
name=AlmaLinux Cloud SIG - opennebula-addons
|
||||
baseurl=https://repo.almalinux.org/almalinux/$releasever/cloud/$basearch/opennebula-addons/
|
||||
baseurl=https://repo.almalinux.org/almalinux/8/cloud/$basearch/opennebula-addons/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
[almalinux-opennebula-addons-debuginfo]
|
||||
name=AlmaLinux Cloud SIG - opennebula-addons Debug
|
||||
baseurl=https://repo.almalinux.org/almalinux/8/cloud/debug/$basearch/opennebula-addons/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
[almalinux-opennebula-addons-source]
|
||||
name=AlmaLinux Cloud SIG - opennebula-addons Source
|
||||
baseurl=https://repo.almalinux.org/almalinux/8/cloud/Source/opennebula-addons/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: almalinux-release-opennebula-addons
|
||||
Version: 10
|
||||
Version: 1
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenNebula addons for AlmaLinux
|
||||
|
||||
@ -7,6 +7,7 @@ License: MIT
|
||||
URL: https://wiki.almalinux.org/sigs/Cloud
|
||||
Source0: almalinux-opennebula-addons.repo
|
||||
Requires: almalinux-release
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
OpenNebula addons packages as delivered via the AlmaLinux Cloud SIG.
|
||||
@ -19,14 +20,11 @@ OpenNebula addons packages as delivered via the AlmaLinux Cloud SIG.
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/yum.repos.d
|
||||
install -Dpm0644 -t %{buildroot}%{_sysconfdir}/yum.repos.d %{S:0}
|
||||
|
||||
%ifarch x86_64_v2
|
||||
sed -i "s/\$basearch/x86_64_v2/g" %{buildroot}%{_sysconfdir}/yum.repos.d/*.repo
|
||||
sed -i '/^mirrorlist=/ s|$|?arch=x86_64_v2|g' %{buildroot}%{_sysconfdir}/yum.repos.d/*.repo
|
||||
%endif
|
||||
|
||||
%files
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-opennebula-addons.repo
|
||||
|
||||
%changelog
|
||||
* Thu May 22 2025 Eduard Abdullin <eabdullin@almalinux.org> - 10-1
|
||||
* Tue Sep 07 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 1-1
|
||||
- Initial package
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user