setroubleshoot-plugins-3.3.14-6
- Update generated configuration files (rhbz#2226425) - Improve disable_ipv6 plugin then_text
This commit is contained in:
parent
b066bbbd7a
commit
3e4d0a1baf
29
0002-Improve-disable_ipv6-plugin-then_text.patch
Normal file
29
0002-Improve-disable_ipv6-plugin-then_text.patch
Normal file
@ -0,0 +1,29 @@
|
||||
From f8a5ef9b783f4be5fcb2fa711dd3b550b312a629 Mon Sep 17 00:00:00 2001
|
||||
From: Vit Mojzis <vmojzis@redhat.com>
|
||||
Date: Wed, 23 Nov 2022 18:25:20 +0100
|
||||
Subject: [PATCH] Improve disable_ipv6 plugin then_text
|
||||
Content-type: text/plain
|
||||
|
||||
Use more conscious language and be more explicit.
|
||||
|
||||
Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
|
||||
---
|
||||
src/disable_ipv6.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/disable_ipv6.py b/src/disable_ipv6.py
|
||||
index 1c858213ddea..ca0b9cc7f49f 100644
|
||||
--- a/src/disable_ipv6.py
|
||||
+++ b/src/disable_ipv6.py
|
||||
@@ -38,7 +38,7 @@ Disable IPV6 properly.
|
||||
fix_cmd = ""
|
||||
|
||||
if_text = _("If you want to disable IPV6 on this machine")
|
||||
- then_text = _("you need to set /proc/sys/net/ipv6/conf/all/disable_ipv6 to 1 and do not blacklist the module'")
|
||||
+ then_text = _("you need to set /proc/sys/net/ipv6/conf/all/disable_ipv6 to 1 and do not disable the ipv6 kernel module'")
|
||||
do_text = _("""Add
|
||||
net.ipv6.conf.all.disable_ipv6 = 1
|
||||
to /etc/sysctl.conf
|
||||
--
|
||||
2.41.0
|
||||
|
||||
1036
0003-Update-generated-configuration-files.patch
Normal file
1036
0003-Update-generated-configuration-files.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,13 +6,15 @@
|
||||
Summary: Analysis plugins for use with setroubleshoot
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.14
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/fedora-selinux/setroubleshoot
|
||||
Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
# git format-patch -N setroubleshoot-plugins-<version> -- plugins
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
Patch0001: 0001-restorecon.py-exclude-more-paths.patch
|
||||
Patch0002: 0002-Improve-disable_ipv6-plugin-then_text.patch
|
||||
Patch0003: 0003-Update-generated-configuration-files.patch
|
||||
BuildArch: noarch
|
||||
|
||||
# gcc is needed only for ./configure
|
||||
@ -50,6 +52,10 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%changelog
|
||||
* Wed Jul 26 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.3.14-8
|
||||
- Update generated configuration files (rhbz#2226425)
|
||||
- Improve disable_ipv6 plugin then_text
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.14-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user