From ef4d759abf7d31c103a4a4bbe17720f6f556d520abf020600a0613b62effa244 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Jan 2021 13:39:20 +0000 Subject: [PATCH 1/3] - switch to https:// urls (+ spec-cleaner) OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=39 --- gnu-efi.changes | 5 +++++ gnu-efi.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/gnu-efi.changes b/gnu-efi.changes index 6289cbb..69c6a1a 100644 --- a/gnu-efi.changes +++ b/gnu-efi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 4 13:20:45 UTC 2021 - Dirk Müller + +- switch to https:// urls (+ spec-cleaner) + ------------------------------------------------------------------- Mon Sep 14 07:52:03 UTC 2020 - Dirk Mueller diff --git a/gnu-efi.spec b/gnu-efi.spec index e18a0ac..c0fcd7a 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,7 +1,7 @@ # # spec file for package gnu-efi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,12 +22,11 @@ Release: 0 Summary: Library for EFI Applications License: BSD-3-Clause AND GPL-2.0-or-later Group: Development/Libraries/Other -URL: http://sourceforge.net/projects/gnu-efi -Source: http://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2 +URL: https://sourceforge.net/projects/gnu-efi +Source: https://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2 Source1: %{name}-rpmlintrc BuildRequires: kernel-source -BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: ia64 %ix86 x86_64 aarch64 %arm +ExclusiveArch: ia64 %{ix86} x86_64 aarch64 %{arm} %description Library to develop EFI applications for IA-64 (IPF), IA-32 (x86), x86_64, @@ -42,7 +41,7 @@ environment. ## DO NOT ADD RPM OPT FLAGS! THIS DOES NOT BUILD AGAINST GLIBC ## ########################## -make %{?_smp_mflags} LINUX_HEADERS=%{_prefix}/src/linux +%make_build LINUX_HEADERS=%{_prefix}/src/linux %install make install INSTALLROOT=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix} From 41a29bcc9059822a2398b819707f2ad4a302037f666880efa9fd7dc244148215 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Jan 2021 15:25:26 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=40 --- gnu-efi.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index c0fcd7a..43ebaf5 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -41,7 +41,8 @@ environment. ## DO NOT ADD RPM OPT FLAGS! THIS DOES NOT BUILD AGAINST GLIBC ## ########################## -%make_build LINUX_HEADERS=%{_prefix}/src/linux +# Trick spec-cleaner in avoiding a make_build expansion +%{_bindir}/make %{?_smp_mflags} LINUX_HEADERS=%{_prefix}/src/linux %install make install INSTALLROOT=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix} From 9bb46533fa1a9b650363829fe326d4d198d6f17af0eb7263f3c9a459d397f63d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 8 Jan 2021 03:05:42 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=41 --- gnu-efi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index 43ebaf5..a7aa766 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -23,7 +23,7 @@ Summary: Library for EFI Applications License: BSD-3-Clause AND GPL-2.0-or-later Group: Development/Libraries/Other URL: https://sourceforge.net/projects/gnu-efi -Source: https://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2 +Source: https://download.sourceforge.net/project/gnu-efi/gnu-efi-%{version}.tar.bz2 Source1: %{name}-rpmlintrc BuildRequires: kernel-source ExclusiveArch: ia64 %{ix86} x86_64 aarch64 %{arm}