From f856bf0c2bbc9ebfc9a41b69bd32133ecfac0e57 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:06:18 +0800 Subject: [PATCH] update code --- efivar.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/efivar.spec b/efivar.spec index e9af400..4e5390a 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,12 +1,12 @@ Name: efivar Version: 37 -Release: 1 +Release: 2 Summary: Tools and libraries to work with EFI variables License: LGPLv2.1 URL: https://github.com/rhboot/%{name} Source0: https://github.com/rhboot/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 -BuildRequires: popt-devel glibc-static libabigail +BuildRequires: popt-devel glibc-static Provides: %{name}-libs Obsoletes: %{name}-libs @@ -53,5 +53,11 @@ Development titles to use libefivar must be included. %{_mandir}/man3/* %changelog +* Thu Oct 17 2019 openEuler Buildteam - 37-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:remove the libabigail in buildRequires. + * Mon Sep 2 2019 openEuler Buildteam - 37-1 - Package init