From 8e2633d0784006e120b589dd4c3c8e53594c70ae Mon Sep 17 00:00:00 2001 From: hongjinghao Date: Tue, 10 Sep 2024 10:58:48 +0800 Subject: [PATCH] doc add Obsoletes llvm-help --- llvm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 93c8adc..08ee1d6 100644 --- a/llvm.spec +++ b/llvm.spec @@ -38,7 +38,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 12 +Release: 13 Summary: The Low Level Virtual Machine License: NCSA @@ -122,6 +122,7 @@ programs that use the LLVM infrastructure. Summary: Documentation for LLVM BuildArch: noarch Requires: %{name} = %{version}-%{release} +Obsoletes: %{name}-help < %{version}-%{release} %description doc Documentation for the LLVM compiler infrastructure. @@ -354,6 +355,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build %{install_includedir}/llvm-gmock %changelog +* Tue Sep 10 2024 hongjinghao - 17.0.6-13 +- doc add Obsoletes llvm-help + * Thu Sep 5 2024 hongjinghao - 17.0.6-12 - mv man to doc subpackage -- Gitee