|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# EPEL7 not possible because libgcrypt version is 1.5
|
|
|
|
|
|
|
|
|
|
Name: keepassxc
|
|
|
|
|
Version: 2.7.5
|
|
|
|
|
Version: 2.7.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Cross-platform password manager
|
|
|
|
|
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
|
|
|
|
@ -37,10 +37,7 @@ Source2: https://keepassxc.org/keepassxc_master_signing_key.asc
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2186217
|
|
|
|
|
# disabling the patch fixes the problem, therefore it has been disabled on
|
|
|
|
|
# Fedora >= 38
|
|
|
|
|
|
|
|
|
|
%if (%{defined rhel} || (%{defined fedora} && 0%{?fedora} < 38))
|
|
|
|
|
Patch0: xcb.patch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: botan2-devel
|
|
|
|
|
BuildRequires: cmake >= 3.1
|
|
|
|
@ -130,7 +127,13 @@ information can be considered as quite safe.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
# Apply xcb.patch only for EPEL and Fedora <38
|
|
|
|
|
%if (%{defined rhel} || (%{defined fedora} && 0%{?fedora} < 38))
|
|
|
|
|
%autopatch -p1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Older version of appstream-util can't parse some url types
|
|
|
|
|
%if (%{defined rhel} && 0%{?rhel} <= 9)
|
|
|
|
@ -195,9 +198,19 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
|
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 2.7.5-1
|
|
|
|
|
* Wed Aug 16 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.7.6-1
|
|
|
|
|
- Update to 2.7.6
|
|
|
|
|
|
|
|
|
|
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 2.7.5-3
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2023 Jan Grulich <jgrulich@redhat.com> - 2.7.5-2
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.7.5-1
|
|
|
|
|
- Update to 2.7.5
|
|
|
|
|
- Use enable_devtoolset12 macro for EPEL8
|
|
|
|
@ -432,9 +445,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.4-6
|
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 2.7.5-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|