4.0.4-alt176

- platform.in: Added more systemd macros.
This commit is contained in:
Алексей Шабалин 2021-08-25 02:58:35 +03:00
parent 01d2120325
commit eae4fd7c15

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt175
Release: alt176
%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')
@ -413,6 +413,9 @@ mv -T %buildroot%_rpmlibdir/{,build}macros
%files checkinstall
%changelog
* Wed Aug 25 2021 Alexey Shabalin <shaba@altlinux.org> 4.0.4-alt176
- platform.in: Added more systemd macros.
* Tue Aug 24 2021 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt175
- platform.in: Parallelize LTO with -flto=auto.
- process-lto: Fix suggestion text.