forked from rpms/almalinux-release
Add RT and NFV repos for x86_64
This commit is contained in:
parent
0a604c3a32
commit
d23c140b68
@ -1,7 +1,7 @@
|
||||
# almalinux-ha.repo
|
||||
|
||||
[ha]
|
||||
name=AlmaLinux 8.6-beta - HighAvailability
|
||||
name=AlmaLinux 8.6-beta - High Availability
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/ha
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/HighAvailability/$basearch/os/
|
||||
enabled=0
|
||||
@ -10,7 +10,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Sources
|
||||
[ha-source]
|
||||
name=AlmaLinux 8.6-beta - HighAvailability Source
|
||||
name=AlmaLinux 8.6-beta - High Availability Sources
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/ha-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/HighAvailability/Source/
|
||||
enabled=0
|
||||
@ -19,7 +19,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Debuginfo
|
||||
[ha-debuginfo]
|
||||
name=AlmaLinux 8.6-beta - HighAvailability debuginfo
|
||||
name=AlmaLinux 8.6-beta - High Availability Debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/ha-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/HighAvailability/debug/$basearch/
|
||||
enabled=0
|
||||
|
27
almalinux-nfv.repo
Normal file
27
almalinux-nfv.repo
Normal file
@ -0,0 +1,27 @@
|
||||
# almalinux-nfv.repo
|
||||
|
||||
[nfv]
|
||||
name=AlmaLinux 8.6-beta - Real Time for NFV
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/NFV/$basearch/os/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Sources
|
||||
[nfv-source]
|
||||
name=AlmaLinux 8.6-beta - Real Time for NFV Sources
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/NFV/Source/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Debuginfo
|
||||
[nfv-debuginfo]
|
||||
name=AlmaLinux 8.6-beta - Real Time for NFV Debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/NFV/debug/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
@ -10,7 +10,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Sources
|
||||
[powertools-source]
|
||||
name=AlmaLinux 8.6-beta - PowerTools Source
|
||||
name=AlmaLinux 8.6-beta - PowerTools Sources
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/powertools-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/PowerTools/Source/
|
||||
enabled=0
|
||||
@ -19,7 +19,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Debuginfo
|
||||
[powertools-debuginfo]
|
||||
name=AlmaLinux 8.6-beta - PowerTools debuginfo
|
||||
name=AlmaLinux 8.6-beta - PowerTools Debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/powertools-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/PowerTools/debug/$basearch/
|
||||
enabled=0
|
||||
|
@ -51,6 +51,10 @@ Source301: almalinux-ha.repo
|
||||
Source302: almalinux-powertools.repo
|
||||
Source303: almalinux-resilientstorage.repo
|
||||
|
||||
# Only for x86_64
|
||||
Source304: almalinux-rt.repo
|
||||
Source305: almalinux-nfv.repo
|
||||
|
||||
%description
|
||||
%{product_family} release files
|
||||
|
||||
@ -117,6 +121,12 @@ install -m 644 %{SOURCE301} %{buildroot}/etc/yum.repos.d
|
||||
install -m 644 %{SOURCE302} %{buildroot}/etc/yum.repos.d
|
||||
install -m 644 %{SOURCE303} %{buildroot}/etc/yum.repos.d
|
||||
|
||||
# RT and NFV are only for x86_64
|
||||
%ifarch x86_64
|
||||
install -m 644 %{SOURCE304} %{buildroot}/etc/yum.repos.d
|
||||
install -m 644 %{SOURCE305} %{buildroot}/etc/yum.repos.d
|
||||
%endif
|
||||
|
||||
mkdir -p -m 755 %{buildroot}/etc/dnf/vars
|
||||
echo "%{infra_var}" > %{buildroot}/etc/dnf/vars/infra
|
||||
echo "%{contentdir}" >%{buildroot}/etc/dnf/vars/contentdir
|
||||
@ -169,6 +179,10 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) /etc/yum.repos.d/almalinux-ha.repo
|
||||
%config(noreplace) /etc/yum.repos.d/almalinux-powertools.repo
|
||||
%config(noreplace) /etc/yum.repos.d/almalinux-resilientstorage.repo
|
||||
%ifarch x86_64
|
||||
%config(noreplace) /etc/yum.repos.d/almalinux-rt.repo
|
||||
%config(noreplace) /etc/yum.repos.d/almalinux-nfv.repo
|
||||
%endif
|
||||
%config(noreplace) /etc/os-release
|
||||
%config /etc/system-release-cpe
|
||||
%config(noreplace) /etc/issue
|
||||
@ -184,6 +198,7 @@ rm -rf %{buildroot}
|
||||
%changelog
|
||||
* Thu Mar 31 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.0
|
||||
- 8.6 beta release
|
||||
- Add RT and NFV repos for x86_64
|
||||
|
||||
* Tue Dec 28 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 8.5-1.1
|
||||
- Add RS repo
|
||||
|
@ -1,7 +1,7 @@
|
||||
# almalinux-resilientstorage.repo
|
||||
|
||||
[resilientstorage]
|
||||
name=AlmaLinux 8.6-beta - ResilientStorage
|
||||
name=AlmaLinux 8.6-beta - Resilient Storage
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/resilientstorage
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/ResilientStorage/$basearch/os/
|
||||
enabled=0
|
||||
@ -10,7 +10,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Sources
|
||||
[resilientstorage-source]
|
||||
name=AlmaLinux 8.6-beta - ResilientStorage Source
|
||||
name=AlmaLinux 8.6-beta - Resilient Storage Sources
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/resilientstorage-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/ResilientStorage/Source/
|
||||
enabled=0
|
||||
@ -19,7 +19,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Debuginfo
|
||||
[resilientstorage-debuginfo]
|
||||
name=AlmaLinux 8.6-beta - ResilientStorage debuginfo
|
||||
name=AlmaLinux 8.6-beta - Resilient Storage Debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/resilientstorage-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/ResilientStorage/debug/$basearch/
|
||||
enabled=0
|
||||
|
27
almalinux-rt.repo
Normal file
27
almalinux-rt.repo
Normal file
@ -0,0 +1,27 @@
|
||||
# almalinux-rt.repo
|
||||
|
||||
[rt]
|
||||
name=AlmaLinux 8.6-beta - Real Time
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/rt
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/RT/$basearch/os/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Sources
|
||||
[rt-source]
|
||||
name=AlmaLinux 8.6-beta - Real Time Sources
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/rt-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/RT/Source/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Debuginfo
|
||||
[rt-debuginfo]
|
||||
name=AlmaLinux 8.6-beta - Real Time Debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/rt-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/RT/debug/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
@ -26,7 +26,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Sources
|
||||
[baseos-source]
|
||||
name=AlmaLinux 8.6-beta - BaseOS Source
|
||||
name=AlmaLinux 8.6-beta - BaseOS Sources
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/baseos-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/BaseOS/Source/
|
||||
enabled=0
|
||||
@ -34,7 +34,7 @@ gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
[appstream-source]
|
||||
name=AlmaLinux 8.6-beta - AppStream Source
|
||||
name=AlmaLinux 8.6-beta - AppStream Sources
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/appstream-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/AppStream/Source/
|
||||
enabled=0
|
||||
@ -42,7 +42,7 @@ gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
[extras-source]
|
||||
name=AlmaLinux 8.6-beta - Extras Source
|
||||
name=AlmaLinux 8.6-beta - Extras Sources
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/extras-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/extras/Source/
|
||||
enabled=0
|
||||
@ -51,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
## Debuginfo
|
||||
[baseos-debuginfo]
|
||||
name=AlmaLinux 8.6-beta - BaseOS debuginfo
|
||||
name=AlmaLinux 8.6-beta - BaseOS Debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/baseos-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/BaseOS/debug/$basearch/
|
||||
enabled=0
|
||||
@ -59,7 +59,7 @@ gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
[appstream-debuginfo]
|
||||
name=AlmaLinux 8.6-beta - AppStream debuginfo
|
||||
name=AlmaLinux 8.6-beta - AppStream Debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/appstream-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/AppStream/debug/$basearch/
|
||||
enabled=0
|
||||
@ -67,7 +67,7 @@ gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
||||
[extras-debuginfo]
|
||||
name=AlmaLinux 8.6-beta - Extras debuginfo
|
||||
name=AlmaLinux 8.6-beta - Extras Debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/extras-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/extras/debug/$basearch/
|
||||
enabled=0
|
||||
|
Loading…
Reference in New Issue
Block a user