- We don’t mandoc at all after all (gh#rhboot/efivar#229 and
gh#rhboot/efivar#253). OBS-URL: https://build.opensuse.org/package/show/Base:System/efivar?expand=0&rev=56
This commit is contained in:
parent
0b217cd632
commit
f6c772eb73
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 11 16:37:24 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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 <glin@suse.com>
|
Fri Feb 10 07:21:31 UTC 2023 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ Patch2: efivar-adjust-dependency.patch
|
|||||||
Patch3: efivar-filter-gcc-march.patch
|
Patch3: efivar-filter-gcc-march.patch
|
||||||
Patch4: efivar-bsc1206388-revamp-efi_well_known-variable-handling.patch
|
Patch4: efivar-bsc1206388-revamp-efi_well_known-variable-handling.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: mandoc
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(popt)
|
BuildRequires: pkgconfig(popt)
|
||||||
Requires: libefivar%{major} = %{version}-%{release}
|
Requires: libefivar%{major} = %{version}-%{release}
|
||||||
@ -57,6 +56,9 @@ Development headers required to use libefivar.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
# Avoid rebuilding gh#rhboot/efivar#229 and gh#rhboot/efivar#253
|
||||||
|
mv -v docs/efisecdb.1{.mdoc,}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags} -Wno-nonnull -flto"
|
CFLAGS="%{optflags} -Wno-nonnull -flto"
|
||||||
%ifarch ia64
|
%ifarch ia64
|
||||||
|
Loading…
Reference in New Issue
Block a user