Initial release
This commit is contained in:
commit
55f9e9e60c
25
almalinux-gcp.repo
Normal file
25
almalinux-gcp.repo
Normal file
@ -0,0 +1,25 @@
|
||||
# GCP repo for AlmaLinux
|
||||
|
||||
[gcp]
|
||||
name=AlmaLinux $releasever - GCP
|
||||
baseurl=https://repo.almalinux.org/almalinux/$releasever/cloud/$basearch/gcp/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
priority=90
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
## Sources
|
||||
[gcp-source]
|
||||
name=AlmaLinux $releasever - GCP Source
|
||||
baseurl=https://repo.almalinux.org/vault/$releasever/cloud/Source/gcp/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
## Debug
|
||||
[gcp-debuginfo]
|
||||
name=AlmaLinux $releasever - GCP debuginfo
|
||||
baseurl=https://repo.almalinux.org/vault/$releasever/cloud/debug/$basearch/gcp/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
|
24
almalinux-release-gcp.spec
Normal file
24
almalinux-release-gcp.spec
Normal file
@ -0,0 +1,24 @@
|
||||
Summary: GCP specific packages from the AlmaLinux Cloud SIG
|
||||
Name: almalinux-release-gcp
|
||||
Version: 9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://wiki.almalinux.org/sigs/Cloud
|
||||
Source0: almalinux-gcp.repo
|
||||
|
||||
Provides: almalinux-release-gcp = 9
|
||||
|
||||
%description
|
||||
DNF configuration for GCP specific packages from the AlmaLinux Cloud SIG.
|
||||
|
||||
%install
|
||||
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-gcp.repo
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/rootfs-expand
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-gcp.repo
|
||||
|
||||
%changelog
|
||||
* Tue May 02 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9-1
|
||||
- Initial version
|
Loading…
Reference in New Issue
Block a user