import keepassxc-2.7.7-2.el9

i9ce changed/i9ce/keepassxc-2.7.7-2.el9
MSVSphere Packaging Team 11 months ago
parent 5725b775c6
commit 9eb99093f3

3
.gitignore vendored

@ -1 +1,2 @@
SOURCES/keepassxc-2.7.6-src.tar.xz
SOURCES/keepassxc-2.7.7-src.tar.xz
SOURCES/keepassxc-2.7.7-src.tar.xz.sig

@ -1 +1,2 @@
4583019f81e7dd46b580458ff029d5901db4e788 SOURCES/keepassxc-2.7.6-src.tar.xz
fe729cf02be6038f6a24c6a62351cde430432b18 SOURCES/keepassxc-2.7.7-src.tar.xz
a9cfbe98098f4cb85c6d0f3b863fa07aac59b969 SOURCES/keepassxc-2.7.7-src.tar.xz.sig

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEweTLo61406/YlPngt6ZvA7WQdqgFAmTcBUYACgkQt6ZvA7WQ
dqhKagf8CqgnDZTKjv70Li7QcEHIw1Mo9IcdbbT2HAiTVWy5dTpYiaNH/FwPxGjt
n9BRDbPW9Uv/aHTX5kowhfwcYYxkM2Sq5tqWY7t5Ur2hTfEYxm5M4EBeyqu+wc6C
sWg6k/3GXu+nBrlB+v7FsoAZ0ymxKUBB9284RUhcKbmUkWej6kvvUL3NQhNMw8xN
5d5FnKUMBRD1z/CFoEl6uicOm2aQSaTsdLJg7dXwyRjLGVo0g5IqaN8f28GmMW+Y
G/NNJeGnYJ5BdGknpytX6Axekg39NFMIsKSNu2Tco9OwdQqTsItq60/mX9QF97Yi
xEBz3q9/K7OHbxoEpET3atnsDT7zxg==
=kZ06
-----END PGP SIGNATURE-----

@ -2,8 +2,8 @@
# EPEL7 not possible because libgcrypt version is 1.5
Name: keepassxc
Version: 2.7.6
Release: 1%{?dist}
Version: 2.7.7
Release: 2%{?dist}
Summary: Cross-platform password manager
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
URL: https://keepassxc.org/
@ -58,14 +58,28 @@ BuildRequires: libusb1-devel
BuildRequires: libXi-devel
BuildRequires: libXtst-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
%endif
%if (%{defined fedora} && 0%{?fedora} >= 38)
%if %{defined fedora} && 0%{?fedora} >= 38 && 0%{?fedora} < 40
BuildRequires: minizip-compat-devel
%endif
%if (0%{?el9}) || (%{defined fedora} && 0%{?fedora} < 38)
BuildRequires: minizip-devel
%if %{defined fedora} && 0%{?fedora} >= 40
BuildRequires: minizip-ng-compat-devel
%endif
BuildRequires: pcsc-lite-devel
BuildRequires: qrencode-devel
@ -198,6 +212,34 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
%{_mandir}/man1/%{name}.1*
%changelog
* 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
- Update to 2.7.6

Loading…
Cancel
Save