|
|
@ -54,6 +54,8 @@ BuildRequires: zlib-devel
|
|
|
|
BuildRequires: rubygem-asciidoctor
|
|
|
|
BuildRequires: rubygem-asciidoctor
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
|
|
|
|
|
|
|
|
# KeePassXC bundles the ykcore code due to lack of support from Yubico and
|
|
|
|
# KeePassXC bundles the ykcore code due to lack of support from Yubico and
|
|
|
|
# stratification of version across various operating system distros. Additionally,
|
|
|
|
# stratification of version across various operating system distros. Additionally,
|
|
|
|
# KeePassXC has modified the API of ykcore to make it more functional when using
|
|
|
|
# KeePassXC has modified the API of ykcore to make it more functional when using
|
|
|
@ -135,20 +137,21 @@ install -D -m 644 -p x-keepassxc.desktop \
|
|
|
|
|
|
|
|
|
|
|
|
#install appdata files
|
|
|
|
#install appdata files
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang keepassxc --with-qt
|
|
|
|
%find_lang %{name} --with-qt
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%ctest
|
|
|
|
%ctest
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.%{name}.KeePassXC.desktop
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.%{name}.KeePassXC.desktop
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{name}.KeePassXC.appdata.xml
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{name}.KeePassXC.appdata.xml
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%license COPYING LICENSE*
|
|
|
|
%license COPYING LICENSE*
|
|
|
|
%{_bindir}/keepassxc
|
|
|
|
%{_bindir}/keepassxc
|
|
|
|
%{_bindir}/keepassxc-cli
|
|
|
|
%{_bindir}/keepassxc-cli
|
|
|
|
%{_bindir}/keepassxc-proxy
|
|
|
|
%{_bindir}/keepassxc-proxy
|
|
|
|
%{_datadir}/keepassxc
|
|
|
|
%dir %{_datadir}/keepassxc
|
|
|
|
|
|
|
|
%{_datadir}/keepassxc/wordlists
|
|
|
|
%{_datadir}/applications/org.%{name}.KeePassXC.desktop
|
|
|
|
%{_datadir}/applications/org.%{name}.KeePassXC.desktop
|
|
|
|
%{_datadir}/metainfo/org.%{name}.KeePassXC.appdata.xml
|
|
|
|
%{_datadir}/metainfo/org.%{name}.KeePassXC.appdata.xml
|
|
|
|
%{_datadir}/mimelnk
|
|
|
|
%{_datadir}/mimelnk
|
|
|
@ -167,6 +170,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
|
|
|
|
- 2.7.0 release
|
|
|
|
- 2.7.0 release
|
|
|
|
- adds BuildRequires: botan2-devel
|
|
|
|
- adds BuildRequires: botan2-devel
|
|
|
|
- adds BuildRequires: pcsc-lite-devel
|
|
|
|
- adds BuildRequires: pcsc-lite-devel
|
|
|
|
|
|
|
|
- adds Provides: bundled(ykcore)
|
|
|
|
|
|
|
|
- enforcing on the user system, Qt version to be the same one used to build KeepassXC
|
|
|
|
- replaces BuildRequires: quazip-qt5-devel with BuildRequires: minizip-compat-devel
|
|
|
|
- replaces BuildRequires: quazip-qt5-devel with BuildRequires: minizip-compat-devel
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 08 2022 Jan Grulich <jgrulich@redhat.com> - 2.6.6-6
|
|
|
|
* Tue Mar 08 2022 Jan Grulich <jgrulich@redhat.com> - 2.6.6-6
|
|
|
|