mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
python3-pykickstart: upgrade 3.20 -> 3.22
-Refresh the following patch: 0003-comment-out-sections-shutdown-and-environment-in-gen.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+5
-5
@@ -17,7 +17,7 @@ fixup! add comments of shutdown for user
|
|||||||
2 files changed, 4 insertions(+), 1 deletion(-)
|
2 files changed, 4 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/pykickstart/commands/reboot.py b/pykickstart/commands/reboot.py
|
diff --git a/pykickstart/commands/reboot.py b/pykickstart/commands/reboot.py
|
||||||
index 2c1b1c0..b3ec717 100644
|
index 75a6d916..edfe83ff 100644
|
||||||
--- a/pykickstart/commands/reboot.py
|
--- a/pykickstart/commands/reboot.py
|
||||||
+++ b/pykickstart/commands/reboot.py
|
+++ b/pykickstart/commands/reboot.py
|
||||||
@@ -43,6 +43,9 @@ class FC3_Reboot(KickstartCommand):
|
@@ -43,6 +43,9 @@ class FC3_Reboot(KickstartCommand):
|
||||||
@@ -31,18 +31,18 @@ index 2c1b1c0..b3ec717 100644
|
|||||||
return retval
|
return retval
|
||||||
|
|
||||||
diff --git a/pykickstart/parser.py b/pykickstart/parser.py
|
diff --git a/pykickstart/parser.py b/pykickstart/parser.py
|
||||||
index e68174d..efd78a6 100644
|
index bc59131b..b2d09d45 100644
|
||||||
--- a/pykickstart/parser.py
|
--- a/pykickstart/parser.py
|
||||||
+++ b/pykickstart/parser.py
|
+++ b/pykickstart/parser.py
|
||||||
@@ -385,7 +385,7 @@ class Packages(KickstartObject):
|
@@ -428,7 +428,7 @@ class Packages(KickstartObject):
|
||||||
|
|
||||||
if not self.default:
|
if not self.default:
|
||||||
if self.environment:
|
if self.environment:
|
||||||
- pkgs += "@^%s\n" % self.environment
|
- pkgs += "@^%s\n" % self.environment
|
||||||
+ pkgs += "#@^%s\n" % self.environment
|
+ pkgs += "#@^%s\n" % self.environment
|
||||||
|
|
||||||
grps = self.groupList
|
grps = self.groupList
|
||||||
grps.sort()
|
grps.sort()
|
||||||
--
|
--
|
||||||
2.7.4
|
2.7.4
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=ma
|
|||||||
file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \
|
file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \
|
||||||
file://0004-load.py-retry-to-invoke-request-with-timeout.patch \
|
file://0004-load.py-retry-to-invoke-request-with-timeout.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "487edfded19d5969db0673b200ee4272b7dc6697"
|
SRCREV = "674c17b1e231f56a0d8a5ced4a204cdbc4c1edf3"
|
||||||
|
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"
|
UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"
|
||||||
|
|
||||||
Reference in New Issue
Block a user