Add a requirement on llvm-libs for clang and llvm plugins.

Resolves: #2014573
This commit is contained in:
Nick Clifton 2021-10-18 14:24:09 +01:00
parent 0c5b1fec47
commit 7bc94a3f7c
1 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 10.16
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
# Maintainer: nickc@redhat.com
# Web Page: https://sourceware.org/annobin/
@ -130,8 +130,7 @@ BuildArch: noarch
Provides: %{name} = %{version}-%{release}
Obsoletes: %{name} < %{version}-%{release}
# The documentation uses pod2man...
BuildRequires: perl-interpreter perl-podlators gawk make
BuildRequires: sharutils
BuildRequires: perl-interpreter perl-podlators gawk make sharutils
%description docs
Provides the documentation files and example shell scripts for use with annobin.
@ -259,6 +258,7 @@ Installs an annobin plugin that can be used by gcc.
Summary: annobin llvm plugin
Requires: %{name}-docs = %{version}-%{release}
Requires: llvm-libs
Conflicts: %{name} <= 9.60-1
BuildRequires: clang clang-devel llvm llvm-devel compiler-rt
@ -274,6 +274,7 @@ Installs an annobin plugin that can be used by LLVM tools.
Summary: annobin clang plugin
Requires: %{name}-docs = %{version}-%{release}
Requires: llvm-libs
Conflicts: %{name} <= 9.60-1
BuildRequires: clang clang-devel llvm llvm-devel compiler-rt
@ -495,6 +496,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Mon Oct 18 2021 Nick Clifton <nickc@redhat.com> - 10.16-2
- Add a requirement on llvm-libs for clang and llvm plugins. (#2014573)
* Thu Oct 14 2021 Nick Clifton <nickc@redhat.com> - 10.16-1
- Fix configuring annocheck without gcc-plugin.
- Annocheck: Better reporting of debuginfod problems.