4.0.4-alt98.14

- shell.req.files: Adjusted /bin/ash script detection.
This commit is contained in:
Alexey Tourbin 2009-06-21 00:22:58 +04:00
commit d4327f8968
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt98.13
Release: alt98.14
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown')
@ -518,6 +518,9 @@ fi
%endif #with contrib
%changelog
* Sun Jun 21 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt98.14
- shell.req.files: Adjusted /bin/ash script detection.
* Wed Jun 17 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt98.13
- Removed _noDirTokens support (producing legacy filelist format).
- Disabled rpmlib(PayloadFilesHavePrefix), rpmlib(CompressedFileNames),

View File

@ -11,7 +11,8 @@ while IFS=$'\t' read -r f t; do
*' bash script text'*)
echo "$f" ;;
#!/bin/ash
*' /bin/ash script text'*)
*' /bin/ash script text'* |\
*' /bin/ash '*' script text'* )
echo "$f" ;;
esac
done