4.0.4-alt100.21

- build/files.c: Fixed RPMTAG_SIZE for src.rpm packages (broken in alt100.16).
This commit is contained in:
Alexey Tourbin 2011-02-09 14:17:15 +03:00
parent 57ecc37f6f
commit 3cc4ba3448

View File

@ -3,7 +3,7 @@
Name: rpm
Version: 4.0.4
Release: alt100.20
Release: alt100.21
%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')
@ -500,8 +500,11 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Wed Feb 09 2011 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt100.21
- build/files.c: Fixed RPMTAG_SIZE for src.rpm packages (broken in alt100.16).
* Wed Feb 09 2011 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt100.20
- find-requires, shell.req: improved support for 'buildreq -bi'.
- find-requires, shell.req: Improved support for 'buildreq -bi'.
* Tue Feb 08 2011 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt100.19
- build/interdep.c: Diagnose mssing Epoch in subpackage dependencies.