Blame SOURCES/0001-Do-not-use-the-LVFS.patch

af0569
From 58369cde7db9e086a5dd0be4a5c49703d686a02f Mon Sep 17 00:00:00 2001
af0569
From: Richard Hughes <richard@hughsie.com>
af0569
Date: Mon, 8 May 2017 19:10:57 +0100
af0569
Subject: [PATCH] Do not use the LVFS
af0569
af0569
---
af0569
 data/fwupd.conf | 3 ++-
af0569
 1 file changed, 2 insertions(+), 1 deletion(-)
af0569
af0569
diff --git a/data/fwupd.conf b/data/fwupd.conf
af0569
index 158f112..45a4412 100644
af0569
--- a/data/fwupd.conf
af0569
+++ b/data/fwupd.conf
af0569
@@ -4,7 +4,8 @@
af0569
 #
af0569
 # If you want to use testing firmware then change this value to:
af0569
 #    https://s3.amazonaws.com/lvfsbucket/downloads/firmware-testing.xml.gz
af0569
-DownloadURI=https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz
af0569
+#DownloadURI=https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz
af0569
+DownloadURI=
af0569
 
af0569
 # If we should verify option ROM images
af0569
 EnableOptionROM=true
af0569
-- 
af0569
2.12.2
af0569