From 571153a4d15928ac802ae1252dd54bf96e0a72d6 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Sat, 16 Jul 2022 15:04:08 +0800 Subject: [PATCH] spec: add provides and requires Signed-off-by: Zhao Hang --- dbxtool.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dbxtool.spec b/dbxtool.spec index 6b64ecc..69cc9de 100644 --- a/dbxtool.spec +++ b/dbxtool.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 Name: dbxtool Version: 8 Release: 5%{anolis_release}%{?dist}.2 @@ -11,12 +11,15 @@ BuildRequires: efivar-devel >= 31-3 Requires: efivar >= 31-3 Requires(post): systemd Requires(preun):systemd +Requires: glibc Source0: https://github.com/vathpela/dbxtool/releases/download/dbxtool-%{version}/dbxtool-%{version}.tar.bz2 Patch0000: %{name}-8-ccldflags.patch Patch0001: 0001-don-t-use-f-in-dbxtool.service.patch Patch0002: 0002-Make-quiet-exit-on-missing-PK-KEK-not-return-error-s.patch Patch0003: 0003-fix-relop-in-esl_iter_next.patch +Provides: /usr/bin/%{name} + %description This package contains DBX updates for UEFI Secure Boot. @@ -57,6 +60,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING %{_unitdir}/dbxtool.service %changelog +* Sat Jul 16 2022 Zhao Hang - 8-5.0.2.2 +- Add provides and requires + * Thu Sep 23 2021 Liwei Ge - 8-5.0.1.2 - Support loongarch64 platform -- Gitee