use kickstart version with local pykickstart
(cherry picked from commit 5430c6333153864cc058d1bacdb934fa213fa284)
This commit is contained in:
parent
63a3c818a9
commit
caf82e5a6b
@ -1,7 +1,7 @@
|
|||||||
%define _empty_manifest_terminate_build 0
|
%define _empty_manifest_terminate_build 0
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 36.16.5
|
Version: 36.16.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -24,6 +24,7 @@ Patch9010: modify-timezone-and-delete-datezone-map.patch
|
|||||||
Patch9011: remove-vender-issue-in-netdev.patch
|
Patch9011: remove-vender-issue-in-netdev.patch
|
||||||
Patch9012: Support-configuration-of-additional-boot-arguments.patch
|
Patch9012: Support-configuration-of-additional-boot-arguments.patch
|
||||||
Patch9013: support-use-sm3-crypt-user-password.patch
|
Patch9013: support-use-sm3-crypt-user-password.patch
|
||||||
|
Patch9014: bugfix-with-use-local-kickstart-version.patch
|
||||||
|
|
||||||
%define dasbusver 1.3
|
%define dasbusver 1.3
|
||||||
%define dbusver 1.2.3
|
%define dbusver 1.2.3
|
||||||
@ -262,6 +263,11 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 11 2022 sunhai <sunhai10@huawei.com> - 36.16.5-2
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: use kickstart version with local pykickstart
|
||||||
|
|
||||||
* Tue Nov 08 2022 sunhai <sunhai10@huawei.com> - 36.16.5-1
|
* Tue Nov 08 2022 sunhai <sunhai10@huawei.com> - 36.16.5-1
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
24
bugfix-with-use-local-kickstart-version.patch
Normal file
24
bugfix-with-use-local-kickstart-version.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From d8f6a8f3e50ea99ed0c9b37da0e3803be7678693 Mon Sep 17 00:00:00 2001
|
||||||
|
From: sun_hai_10 <sunhai10@huawei.com>
|
||||||
|
Date: Fri, 11 Nov 2022 10:39:28 +0800
|
||||||
|
Subject: [PATCH] with use local kickstart version
|
||||||
|
|
||||||
|
---
|
||||||
|
pyanaconda/core/kickstart/version.py | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/pyanaconda/core/kickstart/version.py b/pyanaconda/core/kickstart/version.py
|
||||||
|
index 4170214..df743a6 100644
|
||||||
|
--- a/pyanaconda/core/kickstart/version.py
|
||||||
|
+++ b/pyanaconda/core/kickstart/version.py
|
||||||
|
@@ -18,6 +18,6 @@
|
||||||
|
# Red Hat, Inc.
|
||||||
|
#
|
||||||
|
|
||||||
|
-from pykickstart.version import F36 as VERSION
|
||||||
|
+from pykickstart.version import DEVEL as VERSION
|
||||||
|
|
||||||
|
__all__ = ["VERSION"]
|
||||||
|
--
|
||||||
|
2.23.0
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user