!30 add python3-pycdlib in requires for livecd
From: @orange-snn Reviewed-by: @yanan-rock Signed-off-by: @yanan-rock
This commit is contained in:
commit
fff54e9dc1
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 33.6
|
Version: 33.6
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A set of tools used to create bootable images
|
Summary: A set of tools used to create bootable images
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/weldr/lorax
|
URL: https://github.com/weldr/lorax
|
||||||
@ -34,7 +34,7 @@ Requires: lorax-templates GConf2 cpio device-mapper dosfstools e2fsprogs
|
|||||||
Requires: findutils gawk xorriso glib2 glibc glibc-common gzip isomd5sum
|
Requires: findutils gawk xorriso glib2 glibc glibc-common gzip isomd5sum
|
||||||
Requires: module-init-tools parted squashfs-tools util-linux xz-lzma-compat xz pigz
|
Requires: module-init-tools parted squashfs-tools util-linux xz-lzma-compat xz pigz
|
||||||
Requires: pbzip2 dracut kpartx libselinux-python3 python3-mako python3-kickstart
|
Requires: pbzip2 dracut kpartx libselinux-python3 python3-mako python3-kickstart
|
||||||
Requires: python3-dnf python3-librepo
|
Requires: python3-dnf python3-librepo python3-pycdlib
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: syslinux >= 6.03-1
|
Requires: syslinux >= 6.03-1
|
||||||
@ -42,7 +42,7 @@ Requires: syslinux-nonlinux >= 6.03-1
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
Requires: uboot-tools
|
Requires: uboot-tools
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Provides: appliance-tools-minimizer = %{version}-%{release}
|
Provides: appliance-tools-minimizer = %{version}-%{release}
|
||||||
@ -211,6 +211,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 12 2021 orange-snn <songnannan2@huawei.com> - 33.6-4
|
||||||
|
- add python3-pycdlib in requires for livecd
|
||||||
|
|
||||||
* Feb Mar 30 2021 yuboyun <yuboyun@huawei.com> - 33.6-3
|
* Feb Mar 30 2021 yuboyun <yuboyun@huawei.com> - 33.6-3
|
||||||
- Do not use '--loglevel' option when running Anaconda
|
- Do not use '--loglevel' option when running Anaconda
|
||||||
Improve Imc no-virt error handling
|
Improve Imc no-virt error handling
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user