4.0.4-alt98.14
- shell.req.files: Adjusted /bin/ash script detection.
This commit is contained in:
commit
d4327f8968
@ -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),
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user