fixed the package selection patterns for default disabling ... :-( git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1698 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -5,6 +5,7 @@
- Daniel Pischl: updated micq
- Juergen Sawinski: fixed gnome24/gconf and xml + gnome24
- Sebastian Jaenicke: updated pyslsk, courier-imap
- Stefan Fiedler: package selection
*) 2003-11-04 (2.0.0-rc2 - 2.0.0-rc3)
@ -115,6 +115,6 @@ pkgfilter sed '
/ sparc / { p; d; };
/ x86 / { p; d; };
# Removing the rest of packages
/.*/ { s/^X /O /p; d; };'
# Disabling the rest of packages
/.*/ { s/^X /O / ; p; d; };'
@ -52,5 +52,5 @@ pkgfilter sed '
# Disable the rest
@ -138,7 +138,7 @@ pkgfilter sed '
/ tsclient / { p; d; };
ROCKCFGSET_CREATE_TARBZ2=0
ROCKCFGSET_CREATE_GEM=1
@ -83,7 +83,7 @@ pkgfilter sed '