diff --git a/efivar.changes b/efivar.changes index e61d927..7efbf05 100644 --- a/efivar.changes +++ b/efivar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 11 16:37:24 UTC 2023 - Matej Cepl + +- We don’t mandoc at all after all (gh#rhboot/efivar#229 and + gh#rhboot/efivar#253). + ------------------------------------------------------------------- Fri Feb 10 07:21:31 UTC 2023 - Gary Ching-Pang Lin diff --git a/efivar.spec b/efivar.spec index d81d5bb..d346c92 100644 --- a/efivar.spec +++ b/efivar.spec @@ -31,7 +31,6 @@ Patch2: efivar-adjust-dependency.patch Patch3: efivar-filter-gcc-march.patch Patch4: efivar-bsc1206388-revamp-efi_well_known-variable-handling.patch BuildRequires: fdupes -BuildRequires: mandoc BuildRequires: pkgconfig BuildRequires: pkgconfig(popt) Requires: libefivar%{major} = %{version}-%{release} @@ -57,6 +56,9 @@ Development headers required to use libefivar. %prep %autosetup -p1 +# Avoid rebuilding gh#rhboot/efivar#229 and gh#rhboot/efivar#253 +mv -v docs/efisecdb.1{.mdoc,} + %build CFLAGS="%{optflags} -Wno-nonnull -flto" %ifarch ia64