diff --git a/mcstrans.spec b/mcstrans.spec index 3ca1545..f85c82f 100644 --- a/mcstrans.spec +++ b/mcstrans.spec @@ -1,7 +1,7 @@ Summary: SELinux Translation Daemon Name: mcstrans Version: 0.1.8 -Release: 2 +Release: 3 License: GPL Group: System Environment/Daemons Source: http://fedora.redhat.com/projects/%{name}-%{version}.tgz @@ -50,6 +50,9 @@ rm -rf %{buildroot} %post chkconfig --add mcstrans +if [ -f /var/lock/subsys/mcstransd ]; then + mv /var/lock/subsys/mcstransd /var/lock/subsys/mcstrans +fi %preun if [ $1 -eq 0 ]; then @@ -69,7 +72,7 @@ fi %{_sysconfdir}/rc.d/init.d/mcstrans %changelog -* Wed Sep 13 2006 Peter Jones - 0.1.8-2 +* Wed Sep 13 2006 Peter Jones - 0.1.8-3 - Fix subsys locking in init script * Wed Aug 23 2006 Dan Walsh 0.1.8-1