4.0.4-alt77.M40.23

- rpmio: Updated lzma compression routines for xz-5.0 API.
- Packaged /usr/bin/rpm2cpio.static.
This commit is contained in:
Alexey Tourbin 2009-09-24 12:37:05 +04:00
parent 7407fd6de4
commit b8221108bb

View File

@ -4,7 +4,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt77.M40.22
Release: alt77.M40.23
%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
* Thu Sep 24 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt77.M40.23
- rpmio: Updated lzma compression routines for xz-5.0 API.
- Packaged /usr/bin/rpm2cpio.static.
* Thu Sep 24 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt77.M40.22
- Backported changes by Dmitry V. Levin:
- rpmio/macro.c (doShellEscape): Fixed potential buffer underflow (closes: #11921).