Update Translations

This commit is contained in:
rhatdan 2012-10-09 14:55:00 -04:00
parent e808ab7a84
commit 0f62313ef0
3 changed files with 11 additions and 17 deletions

1
.gitignore vendored
View File

@ -158,3 +158,4 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.1.14.tar.gz
/setroubleshoot-3.1.15.tar.gz
/setroubleshoot-3.1.16.tar.gz
/setroubleshoot-3.1.17.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.1.16
Release: 1%{?dist}
Version: 3.1.17
Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot
@ -34,7 +34,6 @@ Requires: xdg-utils
%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
%global pkgpythondir %{python_sitelib}/%{name}
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
%define pkgguidir %{_datadir}/%{name}/gui
%define pkgdatadir %{_datadir}/%{name}
%define pkglibexecdir %{_prefix}/libexec/%{name}
@ -89,6 +88,7 @@ make DESTDIR=%{buildroot} install
desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop
touch %{buildroot}%{pkgdatabase}
touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
rm -rf %{buildroot}/usr/share/doc/
%find_lang %{name}
%package server
@ -136,7 +136,6 @@ rm -rf %{buildroot}
%files server -f %{name}.lang
%defattr(-,root,root,-)
%doc %{pkgdocdir}
%{_bindir}/sealert
%{_sbindir}/sedispatch
%{_sbindir}/setroubleshootd
@ -183,19 +182,13 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%package doc
Summary: Setroubleshoot documentation
Group: System Environment/Base
Requires(pre): setroubleshoot-server = %{version}-%{release}
%description doc
Setroubleshoot documentation package
%files doc
%defattr(-,root,root,-)
%{pkgdocdir}/setroubleshoot*
%changelog
* Tue Oct 9 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.17-2
- Update Translations
* Thu Sep 20 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.17-1
- Update Translations
* Mon Aug 13 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.16-1
- Fix sealert to handle avc's in /var/log/messages which will be numbered 1400 and 1107 rather then AVC and USER_AVC
- Update Translations

View File

@ -1 +1 @@
3658932691aafaa33f9559e6e97d2cb3 setroubleshoot-3.1.16.tar.gz
eeff39a5a9898d6670f2644cd44e270d setroubleshoot-3.1.17.tar.gz