From c408ea64074ca297ce15a3a60836e87e9d3356ba Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 21 Jan 2016 14:45:27 +0100 Subject: [PATCH] setroubleshoot-3.3.3-1 * Thu Jan 21 2016 Petr Lautrbach 3.3.3-1 - fixed few UI browser problems - extended DBUS API, see DBUS.md - import MIMEText from the right module (#1297111) --- .gitignore | 1 + setroubleshoot.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f8c392e..035182e 100644 --- a/.gitignore +++ b/.gitignore @@ -186,3 +186,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.2.23.tar.gz /setroubleshoot-3.2.24.tar.gz /setroubleshoot-3.3.1.tar.gz +/setroubleshoot-3.3.3.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 22be5d1..ceb4229 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,16 +1,13 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.2 +Version: 3.3.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot # git clone https://github.com/fedora-selinux/setroubleshoot.git # cd setroubleshoot/framework/ -# # for the devel version use -# git checkout python3 -# # for a relase use -# # git checkout setroubleshoot-%{version} +# git checkout setroubleshoot-%{version} # ./autogen.sh # make dist Source0: %{name}-%{version}.tar.gz @@ -185,8 +182,15 @@ rm -rf %{buildroot} %{_datadir}/polkit-1/actions/org.fedoraproject.setroubleshootfixit.policy %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service +%doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO + %changelog +* Thu Jan 21 2016 Petr Lautrbach 3.3.3-1 +- fixed few UI browser problems +- extended DBUS API, see DBUS.md +- import MIMEText from the right module (#1297111) + * Tue Oct 13 2015 Petr Lautrbach 3.3.2-1 - Fix several GTK deprecated warnings diff --git a/sources b/sources index c380ee5..3116f4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -597f296f7b3e1ad0fe5701f1dfaf8b45 setroubleshoot-3.3.1.tar.gz +08d59dcd6a0257ebffed1bd3ccfa2385 setroubleshoot-3.3.3.tar.gz