gettext to gettext-runtime migration from Jens

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-08-25 18:19:28 +00:00
parent c814f068c6
commit d8336270fe

View File

@ -17,7 +17,7 @@
Name: grub2 Name: grub2
Epoch: 1 Epoch: 1
Version: 2.06 Version: 2.06
Release: 53%{?dist} Release: 54%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more Summary: Bootloader with support for Linux, Multiboot and more
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/grub/ URL: http://www.gnu.org/software/grub/
@ -96,7 +96,7 @@ subpackages.
Summary: Support tools for GRUB. Summary: Support tools for GRUB.
Obsoletes: grub2-tools < %{evr} Obsoletes: grub2-tools < %{evr}
Requires: grub2-common = %{epoch}:%{version}-%{release} Requires: grub2-common = %{epoch}:%{version}-%{release}
Requires: gettext os-prober file Requires: gettext-runtime os-prober file
Requires(pre): dracut Requires(pre): dracut
Requires(pre): grep Requires(pre): grep
Requires(pre): sed Requires(pre): sed
@ -108,7 +108,7 @@ This subpackage provides tools for support of all platforms.
%ifarch x86_64 %ifarch x86_64
%package tools-efi %package tools-efi
Summary: Support tools for GRUB. Summary: Support tools for GRUB.
Requires: gettext os-prober file Requires: gettext-runtime os-prober file
Requires: grub2-common = %{epoch}:%{version}-%{release} Requires: grub2-common = %{epoch}:%{version}-%{release}
Obsoletes: grub2-tools < %{evr} Obsoletes: grub2-tools < %{evr}
@ -119,7 +119,7 @@ This subpackage provides tools for support of EFI platforms.
%package tools-minimal %package tools-minimal
Summary: Support tools for GRUB. Summary: Support tools for GRUB.
Requires: gettext Requires: gettext-runtime
Requires: grub2-common = %{epoch}:%{version}-%{release} Requires: grub2-common = %{epoch}:%{version}-%{release}
Obsoletes: grub2-tools < %{evr} Obsoletes: grub2-tools < %{evr}
@ -129,7 +129,7 @@ This subpackage provides tools for support of all platforms.
%package tools-extra %package tools-extra
Summary: Support tools for GRUB. Summary: Support tools for GRUB.
Requires: gettext os-prober file Requires: gettext-runtime os-prober file
Requires: grub2-tools-minimal = %{epoch}:%{version}-%{release} Requires: grub2-tools-minimal = %{epoch}:%{version}-%{release}
Requires: grub2-common = %{epoch}:%{version}-%{release} Requires: grub2-common = %{epoch}:%{version}-%{release}
Requires: mtools Requires: mtools
@ -530,6 +530,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
%endif %endif
%changelog %changelog
* Thu Aug 25 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-54
- gettext to gettext-runtime migration from Jens
* Thu Aug 25 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-53 * Thu Aug 25 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-53
- ieee1275: implement vec5 for cas negotiation - ieee1275: implement vec5 for cas negotiation