delete udisk2-iscsi
This commit is contained in:
parent
56320f4cde
commit
2ab8caf221
25
lorax-delete-udisk2-iscsi.patch
Normal file
25
lorax-delete-udisk2-iscsi.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From aa3cc4336717848d64008e5fa0a57a091e1d1989 Mon Sep 17 00:00:00 2001
|
||||||
|
From: songnannan <songnannan2@huawei.com>
|
||||||
|
Date: Thu, 16 Jan 2020 05:45:09 +0800
|
||||||
|
Subject: [PATCH] delete udisk2-iscsi
|
||||||
|
|
||||||
|
---
|
||||||
|
share/templates.d/99-generic/runtime-install.tmpl | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl
|
||||||
|
index 6bee5e6..9cf6b5b 100644
|
||||||
|
--- a/share/templates.d/99-generic/runtime-install.tmpl
|
||||||
|
+++ b/share/templates.d/99-generic/runtime-install.tmpl
|
||||||
|
@@ -106,7 +106,7 @@ installpkg xfsdump
|
||||||
|
|
||||||
|
## extra storage packages
|
||||||
|
# hostname is needed for iscsi to work, see RHBZ#1593917
|
||||||
|
-installpkg udisks2 udisks2-iscsi hostname
|
||||||
|
+installpkg udisks2 hostname
|
||||||
|
|
||||||
|
## extra libblockdev plugins
|
||||||
|
installpkg libblockdev-lvm-dbus
|
||||||
|
--
|
||||||
|
1.8.3.1
|
||||||
|
|
||||||
10
lorax.spec
10
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 29.16
|
Version: 29.16
|
||||||
Release: 7
|
Release: 8
|
||||||
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
|
||||||
@ -19,6 +19,7 @@ Patch9006: disable-GeoIP.patch
|
|||||||
Patch9007: eliminate-difference.patch
|
Patch9007: eliminate-difference.patch
|
||||||
Patch9008: lorax-enable-GUI-installation.patch
|
Patch9008: lorax-enable-GUI-installation.patch
|
||||||
Patch9009: lorax-enable-anaconda-KdumpSpoke.patch
|
Patch9009: lorax-enable-anaconda-KdumpSpoke.patch
|
||||||
|
Patch9010: lorax-delete-udisk2-iscsi.patch
|
||||||
|
|
||||||
BuildRequires: python3-devel python3-sphinx_rtd_theme python3-magic
|
BuildRequires: python3-devel python3-sphinx_rtd_theme python3-magic
|
||||||
BuildRequires: python3-nose python3-pytest-mock python3-pocketlint python3-gevent
|
BuildRequires: python3-nose python3-pytest-mock python3-pocketlint python3-gevent
|
||||||
@ -115,6 +116,7 @@ build images, etc. from the command line.
|
|||||||
%patch9007 -p1
|
%patch9007 -p1
|
||||||
%patch9008 -p1
|
%patch9008 -p1
|
||||||
%patch9009 -p1
|
%patch9009 -p1
|
||||||
|
%patch9010 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -191,6 +193,12 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 29.16-8
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:delete udisk2-iscsi
|
||||||
|
|
||||||
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 29.16-7
|
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 29.16-7
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user