!56 [sync] PR-55: 安装libvirt*,ping操作提示“sendmsg: Operation not permitted”
From: @openeuler-sync-bot Reviewed-by: @robertxw Signed-off-by: @robertxw
This commit is contained in:
commit
cad4990dda
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: ebtables
|
Name: ebtables
|
||||||
Version: 2.0.11
|
Version: 2.0.11
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: A filtering tool for a Linux-based bridging firewall
|
Summary: A filtering tool for a Linux-based bridging firewall
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://ebtables.sourceforge.net/
|
URL: http://ebtables.sourceforge.net/
|
||||||
@ -56,7 +56,7 @@ echo "%{_libdir}/ebtables" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post ebtables.service
|
%systemd_post ebtables.service
|
||||||
%?ldconfig
|
/usr/sbin/ldconfig
|
||||||
pfx=%{_sbindir}/ebtables
|
pfx=%{_sbindir}/ebtables
|
||||||
manpfx=%{_mandir}/man8/ebtables
|
manpfx=%{_mandir}/man8/ebtables
|
||||||
for sfx in "" "-restore" "-save"; do
|
for sfx in "" "-restore" "-save"; do
|
||||||
@ -81,7 +81,7 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
%systemd_postun_with_restart ebtables.service
|
%systemd_postun_with_restart ebtables.service
|
||||||
%?ldconfig
|
/usr/sbin/ldconfig
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
%{_sbindir}/update-alternatives --remove \
|
%{_sbindir}/update-alternatives --remove \
|
||||||
ebtables %{_sbindir}/ebtables-legacy
|
ebtables %{_sbindir}/ebtables-legacy
|
||||||
@ -108,6 +108,12 @@ fi
|
|||||||
%doc %{_mandir}/man8/ebtables-legacy.8*
|
%doc %{_mandir}/man8/ebtables-legacy.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 2023 lifeifei<lifeifei@kylinos.cn> - 2.0.11-8
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Fix: if libvirt and ebtables are installed at the same time, ping the operation prompts "sendmsg: Operation not permitted".
|
||||||
|
|
||||||
* Mon Aug 07 2023 gaihuiying <eaglegai@163.com> - 2.0.11-7
|
* Mon Aug 07 2023 gaihuiying <eaglegai@163.com> - 2.0.11-7
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user