4.0.4-alt165

- Replaced rpm-build-python with rpm-macros-python in rpm-build requirements.
- Removed python-devel from BuildRequires.
This commit is contained in:
Дмитрий Левин 2021-04-28 20:00:00 +00:00
parent 9fd0523dfd
commit efeccf82ff

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt164
Release: alt165
%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')
@ -415,6 +415,10 @@ mv -T %buildroot%_rpmlibdir/{,build}macros
%files checkinstall
%changelog
* Wed Apr 28 2021 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt165
- Replaced rpm-build-python with rpm-macros-python in rpm-build requirements.
- Removed python-devel from BuildRequires.
* Wed Jan 06 2021 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt164
- ldd.in: fix trace_elf error diagnostics (ldv).
- rpmio: Workaround another liblzma memory allocation failure on armh.