bin/rpmmerge: +/java.security
authorJan Kratochvil <root@host2.jankratochvil.net>
Sat, 19 Aug 2023 03:42:51 +0000 (11:42 +0800)
committerJan Kratochvil <root@host2.jankratochvil.net>
Sat, 19 Aug 2023 03:42:51 +0000 (11:42 +0800)
bin/rpmmerge

index baec0c1..a163307 100755 (executable)
@@ -21,7 +21,9 @@ for base in $l;do
 
        if test ! -f $orig
        then
-               cmp $base $base.rpmnew
+               if [ "$base" = "${base%/java.security}" ];then
+                       cmp $base $base.rpmnew
+               fi
                mv -f $base.rpmnew $base
                continue
        fi