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:
parent
36ec75fd22
commit
c408ea6407
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <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)
|
||||
|
||||
* Tue Oct 13 2015 Petr Lautrbach <plautrba@redhat.com> 3.3.2-1
|
||||
- Fix several GTK deprecated warnings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user