- Enable nvmefc-boot-connections.service
- Tweak /etc/issue to avoid incorrect English - Provide system-release(releasever_major)
This commit is contained in:
parent
7feb1bb9a5
commit
ab8e7865de
@ -361,6 +361,10 @@ enable device_cio_free.service
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1630514
|
||||
enable stratisd.service
|
||||
|
||||
# nvme auto connect
|
||||
# RHEL-76850
|
||||
enable nvmefc-boot-connections.service
|
||||
|
||||
# Enable a service to finalize staged OSTree changes at shutdown
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1639372
|
||||
enable ostree-finalize-staged.path
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Name: almalinux-kitten-release
|
||||
Version: %{major}.%{minor}
|
||||
Release: 3%{?dist}.0.2
|
||||
Release: 7%{?dist}
|
||||
Summary: %{distro} release files
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://almalinux.org
|
||||
@ -34,6 +34,9 @@ Provides: redhat-release = %{version}-%{release}
|
||||
# https://github.com/rpm-software-management/dnf/blob/4.2.23/dnf/const.py.in#L26
|
||||
Provides: system-release = %{version}-%{release}
|
||||
Provides: system-release(releasever) = %{major}
|
||||
# only have releasever_major, do not add releasever_minor
|
||||
# https://issues.redhat.com/browse/RHEL-68034
|
||||
Provides: system-release(releasever_major) = %{major}
|
||||
Conflicts: system-release
|
||||
|
||||
# required by libdnf
|
||||
@ -174,7 +177,7 @@ echo "cpe:/o:almalinux:almalinux:%{major}::baseos" > %{buildroot}%{_sysconfdir}/
|
||||
|
||||
# create /etc/issue, /etc/issue.net and /etc/issue.d
|
||||
echo '\S' > %{buildroot}%{_sysconfdir}/issue
|
||||
echo 'Kernel \r on an \m' >> %{buildroot}%{_sysconfdir}/issue
|
||||
echo 'Kernel \r on \m' >> %{buildroot}%{_sysconfdir}/issue
|
||||
cp %{buildroot}%{_sysconfdir}/issue{,.net}
|
||||
echo >> %{buildroot}%{_sysconfdir}/issue
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/issue.d
|
||||
@ -372,6 +375,11 @@ echo '%%x86_64_v2 1' >> %{buildroot}%{_sysconfdir}/rpm/macros.x86_64_v2
|
||||
%{_sysconfdir}/pki/rpm-gpg
|
||||
|
||||
%changelog
|
||||
* Fri Feb 21 2025 Eduard Abdullin <eabdullin@almalinux.org> - 10.0-7
|
||||
- Enable nvmefc-boot-connections.service
|
||||
- Tweak /etc/issue to avoid incorrect English
|
||||
- Provide system-release(releasever_major)
|
||||
|
||||
* Thu Feb 06 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 10.0-3.0.2
|
||||
- Update AlmaLinux Secure Boot certificate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user