diff --git a/anaconda.spec b/anaconda.spec index 5ad9c3b..b7c648b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 36.16.5-4 - Type:bugfix - ID:NA