forked from rpms/almalinux-release
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f1853808ba | |||
974db98675 |
@ -1,27 +1,27 @@
|
|||||||
# almalinux-nfv.repo
|
# almalinux-nfv.repo
|
||||||
|
|
||||||
[nfv]
|
[nfv]
|
||||||
name=AlmaLinux 8.6-beta - Real Time for NFV
|
name=AlmaLinux $releasever - Real Time for NFV
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nfv
|
||||||
# baseurl=https://repo.almalinux.org/almalinux/8.6-beta/NFV/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/$releasever/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 $releasever - Real Time for NFV Sources
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv-source
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nfv-source
|
||||||
# baseurl=https://repo.almalinux.org/vault/8.6-beta/NFV/Source/
|
# baseurl=https://repo.almalinux.org/vault/$releasever/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 $releasever - Real Time for NFV Debuginfo
|
||||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8.6-beta/nfv-debuginfo
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nfv-debuginfo
|
||||||
# baseurl=https://repo.almalinux.org/vault/8.6-beta/NFV/debug/$basearch/
|
# baseurl=https://repo.almalinux.org/vault/$releasever/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
|
||||||
|
@ -8,14 +8,13 @@
|
|||||||
%define dist_release_version 8
|
%define dist_release_version 8
|
||||||
%define upstream_rel_long 8.6-0.1
|
%define upstream_rel_long 8.6-0.1
|
||||||
%define upstream_rel 8.6
|
%define upstream_rel 8.6
|
||||||
%define almalinux_rel 0.1
|
%define almalinux_rel 1
|
||||||
%define dist .el%{dist_release_version}
|
%define dist .el%{dist_release_version}
|
||||||
|
|
||||||
# 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
|
|
||||||
Version: %{upstream_rel}
|
Version: %{upstream_rel}
|
||||||
Release: %{almalinux_rel}%{?dist}
|
Release: %{almalinux_rel}%{?dist}
|
||||||
Summary: %{product_family} release file
|
Summary: %{product_family} release file
|
||||||
@ -81,8 +80,8 @@ ln -s almalinux-release %{buildroot}/etc/centos-release
|
|||||||
cat << EOF >>%{buildroot}%{_prefix}/lib/os-release
|
cat << EOF >>%{buildroot}%{_prefix}/lib/os-release
|
||||||
NAME="%{product_family}"
|
NAME="%{product_family}"
|
||||||
VERSION="%{full_release_version} (%{release_name})"
|
VERSION="%{full_release_version} (%{release_name})"
|
||||||
ID="rhel"
|
ID="almalinux"
|
||||||
ID_LIKE="fedora"
|
ID_LIKE="rhel centos fedora"
|
||||||
VERSION_ID="%{full_release_version}"
|
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})"
|
||||||
@ -197,6 +196,9 @@ rm -rf %{buildroot}
|
|||||||
%{_prefix}/lib/systemd/system-preset/*
|
%{_prefix}/lib/systemd/system-preset/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 10 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.1
|
||||||
- 8.6 stable release
|
- 8.6 stable release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user