Commit 3536b5b1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commented out group replacement: do incorrect replacement for clean ALT packages

parent 1f2b1a0e
......@@ -109,6 +109,8 @@ do_repls()
[ -n "$VERBOSE" ] && echo "Replace '$REPLRULE1' with '$REPLRULE2'"
done
# commented out: do incorrect replacement for clean ALT packages
if false ; then
echog "fix groups..."
for n in `print_grpreq $i` ; do
toalt_grprepl $n || continue
......@@ -116,6 +118,7 @@ do_repls()
s|(^Group.*)$GRPREPLRULE1|\1$GRPREPLRULE2|g"
[ -n "$VERBOSE" ] && echo "Replace '$GRPREPLRULE1' with '$GRPREPLRULE2'"
done
fi
# Replace package names in source spec
sed -r -e "$ALLREPLRULES" <$i >$SPEC || { warning "Error with replacement" ; cat $i >$SPEC ; }
......
......@@ -111,6 +111,7 @@ GConf|GConf2
libxml++2-devel|libxml++-devel
glibc-devel-static|glibc-devel
glibc-devel|glibc-devel
libopensc-devel|opensc
libopensc|opensc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment