diff --git a/.gitignore b/.gitignore index 1d3ad2d..3bb9fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -146,3 +146,12 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.0.47.tar.gz /setroubleshoot-3.1.1.tar.gz /setroubleshoot-3.1.2.tar.gz +/setroubleshoot-3.1.3.tar.gz +/setroubleshoot-3.1.4.tar.gz +/setroubleshoot-3.1.5.tar.gz +/setroubleshoot-3.1.6.tar.gz +/setroubleshoot-3.1.7.tar.gz +/setroubleshoot-3.1.8.tar.gz +/setroubleshoot-3.1.9.tar.gz +/setroubleshoot-3.1.11.tar.gz +/setroubleshoot-3.1.12.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 0f6d6cb..f4c73b3 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,14 +1,13 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.1.2 -Release: 1%{?dist} +Version: 3.1.12 +Release: 3%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot # git clone git://git.fedorahosted.org/git/setroubleshoot.git; cd setroubleshoot # git archive --prefix setroubleshoot-3.0.10/426cf8ea7a38e8c5179981219d831368161b65f2 > setroubleshoot-3.0.10.tar.gz Source0: %{name}-%{version}.tar.gz -Source2: setroubleshoot.logrotate BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl-XML-Parser BuildRequires: libcap-ng-devel @@ -20,10 +19,9 @@ Requires: gtk2 Requires: dbus Requires: dbus-python Requires: pygobject2 -Requires: report-gtk +Requires: libreport-gtk Requires: polkit Requires: yum -Requires: gnome-python2-gnomekeyring Requires(post): desktop-file-utils Requires(post): dbus Requires(postun): desktop-file-utils @@ -41,9 +39,7 @@ Requires: xdg-utils %define pkgdatadir %{_datadir}/%{name} %define pkglibexecdir %{_prefix}/libexec/%{name} %define pkgvardatadir %{_localstatedir}/lib/%{name} -%define pkgrundir %{_localstatedir}/run/%{name} %define pkgconfigdir %{_sysconfdir}/%{name} -%define pkglogdir %{_localstatedir}/log/%{name} %global pkgdatabase %{pkgvardatadir}/setroubleshoot_database.xml %description @@ -90,7 +86,6 @@ make %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -%{__install} -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop touch %{buildroot}%{pkgdatabase} touch %{buildroot}%{pkgvardatadir}/email_alert_recipients @@ -175,10 +170,7 @@ rm -rf %{buildroot} %{pkgdatadir}/SetroubleshootFixit.py* %{pkgdatadir}/updater.py* %config(noreplace) %{pkgconfigdir}/%{name}.conf -%dir %{pkglogdir} -%config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf -%dir %{pkgrundir} %dir %{pkgvardatadir} %ghost %attr(0600,root,root) %{pkgdatabase} %ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients @@ -204,6 +196,42 @@ Setroubleshoot documentation package %{pkgdocdir}/setroubleshoot* %changelog +* Thu Jun 7 2012 Dan Walsh - 3.1.12-3 +- Change requires to libreport-gtk instead of report-gtk + +* Fri May 11 2012 Dan Walsh - 3.1.12-1 +- Update translations +- Remove /var/log/setroubleshoot /run/setroubleshoot which are no longer used + +* Wed May 9 2012 Dan Walsh - 3.1.11-1 +- Update translations +- Only check for rpm on target process if is still exists + +* Sat Mar 17 2012 Dan Walsh - 3.1.9-1 +- Add file_types as a param to setroubleshoot.utils +- Update translations + +* Tue Mar 8 2012 Dan Walsh - 3.1.8-1 +- Add missing lanquages, using lang supported by gtk + +* Tue Mar 8 2012 Dan Walsh - 3.1.7-1 +- Add missing lanquages + +* Thu Mar 8 2012 Dan Walsh - 3.1.6-1 +- Remove gnome-keyring requirement + +* Thu Mar 8 2012 Dan Walsh - 3.1.5-1 +- Fix potential memory leak in setools +- Update to latest translations + +* Thu Mar 1 2012 Dan Walsh - 3.1.4-1 +- Update to latest translations + +* Tue Feb 14 2012 Dan Walsh - 3.1.3-1 +- Update to latest translations +- Fix handling of avc messages, missing \n +- Default to check for AVC's on login + * Mon Jan 23 2012 Dan Walsh - 3.1.2-1 - Fix crash caused by switching to syslog, and update trans diff --git a/sources b/sources index 4d65585..c3ec10a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cbf2cb35655d87f96ffa6cb45ba79a01 setroubleshoot-3.1.2.tar.gz +0a2b9ef8744680cf622594698eefe598 setroubleshoot-3.1.12.tar.gz