From 15adedc604ea66b7c4fcece68cd20dfcccc55c2c Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Wed, 6 May 2020 15:59:00 +0800 Subject: [PATCH 1/3] Increase fwupd yaml --- fwupd.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fwupd.yaml diff --git a/fwupd.yaml b/fwupd.yaml new file mode 100644 index 0000000..d592a16 --- /dev/null +++ b/fwupd.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: fwupd/fwupd +tag_prefix: "^v" +seperator: "." -- Gitee From 25d9db78c0ade55b18b6c9098da99d4cda0b2795 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Thu, 7 May 2020 09:36:25 +0800 Subject: [PATCH 2/3] Increase fwupd yaml --- fwupd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fwupd.yaml b/fwupd.yaml index d592a16..fb78232 100644 --- a/fwupd.yaml +++ b/fwupd.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: fwupd/fwupd -tag_prefix: "^v" -seperator: "." +tag_prefix: ^ +seperator: . -- Gitee From 5a466a8a2d10557e72e9c9ab6fd946765b747c27 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Jun 2020 15:01:48 +0800 Subject: [PATCH 3/3] remove sign for fwupd efi --- fwupd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index 661ddd4..252dff3 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -4,12 +4,12 @@ %endif %ifarch x86_64 aarch64 -%bcond_without uefi +%bcond_with uefi %endif Name: fwupd Version: 1.2.9 -Release: 2 +Release: 3 Summary: Make updating firmware on Linux automatic, safe and reliable License: LGPLv2+ URL: https://github.com/fwupd/fwupd/releases @@ -174,6 +174,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg %{_datadir}/man/man1/* %changelog +* Fri Jun 5 2020 Senlin Xia - 1.2.9-3 +- remove sign for fwupd efi + * Mon Dec 9 2019 openEuler Buildteam - 1.2.9-2 - Solve build problem of x86 -- Gitee