Remove ResilientStorage repo
This commit is contained in:
parent
a22dd4aebe
commit
446a29420c
@ -8,7 +8,7 @@
|
||||
|
||||
Name: almalinux-kitten-release
|
||||
Version: %{major}.%{minor}
|
||||
Release: 3%{?dist}
|
||||
Release: 3%{?dist}.0.1
|
||||
Summary: %{distro} release files
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://almalinux.org
|
||||
@ -56,9 +56,8 @@ Source501: almalinux-baseos.repo
|
||||
Source502: almalinux-crb.repo
|
||||
Source503: almalinux-extras-common.repo
|
||||
Source504: almalinux-highavailability.repo
|
||||
Source505: almalinux-resilientstorage.repo
|
||||
Source506: almalinux-sap.repo
|
||||
Source507: almalinux-saphana.repo
|
||||
Source505: almalinux-sap.repo
|
||||
Source506: almalinux-saphana.repo
|
||||
# Only for x86_64
|
||||
Source510: almalinux-nfv.repo
|
||||
Source511: almalinux-rt.repo
|
||||
@ -288,7 +287,6 @@ install -p -m 0644 %{SOURCE503} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE504} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE505} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE506} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE507} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
# RT and NFV are only for x86_64
|
||||
%ifarch x86_64
|
||||
install -p -m 0644 %{SOURCE510} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
@ -358,7 +356,6 @@ echo '%%x86_64_v2 1' >> %{buildroot}%{_sysconfdir}/rpm/macros.x86_64_v2
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-crb.repo
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-extras-common.repo
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-highavailability.repo
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-resilientstorage.repo
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-sap.repo
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-saphana.repo
|
||||
%ifarch x86_64
|
||||
@ -375,6 +372,9 @@ echo '%%x86_64_v2 1' >> %{buildroot}%{_sysconfdir}/rpm/macros.x86_64_v2
|
||||
%{_sysconfdir}/pki/rpm-gpg
|
||||
|
||||
%changelog
|
||||
* Tue Dec 24 2024 Eduard Abdullin <eabdullin@almalinux.org> - 10.0-3.0.1
|
||||
- Remove ResilientStorage repo
|
||||
|
||||
* Tue Dec 17 2024 Eduard Abdullin <eabdullin@almalinux.org> - 10.0-3
|
||||
- Replace power-profiles-daemon with tuned-ppd
|
||||
- enable fips-crypto-policy-overlay.service
|
||||
|
@ -1,30 +0,0 @@
|
||||
[resilientstorage]
|
||||
name=AlmaLinux Kitten $releasever - ResilientStorage
|
||||
mirrorlist=https://kitten.mirrors.almalinux.org/mirrorlist/$releasever-kitten/resilientstorage
|
||||
# baseurl=https://kitten.repo.almalinux.org/$releasever-kitten/ResilientStorage/$basearch/os/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
countme=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
|
||||
metadata_expire=86400
|
||||
enabled_metadata=1
|
||||
|
||||
[resilientstorage-debuginfo]
|
||||
name=AlmaLinux Kitten $releasever - ResilientStorage - Debug
|
||||
mirrorlist=https://kitten.mirrors.almalinux.org/mirrorlist/$releasever-kitten/resilientstorage-debug
|
||||
# baseurl=https://kitten.vault.almalinux.org/$releasever-kitten/ResilientStorage/debug/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
|
||||
metadata_expire=86400
|
||||
enabled_metadata=0
|
||||
|
||||
[resilientstorage-source]
|
||||
name=AlmaLinux Kitten $releasever - ResilientStorage - Source
|
||||
mirrorlist=https://kitten.mirrors.almalinux.org/mirrorlist/$releasever-kitten/resilientstorage-source
|
||||
# baseurl=https://kitten.vault.almalinux.org/$releasever-kitten/ResilientStorage/Source/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
|
||||
metadata_expire=86400
|
||||
enabled_metadata=0
|
Loading…
Reference in New Issue
Block a user