From 8084562a4967416305200b9987cf5b0138f1aea7 Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Sat, 23 Dec 2023 16:05:18 +0800 Subject: [PATCH] fix src rpmbuild no patch (cherry picked from commit 95fa945a7978a52eff2009fce9bec8ec8acf692a) --- anaconda.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index dc6377b..456eb93 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,12 +4,13 @@ %endif Name: anaconda Version: 33.19 -Release: 40 +Release: 41 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda Source0: https://github.com/rhinstaller/anaconda/archive/%{name}-%{version}.tar.bz2 Source1: openeuler.conf +Source2: disable-disk-encryption.patch Patch6000: Fix-hiding-of-network-device-activation-switch.patch @@ -351,6 +352,12 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Sat Dec 23 2023 sunhai - 33.19-41 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix src rpmbuild with no patch of disable-disk-encryption + * Sat Dec 23 2023 sunhai - 33.19-40 - Type:bugfix - ID:NA