From c677458ef5f4bb9103205be6b965b0bd70ba12f2 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 14 Dec 2023 16:48:32 +0800 Subject: [PATCH] rebuild --- dbxtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dbxtool.spec b/dbxtool.spec index 4ee02a7..f8befcc 100644 --- a/dbxtool.spec +++ b/dbxtool.spec @@ -1,4 +1,4 @@ -%define anolis_release 6 +%define anolis_release 7 Name: dbxtool Version: 8 Release: %{anolis_release}%{?dist} @@ -12,7 +12,7 @@ BuildRequires: make Requires: efivar-libs >= 33-3 Requires(post): systemd Requires(preun):systemd -Source0: https://github.com/vathpela/dbxtool/releases/download/dbxtool-%{version}/dbxtool-%{version}.tar.bz2 +Source0: https://github.com/rhboot/dbxtool/releases/download/dbxtool-%{version}/dbxtool-%{version}.tar.bz2 Patch0000: %{name}-8-ccldflags.patch Patch0001: 0001-fix-definition-error.patch @@ -46,6 +46,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING %{_unitdir}/dbxtool.service %changelog +* Thu Dec 14 2023 mgb01105731 - 8-7 +- rebuild + * Sun Jan 1 2023 Funda Wang - 8-6 - Bump release for upgrading from anolis 8 -- Gitee