- Update for 8.7 beta
- Bump Epoch
This commit is contained in:
parent
428b46752f
commit
e28958e9e2
@ -194,3 +194,6 @@ enable dbus-daemon.service
|
|||||||
# enable nfs-client.target
|
# enable nfs-client.target
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1967515
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1967515
|
||||||
enable nfs-client.target
|
enable nfs-client.target
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2106814
|
||||||
|
enable clevis-luks-askpass.path
|
||||||
|
@ -1,28 +1,27 @@
|
|||||||
# almalinux-ha.repo
|
# almalinux-ha.repo
|
||||||
|
|
||||||
[ha]
|
[ha]
|
||||||
name=AlmaLinux $releasever - HighAvailability
|
name=AlmaLinux 8.7-beta - High Availability
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/ha
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/HighAvailability/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/HighAvailability/$basearch/os/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
countme=1
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
[ha-source]
|
[ha-source]
|
||||||
name=AlmaLinux $releasever - HighAvailability Source
|
name=AlmaLinux 8.7-beta - High Availability Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/ha-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/HighAvailability/Source/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/HighAvailability/Source/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Debuginfo
|
## Debuginfo
|
||||||
[ha-debuginfo]
|
[ha-debuginfo]
|
||||||
name=AlmaLinux $releasever - HighAvailability debuginfo
|
name=AlmaLinux 8.7-beta - High Availability Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/ha-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/HighAvailability/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/HighAvailability/debug/$basearch/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
# almalinux-nfv.repo
|
# almalinux-nfv.repo
|
||||||
|
|
||||||
[nfv]
|
[nfv]
|
||||||
name=AlmaLinux 8.6-beta - Real Time for NFV
|
name=AlmaLinux 8.7-beta - Real Time for NFV
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/nfv
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/NFV/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/NFV/$basearch/os/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
[nfv-source]
|
[nfv-source]
|
||||||
name=AlmaLinux 8.6-beta - Real Time for NFV Sources
|
name=AlmaLinux 8.7-beta - Real Time for NFV Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/nfv-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/8.6-beta/NFV/Source/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/NFV/Source/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Debuginfo
|
## Debuginfo
|
||||||
[nfv-debuginfo]
|
[nfv-debuginfo]
|
||||||
name=AlmaLinux 8.6-beta - Real Time for NFV Debuginfo
|
name=AlmaLinux 8.7-beta - Real Time for NFV Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/nfv-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/8.6-beta/NFV/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/NFV/debug/$basearch/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
@ -1,28 +1,27 @@
|
|||||||
# almalinux-powertools.repo
|
# almalinux-powertools.repo
|
||||||
|
|
||||||
[powertools]
|
[powertools]
|
||||||
name=AlmaLinux $releasever - PowerTools
|
name=AlmaLinux 8.7-beta - PowerTools
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/powertools
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/PowerTools/$basearch/os/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
countme=1
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
[powertools-source]
|
[powertools-source]
|
||||||
name=AlmaLinux $releasever - PowerTools Source
|
name=AlmaLinux 8.7-beta - PowerTools Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/powertools-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/PowerTools/Source/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/PowerTools/Source/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Debuginfo
|
## Debuginfo
|
||||||
[powertools-debuginfo]
|
[powertools-debuginfo]
|
||||||
name=AlmaLinux $releasever - PowerTools debuginfo
|
name=AlmaLinux 8.7-beta - PowerTools Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/powertools-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/PowerTools/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/PowerTools/debug/$basearch/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
@ -1,21 +1,23 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
%define product_family AlmaLinux
|
%define product_family AlmaLinux
|
||||||
%define release_name Sky Tiger
|
%define release_name Stone Smilodon
|
||||||
%define contentdir almalinux
|
%define contentdir almalinux
|
||||||
%define infra_var stock
|
%define infra_var stock
|
||||||
%define base_release_version 8
|
%define base_release_version 8
|
||||||
%define full_release_version 8.6
|
%define full_release_version 8.7
|
||||||
%define dist_release_version 8
|
%define dist_release_version 8
|
||||||
%define upstream_rel_long 8.6-0.1
|
%define upstream_rel_long 8.7-0.2
|
||||||
%define upstream_rel 8.6
|
%define upstream_rel 8.7
|
||||||
%define almalinux_rel 0.1
|
%define almalinux_rel 0.2
|
||||||
%define dist .el%{dist_release_version}
|
%define dist .el%{dist_release_version}
|
||||||
|
|
||||||
|
%define beta Beta
|
||||||
|
|
||||||
# The anaconda scripts in %%{_libexecdir} can create false requirements
|
# The anaconda scripts in %%{_libexecdir} can create false requirements
|
||||||
%global __requires_exclude_from %{_libexecdir}
|
%global __requires_exclude_from %{_libexecdir}
|
||||||
|
|
||||||
Name: almalinux-release
|
Name: almalinux-release
|
||||||
Epoch: 1
|
Epoch: 2
|
||||||
Version: %{upstream_rel}
|
Version: %{upstream_rel}
|
||||||
Release: %{almalinux_rel}%{?dist}
|
Release: %{almalinux_rel}%{?dist}
|
||||||
Summary: %{product_family} release file
|
Summary: %{product_family} release file
|
||||||
@ -49,10 +51,10 @@ Source300: almalinux.repo
|
|||||||
Source301: almalinux-ha.repo
|
Source301: almalinux-ha.repo
|
||||||
Source302: almalinux-powertools.repo
|
Source302: almalinux-powertools.repo
|
||||||
Source303: almalinux-resilientstorage.repo
|
Source303: almalinux-resilientstorage.repo
|
||||||
Source304: almalinux-plus.repo
|
|
||||||
# Only for x86_64
|
# Only for x86_64
|
||||||
Source305: almalinux-rt.repo
|
Source304: almalinux-rt.repo
|
||||||
Source306: almalinux-nfv.repo
|
Source305: almalinux-nfv.repo
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{product_family} release files
|
%{product_family} release files
|
||||||
@ -87,6 +89,7 @@ VERSION_ID="%{full_release_version}"
|
|||||||
PLATFORM_ID="platform:el%{base_release_version}"
|
PLATFORM_ID="platform:el%{base_release_version}"
|
||||||
PRETTY_NAME="%{product_family} %{full_release_version}%{?beta: %{beta}} (%{release_name})"
|
PRETTY_NAME="%{product_family} %{full_release_version}%{?beta: %{beta}} (%{release_name})"
|
||||||
ANSI_COLOR="0;34"
|
ANSI_COLOR="0;34"
|
||||||
|
LOGO="fedora-logo-icon"
|
||||||
CPE_NAME="cpe:/o:almalinux:almalinux:%{base_release_version}::baseos"
|
CPE_NAME="cpe:/o:almalinux:almalinux:%{base_release_version}::baseos"
|
||||||
HOME_URL="https://almalinux.org/"
|
HOME_URL="https://almalinux.org/"
|
||||||
DOCUMENTATION_URL="https://wiki.almalinux.org/"
|
DOCUMENTATION_URL="https://wiki.almalinux.org/"
|
||||||
@ -94,7 +97,8 @@ BUG_REPORT_URL="https://bugs.almalinux.org/"
|
|||||||
|
|
||||||
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-%{base_release_version}"
|
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-%{base_release_version}"
|
||||||
ALMALINUX_MANTISBT_PROJECT_VERSION="%{full_release_version}"
|
ALMALINUX_MANTISBT_PROJECT_VERSION="%{full_release_version}"
|
||||||
|
REDHAT_SUPPORT_PRODUCT="%{product_family}"
|
||||||
|
REDHAT_SUPPORT_PRODUCT_VERSION="%{full_release_version}%{?beta: %{beta}}"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Create the symlink for /etc/os-release
|
# Create the symlink for /etc/os-release
|
||||||
@ -119,12 +123,11 @@ install -m 644 %{SOURCE300} %{buildroot}/etc/yum.repos.d
|
|||||||
install -m 644 %{SOURCE301} %{buildroot}/etc/yum.repos.d
|
install -m 644 %{SOURCE301} %{buildroot}/etc/yum.repos.d
|
||||||
install -m 644 %{SOURCE302} %{buildroot}/etc/yum.repos.d
|
install -m 644 %{SOURCE302} %{buildroot}/etc/yum.repos.d
|
||||||
install -m 644 %{SOURCE303} %{buildroot}/etc/yum.repos.d
|
install -m 644 %{SOURCE303} %{buildroot}/etc/yum.repos.d
|
||||||
install -m 644 %{SOURCE304} %{buildroot}/etc/yum.repos.d
|
|
||||||
|
|
||||||
# RT and NFV are only for x86_64
|
# RT and NFV are only for x86_64
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
|
install -m 644 %{SOURCE304} %{buildroot}/etc/yum.repos.d
|
||||||
install -m 644 %{SOURCE305} %{buildroot}/etc/yum.repos.d
|
install -m 644 %{SOURCE305} %{buildroot}/etc/yum.repos.d
|
||||||
install -m 644 %{SOURCE306} %{buildroot}/etc/yum.repos.d
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
mkdir -p -m 755 %{buildroot}/etc/dnf/vars
|
mkdir -p -m 755 %{buildroot}/etc/dnf/vars
|
||||||
@ -179,7 +182,6 @@ rm -rf %{buildroot}
|
|||||||
%config(noreplace) /etc/yum.repos.d/almalinux-ha.repo
|
%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-powertools.repo
|
||||||
%config(noreplace) /etc/yum.repos.d/almalinux-resilientstorage.repo
|
%config(noreplace) /etc/yum.repos.d/almalinux-resilientstorage.repo
|
||||||
%config(noreplace) /etc/yum.repos.d/almalinux-plus.repo
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%config(noreplace) /etc/yum.repos.d/almalinux-rt.repo
|
%config(noreplace) /etc/yum.repos.d/almalinux-rt.repo
|
||||||
%config(noreplace) /etc/yum.repos.d/almalinux-nfv.repo
|
%config(noreplace) /etc/yum.repos.d/almalinux-nfv.repo
|
||||||
@ -197,8 +199,8 @@ rm -rf %{buildroot}
|
|||||||
%{_prefix}/lib/systemd/system-preset/*
|
%{_prefix}/lib/systemd/system-preset/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 10 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.1
|
* Fri Oct 07 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.7-0.2
|
||||||
- 8.6 stable release
|
- 8.7 beta release
|
||||||
|
|
||||||
* Thu Mar 31 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.0
|
* Thu Mar 31 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.0
|
||||||
- 8.6 beta release
|
- 8.6 beta release
|
||||||
|
@ -1,28 +1,27 @@
|
|||||||
# almalinux-resilientstorage.repo
|
# almalinux-resilientstorage.repo
|
||||||
|
|
||||||
[resilientstorage]
|
[resilientstorage]
|
||||||
name=AlmaLinux $releasever - ResilientStorage
|
name=AlmaLinux 8.7-beta - Resilient Storage
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/resilientstorage
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/resilientstorage
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/ResilientStorage/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/ResilientStorage/$basearch/os/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
countme=1
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
[resilientstorage-source]
|
[resilientstorage-source]
|
||||||
name=AlmaLinux $releasever - ResilientStorage Source
|
name=AlmaLinux 8.7-beta - Resilient Storage Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/resilientstorage-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/resilientstorage-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/ResilientStorage/Source/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/ResilientStorage/Source/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Debuginfo
|
## Debuginfo
|
||||||
[resilientstorage-debuginfo]
|
[resilientstorage-debuginfo]
|
||||||
name=AlmaLinux $releasever - ResilientStorage debuginfo
|
name=AlmaLinux 8.7-beta - Resilient Storage Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/resilientstorage-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/resilientstorage-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/ResilientStorage/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/ResilientStorage/debug/$basearch/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
# almalinux-rt.repo
|
# almalinux-rt.repo
|
||||||
|
|
||||||
[rt]
|
[rt]
|
||||||
name=AlmaLinux $releasever - Real Time
|
name=AlmaLinux 8.7-beta - Real Time
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/rt
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/rt
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/RT/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/RT/$basearch/os/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
[rt-source]
|
[rt-source]
|
||||||
name=AlmaLinux $releasever - Real Time Sources
|
name=AlmaLinux 8.7-beta - Real Time Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/rt-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/rt-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/RT/Source/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/RT/Source/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Debuginfo
|
## Debuginfo
|
||||||
[rt-debuginfo]
|
[rt-debuginfo]
|
||||||
name=AlmaLinux $releasever - Real Time Debuginfo
|
name=AlmaLinux 8.7-beta - Real Time Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/rt-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/rt-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/RT/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/RT/debug/$basearch/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
@ -1,78 +1,75 @@
|
|||||||
# almalinux.repo
|
# almalinux.repo
|
||||||
|
|
||||||
[baseos]
|
[baseos]
|
||||||
name=AlmaLinux $releasever - BaseOS
|
name=AlmaLinux 8.7-beta - BaseOS
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/baseos
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/BaseOS/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/BaseOS/$basearch/os/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
countme=1
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
[appstream]
|
[appstream]
|
||||||
name=AlmaLinux $releasever - AppStream
|
name=AlmaLinux 8.7-beta - AppStream
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/appstream
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/AppStream/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/AppStream/$basearch/os/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
countme=1
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
name=AlmaLinux $releasever - Extras
|
name=AlmaLinux 8.7-beta - Extras
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/extras
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/extras/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/8.7-beta/extras/$basearch/os/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
countme=1
|
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
[baseos-source]
|
[baseos-source]
|
||||||
name=AlmaLinux $releasever - BaseOS Source
|
name=AlmaLinux 8.7-beta - BaseOS Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/baseos-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/BaseOS/Source/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/BaseOS/Source/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
[appstream-source]
|
[appstream-source]
|
||||||
name=AlmaLinux $releasever - AppStream Source
|
name=AlmaLinux 8.7-beta - AppStream Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/appstream-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/AppStream/Source/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/AppStream/Source/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
[extras-source]
|
[extras-source]
|
||||||
name=AlmaLinux $releasever - Extras Source
|
name=AlmaLinux 8.7-beta - Extras Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/extras-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/extras/Source/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/extras/Source/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
## Debuginfo
|
## Debuginfo
|
||||||
[baseos-debuginfo]
|
[baseos-debuginfo]
|
||||||
name=AlmaLinux $releasever - BaseOS debuginfo
|
name=AlmaLinux 8.7-beta - BaseOS Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/baseos-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/BaseOS/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/BaseOS/debug/$basearch/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
[appstream-debuginfo]
|
[appstream-debuginfo]
|
||||||
name=AlmaLinux $releasever - AppStream debuginfo
|
name=AlmaLinux 8.7-beta - AppStream Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/appstream-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/AppStream/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/AppStream/debug/$basearch/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
[extras-debuginfo]
|
[extras-debuginfo]
|
||||||
name=AlmaLinux $releasever - Extras debuginfo
|
name=AlmaLinux 8.7-beta - Extras Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.7-beta/extras-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/$releasever/extras/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/8.7-beta/extras/debug/$basearch/
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
Loading…
Reference in New Issue
Block a user