diff --git a/SOURCES/poppler-21.01.0-fix-pdfsig-man-page.patch b/SOURCES/poppler-21.01.0-fix-pdfsig-man-page.patch new file mode 100644 index 0000000..d732ea6 --- /dev/null +++ b/SOURCES/poppler-21.01.0-fix-pdfsig-man-page.patch @@ -0,0 +1,19 @@ +From 56453310d4241a917a4d2ff27fa76c2878f87508 Mon Sep 17 00:00:00 2001 +From: Marek Kasik +Date: Fri, 26 Mar 2021 13:10:19 +0100 +Subject: utils: New paragraph for "-sign" in pdfsig.1 + +Create new paragraph for "-sign" option in pdfsig.1 man page. + +diff --git a/utils/pdfsig.1 b/utils/pdfsig.1 +index e1f974c8..cbb21882 100644 +--- a/utils/pdfsig.1 ++++ b/utils/pdfsig.1 +@@ -39,6 +39,7 @@ Do not validate the certificate. + .TP + .B \-dump + Dump all signatures into current directory. ++.TP + .B \-sign " number" + Sign the document in the signature field with the given number. + .TP diff --git a/SPECS/poppler.spec b/SPECS/poppler.spec index f21b9e8..9300c08 100644 --- a/SPECS/poppler.spec +++ b/SPECS/poppler.spec @@ -3,7 +3,7 @@ Summary: PDF rendering library Name: poppler Version: 21.01.0 -Release: 23%{?dist} +Release: 24%{?dist} License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT URL: http://poppler.freedesktop.org/ Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz @@ -57,6 +57,9 @@ Patch14: poppler-21.01.0-pdfinfo-dests.patch # https://issues.redhat.com/browse/RHEL-131792 Patch15: poppler-21.01.0-check-bitmap-in-combine.patch +# https://issues.redhat.com/browse/RHEL-126070 +Patch16: poppler-21.01.0-fix-pdfsig-man-page.patch + BuildRequires: make BuildRequires: cmake BuildRequires: gcc-c++ @@ -250,6 +253,10 @@ test "$(pkg-config --modversion poppler-qt5)" = "%{version}" %{_mandir}/man1/* %changelog +* Mon Dec 22 2025 Marek Kasik - 21.01.0-24 +- Fix pdfsig's man page +- Resolves: RHEL-126070 + * Wed Dec 17 2025 Marek Kasik - 21.01.0-23 - Bump release for build inheritance - Resolves: RHEL-131792