Drop explicit Requires for libmandoc package (#1837690)
Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
parent
338aa21064
commit
75df90d258
@ -1,6 +1,6 @@
|
|||||||
Name: mandoc
|
Name: mandoc
|
||||||
Version: 1.14.5
|
Version: 1.14.5
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: A suite of tools for compiling mdoc and man
|
Summary: A suite of tools for compiling mdoc and man
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -25,7 +25,6 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(IPC::Open3)
|
BuildRequires: perl(IPC::Open3)
|
||||||
|
|
||||||
Requires: libmandoc%{?_isa} = %{version}-%{release}
|
|
||||||
Requires(post): %{_sbindir}/update-alternatives
|
Requires(post): %{_sbindir}/update-alternatives
|
||||||
Requires(postun): %{_sbindir}/update-alternatives
|
Requires(postun): %{_sbindir}/update-alternatives
|
||||||
Requires(preun): %{_sbindir}/update-alternatives
|
Requires(preun): %{_sbindir}/update-alternatives
|
||||||
@ -46,7 +45,6 @@ PostScript, and PDF.
|
|||||||
|
|
||||||
%package -n libmandoc-devel
|
%package -n libmandoc-devel
|
||||||
Summary: Development libraries and headers for libmandoc
|
Summary: Development libraries and headers for libmandoc
|
||||||
Requires: libmandoc%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n libmandoc-devel
|
%description -n libmandoc-devel
|
||||||
The mandoc library parses a UNIX manual into an abstract syntax tree (AST).
|
The mandoc library parses a UNIX manual into an abstract syntax tree (AST).
|
||||||
@ -227,6 +225,9 @@ fi
|
|||||||
%{_mandir}/man3/tbl.3*
|
%{_mandir}/man3/tbl.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 20 2020 David Cantrell <dcantrell@redhat.com> - 1.14.5-12
|
||||||
|
- Drop explicit Requires for libmandoc package (#1837690)
|
||||||
|
|
||||||
* Tue May 19 2020 David Cantrell <dcantrell@redhat.com> - 1.14.5-11
|
* Tue May 19 2020 David Cantrell <dcantrell@redhat.com> - 1.14.5-11
|
||||||
- Per discussion with upstream, drop the shared library patch
|
- Per discussion with upstream, drop the shared library patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user