|
|
|
@ -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 <carl@george.computer> - 2.7.1-7
|
|
|
|
|
- Fix conditional logic to build on EPEL9
|
|
|
|
|
- Enable man pages on EPEL8
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.1-6
|
|
|
|
|
- rebuilt due EPEL8 Qt new version
|
|
|
|
|