[setroubleshoot/f16] Fix path to setroubleshoot xml in spec file

Daniel J Walsh dwalsh at fedoraproject.org
Mon Aug 8 21:09:26 UTC 2011


commit 451ec9340fcd6ba33bbe29f7dfa0fab22087fdf3
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Aug 8 17:09:13 2011 -0400

    Fix path to setroubleshoot xml in spec file

 setroubleshoot.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index 97287fe..1b6cca5 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,7 +1,7 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
 Version: 3.0.38
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/setroubleshoot
@@ -45,7 +45,7 @@ Requires: xdg-utils
 %define pkgrundir     %{_localstatedir}/run/%{name}
 %define pkgconfigdir  %{_sysconfdir}/%{name}
 %define pkglogdir     %{_localstatedir}/log/%{name}
-%global pkgdatabase   %{pkgvardatadir}/audit_listener_database.xml
+%global pkgdatabase   %{pkgvardatadir}/setroubleshoot_database.xml
 
 %description
 setroubleshoot GUI. Application that allows you to view setroubleshoot-server 
@@ -203,6 +203,9 @@ Setroubleshoot documentation package
 %{pkgdocdir}/setroubleshoot*
 
 %changelog
+* Mon Aug 8 2011  <dwalsh at redhat.com> - 3.0.38-2
+- Fix path to setroubleshoot xml in spec file
+
 * Wed Jul 13 2011  <dwalsh at redhat.com> - 3.0.38-1
 - Remove dependancy on X from sedispatch
 


More information about the scm-commits mailing list