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