|
|
@ -2,7 +2,7 @@
|
|
|
|
# EPEL7 not possible because libgcrypt version is 1.5
|
|
|
|
# EPEL7 not possible because libgcrypt version is 1.5
|
|
|
|
|
|
|
|
|
|
|
|
Name: keepassxc
|
|
|
|
Name: keepassxc
|
|
|
|
Version: 2.7.6
|
|
|
|
Version: 2.7.9
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Cross-platform password manager
|
|
|
|
Summary: Cross-platform password manager
|
|
|
|
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
|
|
|
|
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
|
|
|
@ -58,14 +58,28 @@ BuildRequires: libusb1-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: libyubikey-devel
|
|
|
|
BuildRequires: libyubikey-devel
|
|
|
|
%if 0%{?el8}
|
|
|
|
# Concerning minizip dependency drama, this is the list of available minizip packages
|
|
|
|
|
|
|
|
# for all active branches
|
|
|
|
|
|
|
|
# == el8, el9 ==
|
|
|
|
|
|
|
|
# minizip
|
|
|
|
|
|
|
|
# minizip1.2
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# == f38, f39 ==
|
|
|
|
|
|
|
|
# minizip-ng
|
|
|
|
|
|
|
|
# minizip-compat
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# == fedora >= 40 ==
|
|
|
|
|
|
|
|
# minizip-ng
|
|
|
|
|
|
|
|
# minizip-ng-compat
|
|
|
|
|
|
|
|
# Read https://fedoraproject.org/wiki/Changes/MinizipNGTransition
|
|
|
|
|
|
|
|
%if 0%{?el8} || 0%{?el9}
|
|
|
|
BuildRequires: minizip1.2-devel
|
|
|
|
BuildRequires: minizip1.2-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if (%{defined fedora} && 0%{?fedora} >= 38)
|
|
|
|
%if %{defined fedora} && 0%{?fedora} >= 38 && 0%{?fedora} < 40
|
|
|
|
BuildRequires: minizip-compat-devel
|
|
|
|
BuildRequires: minizip-compat-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if (0%{?el9}) || (%{defined fedora} && 0%{?fedora} < 38)
|
|
|
|
%if %{defined fedora} && 0%{?fedora} >= 40
|
|
|
|
BuildRequires: minizip-devel
|
|
|
|
BuildRequires: minizip-ng-compat-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: pcsc-lite-devel
|
|
|
|
BuildRequires: pcsc-lite-devel
|
|
|
|
BuildRequires: qrencode-devel
|
|
|
|
BuildRequires: qrencode-devel
|
|
|
@ -198,9 +212,56 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 21 2024 Germano Massullo <germano.massullo@gmail.com> - 2.7.9-1
|
|
|
|
|
|
|
|
- 2.7.9 release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2024 Jan Grulich <jgrulich@redhat.com> - 2.7.8-2
|
|
|
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 10 2024 Germano Massullo <germano.massullo@gmail.com> - 2.7.8-1
|
|
|
|
|
|
|
|
- 2.7.8 release
|
|
|
|
|
|
|
|
- Removed Obsoletes/Provides keepassx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2024 Germano Massullo <germano.massullo@gmail.com> - 2.7.7-4
|
|
|
|
|
|
|
|
- Added Obsoletes/Provides keepassx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 15 2024 Jan Grulich <jgrulich@redhat.com> - 2.7.7-3
|
|
|
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 13 2024 Germano Massullo <germano.massullo@gmail.com> - 2.7.7-2
|
|
|
|
|
|
|
|
- replaced minizip depencendy for all active branches
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 13 2024 Germano Massullo <germano.massullo@gmail.com> - 2.7.7-1
|
|
|
|
|
|
|
|
- 2.7.7 release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 03 2024 Jan Grulich <jgrulich@redhat.com> - 2.7.6-6
|
|
|
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 04 2023 Lukas Javorsky <ljavorsk@redhat.com> - 2.7.6-5
|
|
|
|
|
|
|
|
- Rebuilt for minizip-ng transition Fedora change
|
|
|
|
|
|
|
|
- Fedora Change: https://fedoraproject.org/wiki/Changes/MinizipNGTransition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 18 2023 Germano Massullo <germano.massullo@gmail.com> - 2.7.6-4
|
|
|
|
|
|
|
|
- rebuild (qt5) el9-next
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 09 2023 Jan Grulich <jgrulich@redhat.com> - 2.7.6-3
|
|
|
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 27 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 2.7.6-2
|
|
|
|
|
|
|
|
- Build with minizip-ng for F38+
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 16 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.7.6-1
|
|
|
|
* Wed Aug 16 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.7.6-1
|
|
|
|
- Update to 2.7.6
|
|
|
|
- Update to 2.7.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 2.7.5-3
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-3
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|