forked from pool/gettext-runtime
Accepting request 1202933 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1202933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=97
This commit is contained in:
commit
ca82824d8e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 10:43:43 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
- Move envsubst requires into main package, gettext.sh is not part of
|
||||||
|
gettext-tools, but gettext-runtime (fixes boo#1227070)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 16 08:42:20 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Tue Jul 16 08:42:20 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -51,6 +51,8 @@ Requires: this-is-only-for-build-envs
|
|||||||
# rpm-build requires gettext-tools, but we will only just be building it
|
# rpm-build requires gettext-tools, but we will only just be building it
|
||||||
#!BuildIgnore: gettext-tools
|
#!BuildIgnore: gettext-tools
|
||||||
%endif
|
%endif
|
||||||
|
# gettext.sh requires envsubst
|
||||||
|
Requires: envsubst%{?with_mini:-mini} = %{version}
|
||||||
Summary: Tools for Native Language Support (NLS)
|
Summary: Tools for Native Language Support (NLS)
|
||||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -92,8 +94,6 @@ License: LGPL-2.1-or-later
|
|||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: xz
|
Requires: xz
|
||||||
# gettext.sh requires envsubst
|
|
||||||
Requires: envsubst%{?with_mini:-mini} = %{version}
|
|
||||||
# autopoint requires find
|
# autopoint requires find
|
||||||
Requires: findutils
|
Requires: findutils
|
||||||
# For non-UTF encodings
|
# For non-UTF encodings
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 10:43:39 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
- Move envsubst requires into main package, gettext.sh is not part of
|
||||||
|
gettext-tools, but gettext-runtime (fixes boo#1227070)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 16 08:42:20 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Tue Jul 16 08:42:20 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -51,6 +51,8 @@ Requires: this-is-only-for-build-envs
|
|||||||
# rpm-build requires gettext-tools, but we will only just be building it
|
# rpm-build requires gettext-tools, but we will only just be building it
|
||||||
#!BuildIgnore: gettext-tools
|
#!BuildIgnore: gettext-tools
|
||||||
%endif
|
%endif
|
||||||
|
# gettext.sh requires envsubst
|
||||||
|
Requires: envsubst%{?with_mini:-mini} = %{version}
|
||||||
Summary: Tools for Native Language Support (NLS)
|
Summary: Tools for Native Language Support (NLS)
|
||||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -92,8 +94,6 @@ License: LGPL-2.1-or-later
|
|||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: xz
|
Requires: xz
|
||||||
# gettext.sh requires envsubst
|
|
||||||
Requires: envsubst%{?with_mini:-mini} = %{version}
|
|
||||||
# autopoint requires find
|
# autopoint requires find
|
||||||
Requires: findutils
|
Requires: findutils
|
||||||
# For non-UTF encodings
|
# For non-UTF encodings
|
||||||
|
Loading…
Reference in New Issue
Block a user