forked from pool/fwupd
Accepting request 625266 from Base:System
OBS-URL: https://build.opensuse.org/request/show/625266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=9
This commit is contained in:
commit
42d80d6541
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/1.0.6</param>
|
||||
<param name="revision">refs/tags/1.1.0</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/fwupd.git</param>
|
||||
<param name="changesrevision">d1b23e3c5a3582c9016dd5148438200219a05ad5</param></service></servicedata>
|
||||
<param name="changesrevision">9cc84a1b35839ceccaa41c0b5ef156d68bb55be4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ea5b9e76f19f72ff776daf67f68ec94df9e3bd22c363b5247532f9abd36314b
|
||||
size 1180040
|
3
fwupd-1.1.0.tar.xz
Normal file
3
fwupd-1.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4948f83c9c5e798765ca8e8fabc5ceb6d8536be083a579f5f1f5fc30c3f1e717
|
||||
size 1242116
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 09:23:22 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Run %udev_rules_update in post as package install udev rules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 12 09:19:58 UTC 2018 - oliver@getspam.de
|
||||
|
||||
- Update to version 1.1.0:
|
||||
+ New Features:
|
||||
- Add a initial Redfish support
|
||||
- Add a tool to mimic the original fwupdate CLI interface
|
||||
- Allow devices to assign a plugin from the quirk subsystem
|
||||
- Change the quirk file structure to be more efficient
|
||||
- Merge fwupdate functionality into fwupd
|
||||
- Run a plugin vfunc before and after all the composite devices are updated
|
||||
- Support more Wacom tablets
|
||||
+ Bugfixes:
|
||||
- Add release information for locked devices
|
||||
- Allow building with older meson
|
||||
- Detect the EFI system partition location at runtime
|
||||
- Do not use 8bitdo bootloader commands after a successful flash
|
||||
- Enable accesing downloaded files in flatpak and snap
|
||||
- Fix a potential buffer overflow when applying a DFU patch
|
||||
- Fix downgrading older releases to devices
|
||||
- Fix flashing devices that require a manual replug
|
||||
- Fix several small memory leaks in various places
|
||||
- Fix the retrieval of Redfish version
|
||||
- Fix unifying failure to detach when using a slow host controller
|
||||
- Set the Wacom device status when erasing and writing firmware
|
||||
- Show errors in the CLI if unable to access directory
|
||||
- Use the parent device name for Wacom sub-modules
|
||||
- Removed enable_pkcs7_when_testing_only.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 14:30:15 UTC 2018 - oliver@getspam.de
|
||||
|
||||
- Update to version 1.0.8:
|
||||
+ New Features (including version 1.0.7):
|
||||
- Add an plugin to update some future Wacom tablets
|
||||
- Add 'fwupdmgr get-topology' to show logical device tree
|
||||
- Add support for creating a flatpak
|
||||
- Add support for creating a snap
|
||||
- Add support for Motorola S-record files
|
||||
- Add the Linux Foundation public GPG keys for firmware and metadata
|
||||
- Show a translated warning when the server is limiting downloads
|
||||
- Add enable-remote and disable-remote commands to fwupdmgr
|
||||
- Add fu_plugin_add_compile_version() for libraries to use
|
||||
- Allow requiring specific versions of libraries for firmware updates
|
||||
- If no remotes are enabled try to enable the LVFS
|
||||
- Show a warning with interactive prompt when enabling a remote
|
||||
+ Bugfixes (including version 1.0.7):
|
||||
- Add a firmware diagnostic tool called fwupdtool
|
||||
- Adjust all licensing to LGPL 2.1+
|
||||
- Allow installing more than one firmware using 'fwupdmgr install'
|
||||
- Allow specifying hwids with OR relationships
|
||||
- Do not call fu_plugin_init() on blacklisted plugins
|
||||
- Do not require libcolorhug to build
|
||||
- Fix a crash in libfwupd where no device ID is set
|
||||
- Fix a potential DoS in libdfu by limiting holes to 1MiB
|
||||
- Fix a segfault that sometimes occurs during cleanup of USB plugins
|
||||
- Fix Hardware-ID{0,1,2,12} compatibility with Microsoft
|
||||
- Hide devices that aren't updatable by default in fwupdmgr
|
||||
- Search all UEFI GUIDs when matching hardware
|
||||
- Stop matching Nintendo Switch Pro in the 8bitdo plugin
|
||||
- Check that EFI system partition is mounted before update
|
||||
- Disable synapticsmst remote control on failure
|
||||
- Don't recoldplug thunderbolt to fix a flashing failure
|
||||
- Fix SQL error when running 'fwupdmgr clear-offline'
|
||||
- Improve the update report message
|
||||
- Only enumerate Dell Docks if the type is known
|
||||
- Only run certtool if a new enough gnutls is present
|
||||
- Prevent a client crash if the daemon somehow sends invalid data
|
||||
- Reboot after scheduling using logind not systemd
|
||||
- Use the right encoding for the label in make-images
|
||||
- Added/backported enable_pkcs7_when_testing_only.patch:
|
||||
+ needed to disable pkcs7 test during build (can be removed for
|
||||
fwupd >= 1.0.9)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 4 09:43:55 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
10
fwupd.spec
10
fwupd.spec
@ -22,7 +22,7 @@
|
||||
%bcond_with efi_fw_update
|
||||
%endif
|
||||
Name: fwupd
|
||||
Version: 1.0.6
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Allow session software to update device firmware
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -32,6 +32,7 @@ Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: dejavu-fonts
|
||||
BuildRequires: docbook-utils-minimal
|
||||
BuildRequires: gcab
|
||||
BuildRequires: gnu-efi
|
||||
# for certtool
|
||||
BuildRequires: gnutls
|
||||
BuildRequires: gobject-introspection
|
||||
@ -49,6 +50,7 @@ BuildRequires: python3-gobject-Gdk
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(appstream-glib) >= 0.5.10
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(colorhug) >= 1.2.12
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
|
||||
@ -74,7 +76,7 @@ BuildRequires: pkgconfig(valgrind)
|
||||
%if %{with efi_fw_update}
|
||||
BuildRequires: pkgconfig(efiboot)
|
||||
BuildRequires: pkgconfig(efivar)
|
||||
BuildRequires: pkgconfig(fwup) >= 5
|
||||
BuildRequires: pkgconfig(fwup) >= 10
|
||||
%endif
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: pkgconfig(libsmbios_c) >= 2.3.0
|
||||
@ -172,6 +174,7 @@ rm -fr %{buildroot}%{_datadir}/installed-tests
|
||||
%service_add_pre %{name}.service fwupd-offline-update.service
|
||||
|
||||
%post
|
||||
%udev_rules_update
|
||||
%service_add_post %{name}.service fwupd-offline-update.service
|
||||
|
||||
%postun
|
||||
@ -200,9 +203,11 @@ rm -fr %{buildroot}%{_datadir}/installed-tests
|
||||
%dir %{_sysconfdir}/pki/fwupd
|
||||
%dir %{_sysconfdir}/pki/fwupd-metadata
|
||||
%{_sysconfdir}/pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service
|
||||
%{_sysconfdir}/pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata
|
||||
%{_sysconfdir}/pki/fwupd-metadata/LVFS-CA.pem
|
||||
%{_sysconfdir}/pki/fwupd/GPG-KEY-Hughski-Limited
|
||||
%{_sysconfdir}/pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service
|
||||
%{_sysconfdir}/pki/fwupd/GPG-KEY-Linux-Foundation-Firmware
|
||||
%{_sysconfdir}/pki/fwupd/LVFS-CA.pem
|
||||
%{_udevrulesdir}/90-fwupd-devices.rules
|
||||
%{_libdir}/fwupd-plugins-3/
|
||||
@ -210,6 +215,7 @@ rm -fr %{buildroot}%{_datadir}/installed-tests
|
||||
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
|
||||
%dir %{_localstatedir}/lib/%{name}/
|
||||
%{_datadir}/bash-completion/completions/fwupdmgr
|
||||
%{_datadir}/bash-completion/completions/fwupdtool
|
||||
|
||||
%files -n dfu-tool
|
||||
%{_bindir}/dfu-tool
|
||||
|
Loading…
Reference in New Issue
Block a user