forked from pool/fwupd
Accepting request 635573 from home:jengelh:branches:Base:System
- Use noun phrase for summary. Trim request for comments from description. OBS-URL: https://build.opensuse.org/request/show/635573 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=34
This commit is contained in:
parent
f1ce4c03f0
commit
4be6afbbda
@ -32,6 +32,12 @@ Thu Sep 13 09:23:44 UTC 2018 - Nico Kruber <nico.kruber@gmail.com>
|
||||
- Rewrite the unifying plugin to use the new daemon-provided functionality
|
||||
- Show a time estimate on the progressbar after an update has started
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 10 11:45:07 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase for summary. Trim request for comments from
|
||||
description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 7 21:35:47 UTC 2018 - Nico Kruber <nico.kruber@gmail.com>
|
||||
|
||||
|
26
fwupd.spec
26
fwupd.spec
@ -24,7 +24,7 @@
|
||||
Name: fwupd
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
Summary: Allow session software to update device firmware
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/Management
|
||||
URL: https://fwupd.org/
|
||||
@ -83,10 +83,8 @@ BuildRequires: pkgconfig(libsmbios_c) >= 2.3.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
fwupd is a simple daemon to allow session software to update device firmware on
|
||||
your local machine. It's designed for desktops, but this project is probably
|
||||
quite interesting for phones, tablets and server farms, so I'd be really happy
|
||||
if this gets used on other non-desktop hardware.
|
||||
fwupd is a daemon to allows session software to update device firmware on
|
||||
the local machine.
|
||||
|
||||
You can either use a GUI software manager like GNOME Software to view and apply
|
||||
updates, the command line tool or the system D-Bus interface directly.
|
||||
@ -97,20 +95,16 @@ Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libfwupd2
|
||||
fwupd is a simple daemon to allow session software to update device firmware on
|
||||
your local machine. It's designed for desktops, but this project is probably
|
||||
quite interesting for phones, tablets and server farms, so I'd be really happy
|
||||
if this gets used on other non-desktop hardware.
|
||||
fwupd is a daemon to allows session software to update device firmware on
|
||||
the local machine.
|
||||
|
||||
%package -n typelib-1_0-Fwupd-2_0
|
||||
Summary: GObject-introspection bindings for libfwupd
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-Fwupd-2_0
|
||||
fwupd is a simple daemon to allow session software to update device firmware on
|
||||
your local machine. It's designed for desktops, but this project is probably
|
||||
quite interesting for phones, tablets and server farms, so I'd be really happy
|
||||
if this gets used on other non-desktop hardware.
|
||||
fwupd is a daemon to allows session software to update device firmware on
|
||||
the local machine.
|
||||
|
||||
%package -n dfu-tool
|
||||
Summary: Generic tool Device Firmware Upgrade (DFU) tool
|
||||
@ -125,10 +119,8 @@ Group: Development/Languages/C and C++
|
||||
Requires: libfwupd2 = %{version}
|
||||
|
||||
%description devel
|
||||
fwupd is a simple daemon to allow session software to update device firmware on
|
||||
your local machine. It's designed for desktops, but this project is probably
|
||||
quite interesting for phones, tablets and server farms, so I'd be really happy
|
||||
if this gets used on other non-desktop hardware.
|
||||
fwupd is a daemon to allows session software to update device firmware on
|
||||
the local machine.
|
||||
|
||||
%lang_package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user