rpms/scim/FC-4 scim.spec,1.18,1.19

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Mon Aug 1 14:09:24 UTC 2005


Author: petersen

Update of /cvs/extras/rpms/scim/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2980

Modified Files:
	scim.spec 
Log Message:
add a comment about the postun readlink test



Index: scim.spec
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-4/scim.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- scim.spec	1 Aug 2005 13:47:33 -0000	1.18
+++ scim.spec	1 Aug 2005 14:09:22 -0000	1.19
@@ -95,6 +95,7 @@
 if [ "$1" = "0" ]; then
    for llcc in ja_JP ko_KR zh_CN zh_TW; do
       %{_sbindir}/alternatives --remove xinput-$llcc %{_sysconfdir}/X11/xinit/xinput.d/scim
+      # if alternative was set to manual scim, reset to auto
       [ "`readlink %{_sysconfdir}/alternatives/xinput-$llcc`" = "%{_sysconfdir}/X11/xinit/xinput.d/scim" ] && %{_sbindir}/alternatives --auto xinput-$llcc
    done
 fi
@@ -130,7 +131,7 @@
 
 %changelog
 * Mon Aug  1 2005 Ryo Dairiki <ryo-dairiki at mbm.nifty.com> - 1.4.0-2.4
-- modify the xinput alternatives settings
+- quote the postun readlink test (wcalee at myrealbox.com, #164674)
 
 * Mon Aug  1 2005 Jens Petersen <petersen at redhat.com> - 1.4.0-2.3
 - bring back the xinput alternatives settings for now




More information about the scm-commits mailing list