Initial release
This commit is contained in:
commit
9702f81985
27
SOURCES/almalinux-synergy.repo
Normal file
27
SOURCES/almalinux-synergy.repo
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Synergy repo for AlmaLinux
|
||||||
|
|
||||||
|
[almalinux-synergy]
|
||||||
|
name=AlmaLinux $releasever - Synergy
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/synergy
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/$releasever/synergy/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
## Sources
|
||||||
|
[almalinux-synergy-source]
|
||||||
|
name=AlmaLinux $releasever - Synergy Source
|
||||||
|
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
|
||||||
|
|
||||||
|
## Debug
|
||||||
|
[almalinux-synergy-debuginfo]
|
||||||
|
name=AlmaLinux $releasever - Synergy debuginfo
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/synergy-debuginfo
|
||||||
|
# baseurl=https://repo.almalinux.org/vault/$releasever/synergy/debug/$basearch/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
|
25
SPECS/almalinux-release-synergy.spec
Normal file
25
SPECS/almalinux-release-synergy.spec
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Summary: AlmaLinux Synergy repository configuration
|
||||||
|
Name: almalinux-release-synergy
|
||||||
|
Version: 8
|
||||||
|
Release: 1%{?dist}
|
||||||
|
License: GPLv2
|
||||||
|
URL: https://almalinux.org/
|
||||||
|
BuildArch: noarch
|
||||||
|
Source0: almalinux-synergy.repo
|
||||||
|
|
||||||
|
Requires: epel-release
|
||||||
|
Provides: almalinux-release-synergy = 8
|
||||||
|
|
||||||
|
%description
|
||||||
|
DNF configuration for AlmaLinux Synergy repo
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-synergy.repo
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-synergy.repo
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Aug 14 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8-1
|
||||||
|
- Initial version
|
Loading…
Reference in New Issue
Block a user