change pxe parse-kickstart version, and add patch with source

(cherry picked from commit e0214eb00b13333831ebf2c11e35d2ba56ecb6c9)
This commit is contained in:
sun_hai_10 2022-11-23 20:37:32 +08:00 committed by openeuler-sync-bot
parent 2261133722
commit ba5a347e09

View File

@ -1,7 +1,7 @@
%define _empty_manifest_terminate_build 0
Name: anaconda
Version: 36.16.5
Release: 4
Release: 5
Summary: Graphical system installer
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -9,6 +9,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
Source1: openeuler.conf
Source2: euleros.conf
Source3: hce.conf
Source4: disable-disk-encryption.patch
Patch9000: add-passwd-policy.patch
Patch9001: bugfix-GUI-nfs-unknown-error.patch
@ -149,6 +150,7 @@ runtime on NFS/HTTP/FTP servers or local disks.
%prep
%autosetup -n %{name}-%{version} -p1
sed -i 's/import F36/import DEVEL/g' %{_builddir}/%{name}-%{version}/dracut/parse-kickstart
%build
# use actual build-time release number, not tarball creation time release number
@ -266,6 +268,13 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Nov 23 2022 sunhai <sunhai10@huawei.com> - 36.16.5-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:pxe kickstart version with local pykickstart
and with build save patch by source4
* Mon Nov 21 2022 sunhai <sunhai10@huawei.com> - 36.16.5-4
- Type:bugfix
- ID:NA