4.0.4-alt77.M40.26

- rpmio, rpmbuild: Added support for .xz/.lzma compressed sources and patches.
- Removed old scripts in /usr/lib/rpm.
This commit is contained in:
Alexey Tourbin 2009-09-29 16:06:38 +04:00
parent e879cdc371
commit 8d1cf08fe4

View File

@ -4,7 +4,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt77.M40.25
Release: alt77.M40.26
%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')
@ -475,6 +475,10 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Tue Sep 29 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt77.M40.26
- rpmio, rpmbuild: Added support for .xz/.lzma compressed sources and patches.
- Removed old scripts in /usr/lib/rpm.
* 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).