From 329d4ab7997e1c4e427b311db986be7215503834 Mon Sep 17 00:00:00 2001 From: hongjinghao Date: Wed, 11 Sep 2024 11:50:30 +0800 Subject: [PATCH] doc add Provides llvm-help --- llvm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index a3f0529..f97805b 100644 --- a/llvm.spec +++ b/llvm.spec @@ -44,7 +44,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 16 +Release: 17 Summary: The Low Level Virtual Machine License: NCSA @@ -132,6 +132,7 @@ programs that use the LLVM infrastructure. Summary: Documentation for LLVM BuildArch: noarch Requires: %{name} = %{version}-%{release} +Provides: %{name}-help = %{version}-%{release} Obsoletes: %{name}-help < %{version}-%{release} %description doc @@ -372,6 +373,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build %{install_includedir}/llvm-gmock %changelog +* Wed Sep 11 2024 hongjinghao - 17.0.6-17 +- doc add Provides llvm-help + * Tue Sep 10 2024 hongjinghao - 17.0.6-16 - doc add Obsoletes llvm-help -- Gitee