!147 doc add Obsoletes llvm-help

From: @hongjinghao 
Reviewed-by: @liyunfei33 
Signed-off-by: @liyunfei33
This commit is contained in:
openeuler-ci-bot 2024-09-10 08:42:25 +00:00 committed by Gitee
commit 2fc68ecce8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <hongjinghao@huawei.com> - 17.0.6-13
- doc add Obsoletes llvm-help
* Thu Sep 5 2024 hongjinghao <hongjinghao@huawei.com> - 17.0.6-12
- mv man to doc subpackage