From 48ec5455cc3cb70beca4abad66d04611dbab9dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Mon, 9 Dec 2024 10:34:24 +0800 Subject: [PATCH] include all patches in the source package. --- anaconda.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index 851a9b9..d888396 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 44 +Release: 45 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -12,9 +12,7 @@ Source3: hce.conf Source4: disable-disk-encryption.patch Source5: nestos.conf -%ifarch sw_64 Patch6001: anaconda-33.19.sw.patch -%endif Patch9000: add-passwd-policy.patch Patch9001: bugfix-GUI-nfs-unknown-error.patch @@ -191,7 +189,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 rm -rvf ./configure @@ -327,6 +331,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Dec 06 2024 shenzhongwei - 36.16.5-45 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:include all patches in the source package. + * Wed Dec 2024 sunhai - 36.16.5-44 - Type:bugfix - ID:NA -- Gitee