4.0.4-alt100.36

- removed support for repackaging and rollbacks (rpm.org).
- removed brp-strip & related macros (superseded by brp-debuginfo).
This commit is contained in:
Alexey Tourbin 2011-09-23 03:39:13 +04:00
parent 4d747a6312
commit 57e524d737

View File

@ -3,7 +3,7 @@
Name: rpm
Version: 4.0.4
Release: alt100.35
Release: alt100.36
%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')
@ -504,6 +504,10 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Fri Sep 23 2011 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt100.36
- removed support for repackaging and rollbacks (rpm.org).
- removed brp-strip & related macros (superseded by brp-debuginfo).
* Thu Sep 22 2011 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt100.35
- cpp.req: track included files down to the first external file.