
次のリポジトリがあるCentOS 8.4サーバーを実行しています。
~]$ dnf repolist
repo id repo name
appstream CentOS Linux 8 - AppStream
baseos CentOS Linux 8 - BaseOS
epel Extra Packages for Enterprise Linux 8 - x86_64
epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64
extras CentOS Linux 8 - Extras
remi-modular Remi's Modular repository for Enterprise Linux 8 - x86_64
remi-safe Safe Remi's RPM repository for Enterprise Linux 8 - x86_64
現在のfireWalld
バージョンは0.8.2ですが、かなり古いのでfail2ban
...更新したいです。実行すると、sudo dnf update firewalld
最新バージョンが見つからず、一般的な「何もしない」というメッセージだけが返されます。どのリポジトリが必要ですか?ありがとうございます。
答え1
firewalld
:CentOS 8アップデートが見つかりませんが、構築するのは非常に簡単です。エル8以来、"source.src.rpm"のパッケージ:firewalld-0.9.4
。
古い/簡略化された「rpmmacros」を使用する(CentOS 8バージョンは「2021 Firewalld.spec」と一致しません) https://www.linuxquestions.org/questions/linux-software-2/need-rpm-package-for-php-version-5-2-7-and-up-on-redhat-5-1-a- 766486/#13
Fedora 34アップデートから開始
$ wget https://dl.fedoraproject.org/pub/fedora/linux/updates/34/Everything/source/tree/Packages/f/firewalld-0.9.4-1.fc34.src.rpm
$ rpm -Uvh firewalld-0.9.4-1.fc34.src.rpm
# dnf builddep /home/name/rpms/SPECS/firewalld.spec
$ cd /home/name/rpms/SPECS/
$ rpmbuild -bb firewalld.spec
.
Wrote: /home/knudfl/rpms/RPMS/noarch/firewalld-0.9.4-1.el8.noarch.rpm
Wrote: /home/knudfl/rpms/RPMS/noarch/python3-firewall-0.9.4-1.el8.noarch.rpm
Wrote: /home/knudfl/rpms/RPMS/noarch/firewalld-filesystem-0.9.4-1.el8.noarch.rpm
Wrote: /home/knudfl/rpms/RPMS/noarch/firewall-applet-0.9.4-1.el8.noarch.rpm
Wrote: /home/knudfl/rpms/RPMS/noarch/firewall-config-0.9.4-1.el8.noarch.rpm
パッケージリンクhttps://drive.google.com/drive/folders/1KLZM0ZrxygWMMPLMrSEB5UEsJIjsnSBJ?usp=sharing