4.0.4-alt100.79

- rpmbuild: implemented finer control for %_deps_optimization
  (by viy@; closes: #30476).
This commit is contained in:
Дмитрий Левин 2014-11-19 17:26:33 +00:00
parent 32171d0cb5
commit 7af393f36d

View File

@ -3,7 +3,7 @@
Name: rpm
Version: 4.0.4
Release: alt100.78
Release: alt100.79
%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')
@ -530,6 +530,10 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Wed Nov 19 2014 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.79
- rpmbuild: implemented finer control for %%_deps_optimization
(by viy@; closes: #30476).
* Tue Jun 24 2014 Gleb F-Malinovskiy <glebfm@altlinux.org> 4.0.4-alt100.78
- Backported Disttag.
- psm.c: write installed/removed package buildtime to syslog.