From 36d5036ef9523f78ca34f67a15a0b762eb9f4eded9df4815bb6be1419c28b77b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 11 Apr 2024 14:14:30 +0000 Subject: [PATCH] Accepting request 1164531 from home:dancermak:branches:Base:System Add missing Requires: find to gettext-tools OBS-URL: https://build.opensuse.org/request/show/1164531 OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=189 --- gettext-runtime.changes | 5 +++++ gettext-runtime.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gettext-runtime.changes b/gettext-runtime.changes index e6b8cf7..392fd69 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 4 09:10:05 UTC 2024 - Dan Čermák + +- Add missing Requires: find to gettext-tools + ------------------------------------------------------------------- Mon Feb 26 14:57:24 UTC 2024 - Dominique Leuenberger diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 9ef8c01..a476688 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -89,6 +89,8 @@ License: LGPL-2.1-or-later Group: Development/Tools/Other Requires: %{name} = %{version} Requires: xz +# autopoint requires find +Requires: findutils %if %{without mini} Requires(post): info Requires(preun): info