4.0.4-alt77.M40.25

- build/parsePrep.c (doUntar): Remove "-L" option from "unzip" invocation
  (Igor Vlasenko; closes: ALT#17407).
This commit is contained in:
Alexey Tourbin 2009-09-29 09:20:07 +04:00
parent 4e4aa34d9d
commit 222b98db0b

View File

@ -4,7 +4,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt77.M40.24
Release: alt77.M40.25
%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')
@ -510,6 +510,10 @@ fi
%endif #with contrib
%changelog
* Tue Sep 29 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt77.M40.25
- build/parsePrep.c (doUntar): Remove "-L" option from "unzip" invocation
(Igor Vlasenko; closes: ALT#17407).
* Sat Sep 26 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt77.M40.24
- rpmio: Tweak lzma preset options for better compression.