diff --git a/anaconda.spec b/anaconda.spec index fb0062225e96b40633133f78405250ecf451b35a..4c4c7eb5ec50189ac0cfe5be3691f016291e2bd0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 38 +Release: 39 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -12,9 +12,9 @@ Source3: hce.conf Source4: disable-disk-encryption.patch Source5: nestos.conf -%ifarch sw_64 +##%ifarch sw_64 Patch6001: anaconda-33.19.sw.patch -%endif +##%endif Patch9000: add-passwd-policy.patch Patch9001: bugfix-GUI-nfs-unknown-error.patch @@ -184,7 +184,13 @@ options. This includes driver disks, kickstarts, and finding the anaconda runtime on NFS/HTTP/FTP servers or local disks. %prep -%autosetup -n %{name}-%{version} -p1 +%setup -n %{name}-%{version} + +%ifarch sw_64 +%patch 6001 -p1 +%endif + +%autopatch -m6002 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -318,6 +324,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Dec 06 2024 shenzhongwei - 36.16.5-39 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:include all patches in the source package. + * Tue Aug 20 2024 songmingliang - 36.16.5-38 - Type:bugfix - ID:NA