Initial release

This commit is contained in:
Andrew Lukoshko 2023-05-02 15:47:04 +02:00
commit 55f9e9e60c
2 changed files with 49 additions and 0 deletions

25
almalinux-gcp.repo Normal file
View 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

View 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