forked from pool/fwupd
Accepting request 1180932 from Base:System
- remove dependency on /usr/bin/python3 using %python3_fix_shebang_path macro, [bsc#1212476] - Update to version 1.9.21: + This release adds the following features: - Add a fwupd.conf option to ignore CHID requirements for development. + This release fixes the following bugs: - Allow loading Wacom device flags from metadata. - Check for needs-shutdown like we do needs-reboot. - Fix updating the Aerox 3 Wireless Mouse. + This release adds support for the following hardware: - Synaptics Carrera devices. - Wacom Movink devices. OBS-URL: https://build.opensuse.org/request/show/1180932 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=82
This commit is contained in:
commit
e999e0392c
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="revision">1.9.20</param>
|
||||
<param name="revision">1.9.21</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3c6c68ec4f17cd29aea496db606cc14fd4713164213c14eb27306a599ae5177
|
||||
size 18318861
|
3
fwupd-1.9.21.obscpio
Normal file
3
fwupd-1.9.21.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcee90af83542807f804a51406cca9bf39df6c9705547889f742895ec8b14415
|
||||
size 18368013
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 12:47:11 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- remove dependency on /usr/bin/python3 using
|
||||
%python3_fix_shebang_path macro, [bsc#1212476]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 07:23:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.9.21:
|
||||
+ This release adds the following features:
|
||||
- Add a fwupd.conf option to ignore CHID requirements for
|
||||
development.
|
||||
+ This release fixes the following bugs:
|
||||
- Allow loading Wacom device flags from metadata.
|
||||
- Check for needs-shutdown like we do needs-reboot.
|
||||
- Fix updating the Aerox 3 Wireless Mouse.
|
||||
+ This release adds support for the following hardware:
|
||||
- Synaptics Carrera devices.
|
||||
- Wacom Movink devices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 07:51:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.9.20
|
||||
mtime: 1716192981
|
||||
commit: 23bdf6df72b008270f14e513d3e802eef1b854ff
|
||||
version: 1.9.21
|
||||
mtime: 1718296630
|
||||
commit: 930b0ed9110c4e36994aded9cfc520729c16234c
|
||||
|
@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.9.20
|
||||
Version: 1.9.21
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -287,6 +287,10 @@ rm -fr %{buildroot}%{_datadir}/installed-tests
|
||||
rm -fr %{buildroot}%{_datadir}/fish
|
||||
%endif
|
||||
|
||||
%if %{suse_version} >= 1600
|
||||
%python3_fix_shebang_path %{buildroot}%{_datadir}/%{name}/*
|
||||
%endif
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user