From 57b5e6512dbe85c74d2db19f6a72562c451fa78a Mon Sep 17 00:00:00 2001 From: zhoupengcheng Date: Sat, 4 Mar 2023 16:50:12 +0800 Subject: [PATCH] reslove the conflict between xz-lzma-compat andLZMA-SDK --- xz.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xz.spec b/xz.spec index 78ec971..6ceb9ae 100644 --- a/xz.spec +++ b/xz.spec @@ -1,6 +1,6 @@ Name: xz Version: 5.2.10 -Release: 1 +Release: 2 Summary: A free general-purpose data compreession software with LZMA2 algorithm License: GPLv3 URL: http://tukaani.org/xz @@ -33,6 +33,7 @@ the header file, example, tests use case, other development and use of content. %package lzma-compat Summary: Old LZMA format compatibility binaries Requires: %{name} = %{version}-%{release} +conflicts: LZMA-SDK Provides: lzma = %{version} Obsoletes: lzma < %{version} @@ -110,6 +111,12 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check %{_mandir}/fr/man1/* %changelog +* Sat Mar 4 2023 zhoupengcheng - 5.2.10-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:reslove the conflict between xz-lzma-compat and LZMA-SDK + * Wed Jan 11 2023 renhongxun - 5.2.10-1 - Type:Bump version - ID:NA -- Gitee