- Use full path to utilities in scriptlets (bug #225609).

- Resolves: rhbz#225609
This commit is contained in:
Tim Waugh 2007-02-05 17:20:00 +00:00
parent f994cba53e
commit cf8618825f

View File

@ -198,9 +198,9 @@ fi) < /etc/shells
%postun %postun
if [ "$1" = 0 ]; then if [ "$1" = 0 ]; then
grep -v '^/bin/bash$' < /etc/shells | \ /bin/grep -v '^/bin/bash$' < /etc/shells | \
grep -v '^/bin/sh$' > /etc/shells.new /bin/grep -v '^/bin/sh$' > /etc/shells.new
mv /etc/shells.new /etc/shells /bin/mv /etc/shells.new /etc/shells
fi fi
%files -f %{name}.lang %files -f %{name}.lang
@ -221,6 +221,7 @@ fi
%changelog %changelog
* Mon Feb 5 2007 Tim Waugh <twaugh@redhat.com> * Mon Feb 5 2007 Tim Waugh <twaugh@redhat.com>
- Use full path to utilities in scriptlets (bug #225609).
- Fix missing sh-bangs in example scripts (bug #225609). - Fix missing sh-bangs in example scripts (bug #225609).
- Post requires ncurses (bug #224567). - Post requires ncurses (bug #224567).
- Removed Prefix tag (bug #225609). - Removed Prefix tag (bug #225609).