Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 306fd72398 |
Binary file not shown.
BIN
setroubleshoot-plugins-3.3.15.tar.gz
LFS
Normal file
BIN
setroubleshoot-plugins-3.3.15.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 12:22:24 UTC 2025 - Zdenek Kubala <zkubala@suse.cz>
|
||||
|
||||
- Update to 3.3.15
|
||||
* restorecon.py: exclude more paths
|
||||
* Improve disable_ipv6 plugin then_text
|
||||
* Update generated configuration files
|
||||
* Update translations
|
||||
|
||||
- patch 9e54f6a661330070ad25a0e86f197b3530bfc5c7.patch removed since
|
||||
it is not needeed anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 12:13:30 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Fix license tag, it's GPL-3.0-or-later.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 17:10:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add 9e54f6a661330070ad25a0e86f197b3530bfc5c7.patch: fixes
|
||||
build with python 3.13+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 09:42:41 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Update project url.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 13:42:11 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package setroubleshoot-plugins
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,18 +17,20 @@
|
||||
|
||||
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.14
|
||||
Version: 3.3.15
|
||||
Release: 0
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
License: GPL-2.0-or-later
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Security
|
||||
URL: https://github.com/fedora-selinux/setroubleshoot
|
||||
Source: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
URL: https://gitlab.com/setroubleshoot/plugins/
|
||||
# download url has different package name, add "plugins-" before last occurence of name macro
|
||||
Source: https://gitlab.com/setroubleshoot/plugins/-/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: python3-devel
|
||||
#BuildRequires: python3-devel
|
||||
BuildRequires: pkgconfig(python3)
|
||||
# Introduction of get_package_nvr functions
|
||||
Requires: setroubleshoot-server >= 3.3.23
|
||||
BuildArch: noarch
|
||||
@@ -42,7 +44,7 @@ to interpret SELinux AVC denials.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
Reference in New Issue
Block a user