Fix install conflicts

(cherry picked from commit 8245bb7721681cf9b245ac643335be9269a9897b)
This commit is contained in:
zhangxianting 2024-04-08 11:11:39 +08:00 committed by openeuler-sync-bot
parent a5bd9c5985
commit 64ede4f12d

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-ninja
Version: 1.11.1.1
Release: 2
Release: 3
Summary: A small build system with a focus on speed.
License: Apache-2.0
URL: https://github.com/ninja-build/ninja
@ -23,6 +23,7 @@ A small build system with a focus on speed.
%package -n python3-ninja
Summary: A small build system with a focus on speed.
Provides: python-ninja
Obsoletes: ninja-build
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-hatchling
@ -75,6 +76,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Apr 08 2024 zhangxianting <zhangxianting@uniontech.com> - 1.11.1.1-3
- Fix install conflicts
* Fri Jan 19 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.11.1.1-2
- Fix Eulermaker failure