From 872c52e2e933dac7b1f2c2553e87d790c7f07f2d Mon Sep 17 00:00:00 2001 From: Carl George Date: Mon, 11 Jul 2022 18:42:01 -0500 Subject: [PATCH] Enable man pages on EPEL8 rubygem-asciidoctor is now available. --- keepassxc.spec | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/keepassxc.spec b/keepassxc.spec index 58dc06f..deb0984 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -63,13 +63,7 @@ BuildRequires: qt5-qttools-devel >= 5.2 BuildRequires: qt5-qtx11extras-devel BuildRequires: ykpers-devel BuildRequires: zlib-devel - -# For EL8 missing rubygem-asciidoctor read -# https://bugzilla.redhat.com/show_bug.cgi?id=1859390 -# https://bugzilla.redhat.com/show_bug.cgi?id=1820896 -%if %{undefined el8} BuildRequires: rubygem-asciidoctor -%endif # enforces on the user system, Qt version to be the same one used to build KeepassXC # This avoids "not a bug" bugreports like this one @@ -171,16 +165,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam %{_datadir}/mime/packages/*.xml %{_datadir}/icons/hicolor/*/*/*keepassxc* %{_libdir}/%{name} -# Missing rubygem-asciidoctor in EL8 does not allow having documentation in EL8 -# Read https://bugzilla.redhat.com/show_bug.cgi?id=1859390 -%if %{undefined el8} %{_mandir}/man1/%{name}-cli.1* %{_mandir}/man1/%{name}.1* -%endif %changelog * Mon Jul 11 2022 Carl George - 2.7.1-7 - Fix conditional logic to build on EPEL9 +- Enable man pages on EPEL8 * Wed Jun 01 2022 Germano Massullo - 2.7.1-6 - rebuilt due EPEL8 Qt new version