Add Requires for programs invoked by coreos-installer
This commit is contained in:
parent
eaf84b704e
commit
d63e924496
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -39,6 +39,20 @@ Summary: %{summary}
|
|||||||
# zlib
|
# zlib
|
||||||
License: ASL 2.0 and MIT and zlib
|
License: ASL 2.0 and MIT and zlib
|
||||||
|
|
||||||
|
Requires: gnupg
|
||||||
|
Requires: kpartx
|
||||||
|
Requires: systemd-udev
|
||||||
|
Requires: util-linux
|
||||||
|
%ifarch s390x
|
||||||
|
# This should be spelled "s390utils-core" but some of the binaries are
|
||||||
|
# still moving over from s390utils-base
|
||||||
|
Requires: /usr/sbin/chreipl
|
||||||
|
Requires: /usr/sbin/dasdfmt
|
||||||
|
Requires: /usr/sbin/fdasd
|
||||||
|
Requires: /usr/sbin/lszdev
|
||||||
|
Requires: /usr/sbin/zipl
|
||||||
|
%endif
|
||||||
|
|
||||||
# Since `rust-coreos-installer` creates a `coreos-installer`
|
# Since `rust-coreos-installer` creates a `coreos-installer`
|
||||||
# subpackage with a newer version number, which supersedes the
|
# subpackage with a newer version number, which supersedes the
|
||||||
# deprecated `coreos-installer` package (https://src.fedoraproject.org/rpms/coreos-installer),
|
# deprecated `coreos-installer` package (https://src.fedoraproject.org/rpms/coreos-installer),
|
||||||
@ -114,6 +128,9 @@ RHEL CoreOS. It is not needed on other platforms.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 04 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.7.2-3
|
||||||
|
- Add Requires for programs invoked by coreos-installer
|
||||||
|
|
||||||
* Mon Dec 28 13:28:50 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.2-2
|
* Mon Dec 28 13:28:50 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.2-2
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user