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,7 +8,7 @@
|
||||
%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
|
||||
@ -196,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