diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-10-29 08:14:08 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-10-29 08:14:56 +0100 |
commit | 3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6 (patch) | |
tree | c42a61b05519d17bd868ca659f629cfa87f9abda /redhat/extras | |
parent | 5651b5dee293d932d11d4da73673ba01fd017099 (diff) | |
download | tde-packaging-3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6.tar.gz tde-packaging-3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6.zip |
RPM: Update for final R14.1.1.
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/extras')
4 files changed, 7 insertions, 5 deletions
diff --git a/redhat/extras/brp-check-trinity/brp-check-trinity.spec b/redhat/extras/brp-check-trinity/brp-check-trinity.spec index 174391037..4b105f171 100644 --- a/redhat/extras/brp-check-trinity/brp-check-trinity.spec +++ b/redhat/extras/brp-check-trinity/brp-check-trinity.spec @@ -17,7 +17,7 @@ # TDE variables %if "%{?tde_version}" == "" -%define tde_version 14.1.0 +%define tde_version 14.1.1 %endif %define tde_prefix /opt/trinity diff --git a/redhat/extras/pinentry-tqt/pinentry-tqt.spec b/redhat/extras/pinentry-tqt/pinentry-tqt.spec index 8c26664fe..08e2085ed 100644 --- a/redhat/extras/pinentry-tqt/pinentry-tqt.spec +++ b/redhat/extras/pinentry-tqt/pinentry-tqt.spec @@ -17,7 +17,7 @@ Name: pinentry-tqt -Version: 1.1.1 +Version: 1.2.1 Release: 1%{?dist} Summary: PIN or passphrase entry dialogs Group: System/Libraries @@ -92,6 +92,7 @@ fi --disable-pinentry-gnome3 \ --disable-pinentry-gtk2 \ --disable-pinentry-qt \ + --disable-pinentry-qt4 \ --disable-pinentry-qt5 \ --disable-pinentry-tty diff --git a/redhat/extras/trinity-desktop/trinity-desktop.spec b/redhat/extras/trinity-desktop/trinity-desktop.spec index 7ad295bd6..ab14d4d9d 100644 --- a/redhat/extras/trinity-desktop/trinity-desktop.spec +++ b/redhat/extras/trinity-desktop/trinity-desktop.spec @@ -16,7 +16,7 @@ # %if "%{?tde_version}" == "" -%define tde_version 14.1.0 +%define tde_version 14.1.1 %endif # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". @@ -159,6 +159,7 @@ Requires: trinity-knowit Requires: trinity-knmap Requires: trinity-knutclient Requires: trinity-koffice-suite +Requires: trinity-kommando Requires: trinity-kompose Requires: trinity-konversation Requires: trinity-kooldock @@ -169,7 +170,7 @@ Requires: trinity-kpicosim Requires: trinity-kpilot %endif %endif -#Requires: trinity-kplayer +Requires: trinity-kplayer Requires: trinity-krecipes Requires: trinity-krename Requires: trinity-krusader diff --git a/redhat/extras/trinity-filesystem/trinity-filesystem.spec b/redhat/extras/trinity-filesystem/trinity-filesystem.spec index 60ef22ddc..99f4c3d69 100644 --- a/redhat/extras/trinity-filesystem/trinity-filesystem.spec +++ b/redhat/extras/trinity-filesystem/trinity-filesystem.spec @@ -17,7 +17,7 @@ # TDE variables %if "%{?tde_version}" == "" -%define tde_version 14.1.0 +%define tde_version 14.1.1 %endif %define tde_prefix /opt/trinity %define tde_bindir %{tde_prefix}/bin |