Compare commits
No commits in common. "main" and "1.0-2" have entirely different histories.
@ -1,7 +1,7 @@
|
|||||||
Summary: ELevate project packages from the AlmaLinux Migration SIG repository
|
Summary: ELevate project packages from the AlmaLinux Migration SIG repository
|
||||||
Name: elevate-release
|
Name: elevate-release
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://wiki.almalinux.org/sigs/Migration
|
URL: https://wiki.almalinux.org/sigs/Migration
|
||||||
Source0: RPM-GPG-KEY-ELevate
|
Source0: RPM-GPG-KEY-ELevate
|
||||||
@ -14,11 +14,11 @@ yum configuration for ELevate project packages from the AlmaLinux Migration SIG.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
cat <<EOF > ELevate.repo
|
cat <<EOF > ELevate.repo
|
||||||
# ELevate project repo for el6/el7/el8/el9/el10
|
# ELevate project repo for el%{rhel}
|
||||||
|
|
||||||
[elevate]
|
[elevate]
|
||||||
name=ELevate
|
name=ELevate
|
||||||
baseurl=https://repo.almalinux.org/elevate/el\$releasever/\$basearch/
|
baseurl=https://repo.almalinux.org/elevate/el%{rhel}/\$basearch/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=1
|
enabled=1
|
||||||
priority=90
|
priority=90
|
||||||
@ -27,7 +27,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ELevate
|
|||||||
## Sources
|
## Sources
|
||||||
[elevate-source]
|
[elevate-source]
|
||||||
name=name=ELevate - Source
|
name=name=ELevate - Source
|
||||||
baseurl=https://repo.almalinux.org/elevate/el\$releasever/SRPMS/
|
baseurl=https://repo.almalinux.org/elevate/el%{rhel}/SRPMS/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ELevate
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ELevate
|
||||||
@ -43,9 +43,6 @@ install -D -m 644 ELevate.repo %{buildroot}%{_sysconfdir}/yum.repos.d/ELevate.re
|
|||||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/ELevate.repo
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/ELevate.repo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 17 2025 Yuriy Kohut <ykohut@almalinux.org> - 1.0-3
|
|
||||||
- Use $releasever instead of %{rhel} in baseurl
|
|
||||||
|
|
||||||
* Mon Mar 14 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 1.0-2
|
* Mon Mar 14 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 1.0-2
|
||||||
- Updated RPM-GPG-KEY-ELevate to match EL9 requirements
|
- Updated RPM-GPG-KEY-ELevate to match EL9 requirements
|
||||||
- Added support for EL8
|
- Added support for EL8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user