From 0db0f7fc86f35d81a2b03a1964638580c11a20a9 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Mon, 9 Oct 2023 15:07:36 +0800 Subject: [PATCH 1/2] fix build error --- startdde.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/startdde.spec b/startdde.spec index f5919d0..f98ff58 100644 --- a/startdde.spec +++ b/startdde.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global _missing_build_ids_terminate_build 0 %global debug_package %{nil} @@ -48,7 +48,7 @@ Recommends: dde-qt5integration %{summary}. %prep -%setup -n %{name}-%{version} +%setup N %{name}-%{version} sed -i 's|/usr/lib/deepin-daemon|/usr/libexec/deepin-daemon|g' \ misc/auto_launch/chinese.json misc/auto_launch/default.json @@ -104,6 +104,9 @@ fi /usr/lib/deepin-daemon/greeter-display-daemon %changelog +* Mon Oct 09 2023 yangxianzhao - 5.9.61-1.03.2 +- fix build error + * Mon Aug 28 2023 yangxianzhao - 5.9.61-1.03.1 - Specification spec file -- Gitee From 99938749cbd7838958d128e3533ee542ed96f537 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Tue, 31 Oct 2023 14:24:47 +0800 Subject: [PATCH 2/2] fix build error --- startdde.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/startdde.spec b/startdde.spec index f98ff58..727abc6 100644 --- a/startdde.spec +++ b/startdde.spec @@ -15,6 +15,9 @@ Patch0: 0001-uos-startdde-fix-kvm-gpu-message-pci-error.patch Patch1: 0002-uos-startdde-rm-redshift.patch Patch2: 0003-uos-startdde-rm-message-greeter-BadMatch-error.patch +BuildRequires: gettext +BuildRequires: gettext-envsubst +BuildRequires: gettext-runtime BuildRequires: golang BuildRequires: jq BuildRequires: gocode @@ -48,7 +51,7 @@ Recommends: dde-qt5integration %{summary}. %prep -%setup N %{name}-%{version} +%setup -n %{name}-%{version} sed -i 's|/usr/lib/deepin-daemon|/usr/libexec/deepin-daemon|g' \ misc/auto_launch/chinese.json misc/auto_launch/default.json @@ -104,8 +107,8 @@ fi /usr/lib/deepin-daemon/greeter-display-daemon %changelog -* Mon Oct 09 2023 yangxianzhao - 5.9.61-1.03.2 -- fix build error +* Tue Oct 31 2023 yangxianzhao - 5.9.61-1.03.2 +- update BR * Mon Aug 28 2023 yangxianzhao - 5.9.61-1.03.1 - Specification spec file -- Gitee