4.0.4-alt119
- Add _allow_deps_with_beginning_dot macro to allow dependencies beginning with a dot character (such as ones generated by replaceDeps function) in spec file (vseleznv@).
This commit is contained in:
parent
443060d11a
commit
aa125cd61d
@ -5,7 +5,7 @@
|
||||
|
||||
Name: rpm-build
|
||||
Version: 4.0.4
|
||||
Release: alt118
|
||||
Release: alt119
|
||||
|
||||
%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')
|
||||
@ -511,6 +511,11 @@ mv -T %buildroot%_rpmlibdir/{,build}macros
|
||||
%endif #with python
|
||||
|
||||
%changelog
|
||||
* Wed Oct 03 2018 Gleb F-Malinovskiy <glebfm@altlinux.org> 4.0.4-alt119
|
||||
- Add _allow_deps_with_beginning_dot macro to allow dependencies
|
||||
beginning with a dot character (such as ones generated by replaceDeps
|
||||
function) in spec file (vseleznv@).
|
||||
|
||||
* Mon Sep 03 2018 Vladimir D. Seleznev <vseleznv@altlinux.org> 4.0.4-alt118
|
||||
- Added support for RPM_ADD_CHANGELOG_{NAME,TEXT,TIME} environment variables.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user