rpms/glpi/devel glpi-logrotate,1.1,1.2 glpi.spec,1.16,1.17

Remi Collet (remi) fedora-extras-commits at redhat.com
Sat Aug 9 12:49:38 UTC 2008


Author: remi

Update of /cvs/extras/rpms/glpi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv662

Modified Files:
	glpi-logrotate glpi.spec 
Log Message:
fix SElinux AVC


Index: glpi-logrotate
===================================================================
RCS file: /cvs/extras/rpms/glpi/devel/glpi-logrotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glpi-logrotate	9 Oct 2007 11:53:22 -0000	1.1
+++ glpi-logrotate	9 Aug 2008 12:49:07 -0000	1.2
@@ -6,4 +6,5 @@
 	compress
 	notifempty
 	missingok
+	create 644 apache apache
 }


Index: glpi.spec
===================================================================
RCS file: /cvs/extras/rpms/glpi/devel/glpi.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- glpi.spec	1 Aug 2008 16:33:39 -0000	1.16
+++ glpi.spec	9 Aug 2008 12:49:08 -0000	1.17
@@ -6,7 +6,7 @@
 
 Name:           glpi
 Version:        0.71.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Free IT asset management software
 Summary(fr):    Gestion Libre de Parc Informatique
 
@@ -19,6 +19,10 @@
 Source2:        glpi-config_path.php
 Source3:        glpi-logrotate
 
+# Avoid SELinux AVC when testing write access to log file.
+Patch0:         glpi-check.patch
+
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -61,6 +65,8 @@
 %prep
 %setup -q -n glpi
 
+%patch0 -p0
+
 %if 0%{?rhel} == 4
 
 # use bundled lib
@@ -222,6 +228,10 @@
 
 
 %changelog
+* Sat Aug 09 2008 Remi Collet <Fedora at FamilleCollet.com> - 0.71.1-2
+- fix SElinux bug on install test (glpi-check.patch)
+- add create option on logrotate conf
+
 * Fri Aug 01 2008 Remi Collet <Fedora at FamilleCollet.com> - 0.71.1-1
 - update to 0.71.1 bugfix
 - use system cron




More information about the scm-commits mailing list