Compare commits
No commits in common. "a8" and "a9" have entirely different histories.
@ -7,7 +7,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/synergy
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
countme=1
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
## Sources
|
||||
[almalinux-synergy-source]
|
||||
@ -16,7 +16,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/synergy-source
|
||||
# baseurl=https://repo.almalinux.org/vault/$releasever/synergy/Source/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
## Debug
|
||||
[almalinux-synergy-debuginfo]
|
||||
@ -25,4 +25,4 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/synergy-debuginf
|
||||
# baseurl=https://repo.almalinux.org/vault/$releasever/synergy/debug/$basearch/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: AlmaLinux Synergy repository configuration
|
||||
Name: almalinux-release-synergy
|
||||
Version: 8
|
||||
Version: 9
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://almalinux.org/
|
||||
@ -9,7 +9,7 @@ Source0: almalinux-synergy.repo
|
||||
|
||||
Requires: epel-release
|
||||
Requires(post): epel-release
|
||||
Provides: almalinux-release-synergy = 8
|
||||
Provides: almalinux-release-synergy = 9
|
||||
|
||||
%description
|
||||
DNF configuration for AlmaLinux Synergy repo
|
||||
@ -27,9 +27,9 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-synergy.repo
|
||||
|
||||
%changelog
|
||||
* Thu Aug 24 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8-2
|
||||
* Thu Aug 24 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9-2
|
||||
- Enable PowerTools/CRB automatically
|
||||
- Enable countme
|
||||
|
||||
* Mon Aug 14 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8-1
|
||||
* Mon Aug 14 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9-1
|
||||
- Initial version
|
||||
|
Loading…
Reference in New Issue
Block a user