diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 2b2fb34..b29c5d4 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -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 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 4.0.4-alt77.M40.25 - build/parsePrep.c (doUntar): Remove "-L" option from "unzip" invocation (Igor Vlasenko; closes: ALT#17407).