Use the non-beta download URL prefix

This commit is contained in:
Richard Hughes 2015-08-19 20:34:00 +01:00
parent f4543befbb
commit 5f52be5419
2 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From 0dfeb67305f43dc56fd7fadb04e63645dd6adcc1 Mon Sep 17 00:00:00 2001
From: Richard Hughes <richard@hughsie.com>
Date: Wed, 19 Aug 2015 20:21:03 +0100
Subject: [PATCH] Use the new secure metadata URI
We're out of beta testing stage now...
---
data/fwupd.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/fwupd.conf b/data/fwupd.conf
index 32b2ab5..a10a3d1 100644
--- a/data/fwupd.conf
+++ b/data/fwupd.conf
@@ -1,7 +1,7 @@
[fwupd]
# The download URI to use for LVFS metadata
-DownloadURI=https://beta-lvfs.rhcloud.com/downloads/firmware.xml.gz
+DownloadURI=https://secure-lvfs.rhcloud.com/downloads/firmware.xml.gz
# If we should verify option ROM images
EnableOptionROM=true
--
2.4.3

View File

@ -1,11 +1,14 @@
Summary: Firmware update daemon
Name: fwupd
Version: 0.1.5
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
URL: https://github.com/hughsie/fwupd
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
# Backported from upstream
Patch0: 0001-Use-the-new-secure-metadata-URI.patch
BuildRequires: docbook-utils
BuildRequires: gettext
BuildRequires: glib2-devel
@ -53,6 +56,7 @@ You probably don't need this package unless you're implementing a LVFS clone.
%prep
%setup -q
%patch0 -p1 -b .non-beta
%build
%configure \
@ -128,6 +132,9 @@ getent passwd fwsignd >/dev/null || \
%{_datadir}/gir-1.0/*.gir
%changelog
* Wed Aug 19 2015 Richard Hughes <richard@hughsie.com> 0.1.5-2
- Use the non-beta download URL prefix
* Wed Aug 12 2015 Richard Hughes <richard@hughsie.com> 0.1.5-1
- New upstream release
- Add a Raspberry Pi firmware provider