Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d11f81b6f2 | ||
9efda21c11 |
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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,8 +51,6 @@ 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
|
||||||
@ -94,6 +92,8 @@ 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,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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,8 +51,6 @@ 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
|
||||||
@ -94,6 +92,8 @@ 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