Compare commits

...

No commits in common. 'c9' and 'cs10' have entirely different histories.
c9 ... cs10

@ -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

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: 4%{?dist}
License: GPLv2+
Release: 11%{?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,15 +52,37 @@ rm -rf %{buildroot}
%{_datadir}/setroubleshoot/plugins
%changelog
* Fri Sep 3 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3.14-4
- restorecon.py: exclude more paths (#1960136)
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.3.14-11
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.3.14-10
- Bump release for June 2024 mass rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.14-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* 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
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.14-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.14-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Sep 3 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3.14-3
- restorecon.py: exclude more paths (#1960136)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.14-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Mar 29 2021 Vit Mojzis <vmojzis@redhat.com> - 3.3.14-1
- Update translations

Loading…
Cancel
Save