diff --git a/_service b/_service index 4a1f428..21932ff 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/fwupd/fwupd.git git @PARENT_TAG@+@TAG_OFFSET@ - 1.9.20 + 1.9.21 (.*)\+0 \1 diff --git a/fwupd-1.9.20.obscpio b/fwupd-1.9.20.obscpio deleted file mode 100644 index 64076b0..0000000 --- a/fwupd-1.9.20.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3c6c68ec4f17cd29aea496db606cc14fd4713164213c14eb27306a599ae5177 -size 18318861 diff --git a/fwupd-1.9.21.obscpio b/fwupd-1.9.21.obscpio new file mode 100644 index 0000000..75e7fb8 --- /dev/null +++ b/fwupd-1.9.21.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcee90af83542807f804a51406cca9bf39df6c9705547889f742895ec8b14415 +size 18368013 diff --git a/fwupd.changes b/fwupd.changes index f17e546..69f5298 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -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 + +- 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 diff --git a/fwupd.obsinfo b/fwupd.obsinfo index 103f213..be8d053 100644 --- a/fwupd.obsinfo +++ b/fwupd.obsinfo @@ -1,4 +1,4 @@ name: fwupd -version: 1.9.20 -mtime: 1716192981 -commit: 23bdf6df72b008270f14e513d3e802eef1b854ff +version: 1.9.21 +mtime: 1718296630 +commit: 930b0ed9110c4e36994aded9cfc520729c16234c diff --git a/fwupd.spec b/fwupd.spec index 0a938a0..a2f09d7 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -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