rpms/mythtv/F-12 mythtv.spec,1.60,1.61

Jarod Wilson jarod at rpmfusion.org
Tue Feb 2 03:50:42 CET 2010


Author: jarod

Update of /cvs/free/rpms/mythtv/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1946

Modified Files:
	mythtv.spec 
Log Message:
* Mon Feb 01 2010 Jarod Wilson <jarod at wilsonet.com> 0.22-5
- Update to release-0-22-fixes branch, svn revision 23433
- Fix mythtv user creation (rpm fusion bz#1027)



Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-12/mythtv.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- mythtv.spec	2 Feb 2010 02:44:32 -0000	1.60
+++ mythtv.spec	2 Feb 2010 02:50:42 -0000	1.61
@@ -1205,7 +1205,7 @@
 %pre backend
 # Add the "mythtv" user, with membership in the video group
 /usr/sbin/useradd -c "mythtvbackend User" \
-    -s /sbin/nologin -r -d %{_varlibdir}/mythtv -G video mythtv 2> /dev/null || :
+    -s /sbin/nologin -r -d %{_localstatedir}/lib/mythtv -G video mythtv 2> /dev/null || :
 
 %post backend
 /sbin/chkconfig --add mythbackend
@@ -1487,6 +1487,7 @@
 %changelog
 * Mon Feb 01 2010 Jarod Wilson <jarod at wilsonet.com> 0.22-5
 - Update to release-0-22-fixes branch, svn revision 23433
+- Fix mythtv user creation (rpm fusion bz#1027)
 
 * Mon Jan 04 2010 Jarod Wilson <jarod at wilsonet.com> 0.22-4
 - Update to release-0-22-fixes branch, svn revision 23074



More information about the rpmfusion-commits mailing list