setroubleshoot-3.3.3-1

* Thu Jan 21 2016 Petr Lautrbach <plautrba@redhat.com> 3.3.3-1
- fixed few UI browser problems
- extended DBUS API, see DBUS.md
- import MIMEText from the right module (#1297111)
This commit is contained in:
Petr Lautrbach 2016-01-21 14:45:27 +01:00
parent e36a1b6a22
commit cc8b576ca5
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

@ -1,16 +1,13 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.3.1
Release: 0.3%{?dist}
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,16 @@ 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 <plautrba@redhat.com> 3.3.3-1
- fixed few UI browser problems
- extended DBUS API, see DBUS.md
- import MIMEText from the right module (#1297111)
- Fix several GTK deprecated warnings
* Wed Sep 16 2015 Richard Hughes <rhughes@redhat.com> - 3.3.1-0.3
- Move the AppData file to the right subpackage so it gets used.

View File

@ -1 +1 @@
597f296f7b3e1ad0fe5701f1dfaf8b45 setroubleshoot-3.3.1.tar.gz
08d59dcd6a0257ebffed1bd3ccfa2385 setroubleshoot-3.3.3.tar.gz