Compare commits

..

2 Commits
a8 ... a8-rhel

Author SHA1 Message Date
Andrew Lukoshko 428b46752f Bump epoch 2022-05-10 20:33:18 +02:00
Andrew Lukoshko 8f66b7226c Set ID to rhel 2022-05-10 20:32:28 +02:00
2 changed files with 13 additions and 15 deletions

View File

@ -1,27 +1,27 @@
# almalinux-nfv.repo
[nfv]
name=AlmaLinux $releasever - Real Time for NFV
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nfv
# baseurl=https://repo.almalinux.org/almalinux/$releasever/NFV/$basearch/os/
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 $releasever - Real Time for NFV Sources
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nfv-source
# baseurl=https://repo.almalinux.org/vault/$releasever/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/vault/8.6-beta/NFV/Source/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
## Debuginfo
[nfv-debuginfo]
name=AlmaLinux $releasever - Real Time for NFV Debuginfo
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nfv-debuginfo
# baseurl=https://repo.almalinux.org/vault/$releasever/NFV/debug/$basearch/
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/vault/8.6-beta/NFV/debug/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux

View File

@ -8,13 +8,14 @@
%define dist_release_version 8
%define upstream_rel_long 8.6-0.1
%define upstream_rel 8.6
%define almalinux_rel 1
%define almalinux_rel 0.1
%define dist .el%{dist_release_version}
# The anaconda scripts in %%{_libexecdir} can create false requirements
%global __requires_exclude_from %{_libexecdir}
Name: almalinux-release
Epoch: 1
Version: %{upstream_rel}
Release: %{almalinux_rel}%{?dist}
Summary: %{product_family} release file
@ -80,8 +81,8 @@ ln -s almalinux-release %{buildroot}/etc/centos-release
cat << EOF >>%{buildroot}%{_prefix}/lib/os-release
NAME="%{product_family}"
VERSION="%{full_release_version} (%{release_name})"
ID="almalinux"
ID_LIKE="rhel centos fedora"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="%{full_release_version}"
PLATFORM_ID="platform:el%{base_release_version}"
PRETTY_NAME="%{product_family} %{full_release_version}%{?beta: %{beta}} (%{release_name})"
@ -196,9 +197,6 @@ rm -rf %{buildroot}
%{_prefix}/lib/systemd/system-preset/*
%changelog
* Thu May 19 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-1
- Bump release
* Tue May 10 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.1
- 8.6 stable release