setroubleshoot-3.3.28
Resolves: rhbz#2050723
This commit is contained in:
parent
4cda18f11d
commit
82bb17b979
1
.gitignore
vendored
1
.gitignore
vendored
@ -212,3 +212,4 @@ setroubleshoot-2.2.93.tar.gz
|
||||
/setroubleshoot-3.3.25.tar.gz
|
||||
/setroubleshoot-3.3.26.tar.gz
|
||||
/framework-3.3.27.tar.gz
|
||||
/setroubleshoot-3.3.28.tar.gz
|
||||
|
@ -3,17 +3,14 @@
|
||||
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.27
|
||||
Release: 2%{?dist}
|
||||
Version: 3.3.28
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://gitlab.com/setroubleshoot/framework
|
||||
Source0: https://gitlab.com/setroubleshoot/framework/-/archive/%{version}/framework-%{version}.tar.gz
|
||||
URL: https://gitlab.com/setroubleshoot/setroubleshoot
|
||||
Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz
|
||||
Source1: %{name}.tmpfiles
|
||||
# git format-patch -N 3.3.27
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
Patch0001: 0001-util.py-Improve-doctest-tests.patch
|
||||
Patch0002: 0002-Look-for-modules-in-usr-share-selinux-packages.patch
|
||||
Patch0003: 0003-Always-use-rpm-source-package-for-reporting.patch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: libcap-ng-devel
|
||||
@ -68,7 +65,7 @@ to user preference. The same tools can be run on existing log files.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p 1 -n framework-%{version}
|
||||
%autosetup -p 1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -195,6 +192,11 @@ chown -R setroubleshoot:setroubleshoot %{pkgvardatadir}
|
||||
%doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Tue Feb 8 2022 Petr Lautrbach <plautrba@redhat.com> - 3.3.28-1
|
||||
- Look for modules in /usr/share/selinux/packages
|
||||
- Always use rpm source package for reporting
|
||||
- Improve after_first email filter behavior
|
||||
|
||||
* Wed Jan 19 2022 Petr Lautrbach <plautrba@redhat.com> - 3.3.27-2
|
||||
- Improve DSP module reporting
|
||||
- Require initscripts-service - /sbin/service
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (framework-3.3.27.tar.gz) = b9b5ed9771433bc40e96545a4bd2f21e108b10e932d9260407ea704dbb06c2633dff628272fb2a1b306153eab8bebda16325fb0e1312c4866dd07ef5bcb6a93a
|
||||
SHA512 (setroubleshoot-3.3.28.tar.gz) = 20039d5c31e224eaa71316940ba37c3505a0427b51d09d6e339876c1412149377365bbf792e74a13e457e4915403464e9730132cbf82d15b2e587ac15ba8ea18
|
||||
|
Loading…
Reference in New Issue
Block a user