forked from rpms/almalinux-release
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f1853808ba | |||
974db98675 |
@ -1,27 +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/
|
||||
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/
|
||||
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/vault/8.6-beta/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/
|
||||
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/vault/8.6-beta/NFV/debug/$basearch/
|
||||
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/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
|
@ -8,14 +8,13 @@
|
||||
%define dist_release_version 8
|
||||
%define upstream_rel_long 8.6-0.1
|
||||
%define upstream_rel 8.6
|
||||
%define almalinux_rel 0.1
|
||||
%define almalinux_rel 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
|
||||
@ -81,8 +80,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="rhel"
|
||||
ID_LIKE="fedora"
|
||||
ID="almalinux"
|
||||
ID_LIKE="rhel centos fedora"
|
||||
VERSION_ID="%{full_release_version}"
|
||||
PLATFORM_ID="platform:el%{base_release_version}"
|
||||
PRETTY_NAME="%{product_family} %{full_release_version}%{?beta: %{beta}} (%{release_name})"
|
||||
@ -197,6 +196,9 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user