forked from pool/gettext-runtime
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
ca82824d8e | ||
97d317b6ed | |||
|
d555f64a28 | ||
a9fb771119 |
@ -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>
|
||||
|
||||
|
@ -51,6 +51,8 @@ Requires: this-is-only-for-build-envs
|
||||
# rpm-build requires gettext-tools, but we will only just be building it
|
||||
#!BuildIgnore: gettext-tools
|
||||
%endif
|
||||
# gettext.sh requires envsubst
|
||||
Requires: envsubst%{?with_mini:-mini} = %{version}
|
||||
Summary: Tools for Native Language Support (NLS)
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
@ -92,8 +94,6 @@ License: LGPL-2.1-or-later
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: xz
|
||||
# gettext.sh requires envsubst
|
||||
Requires: envsubst%{?with_mini:-mini} = %{version}
|
||||
# autopoint requires find
|
||||
Requires: findutils
|
||||
# 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>
|
||||
|
||||
|
@ -51,6 +51,8 @@ Requires: this-is-only-for-build-envs
|
||||
# rpm-build requires gettext-tools, but we will only just be building it
|
||||
#!BuildIgnore: gettext-tools
|
||||
%endif
|
||||
# gettext.sh requires envsubst
|
||||
Requires: envsubst%{?with_mini:-mini} = %{version}
|
||||
Summary: Tools for Native Language Support (NLS)
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
@ -92,8 +94,6 @@ License: LGPL-2.1-or-later
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: xz
|
||||
# gettext.sh requires envsubst
|
||||
Requires: envsubst%{?with_mini:-mini} = %{version}
|
||||
# autopoint requires find
|
||||
Requires: findutils
|
||||
# For non-UTF encodings
|
||||
|
Loading…
Reference in New Issue
Block a user