27 lines
823 B
Diff
27 lines
823 B
Diff
|
From 2a05511a070a56c720710b4f0410dc73b4c9b6d3 Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Jones <pjones@redhat.com>
|
||
|
Date: Wed, 2 Apr 2014 10:04:52 -0400
|
||
|
Subject: [PATCH 01/22] Filenames and github - the worst of both worlds.
|
||
|
|
||
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||
|
---
|
||
|
efibootmgr.spec | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/efibootmgr.spec b/efibootmgr.spec
|
||
|
index bd2eed0..39a5be5 100644
|
||
|
--- a/efibootmgr.spec
|
||
|
+++ b/efibootmgr.spec
|
||
|
@@ -16,7 +16,7 @@ BuildRequires: efivar-libs efivar-devel
|
||
|
Conflicts: elilo < 3.6-6
|
||
|
Obsoletes: elilo < 3.6-6
|
||
|
|
||
|
-Source0: https://github.com/vathpela/%{name}/archive/%{version}.tar.bz2
|
||
|
+Source0: https://github.com/vathpela/%{name}/archive/%{name}-%{version}.tar.bz2
|
||
|
|
||
|
%description
|
||
|
%{name} displays and allows the user to edit the Intel Extensible
|
||
|
--
|
||
|
1.9.3
|
||
|
|