diff --git a/_service b/_service
index 1dc7d43..e58ca9f 100644
--- a/_service
+++ b/_service
@@ -1,14 +1,14 @@
-
+
https://github.com/fwupd/fwupd.git
git
@PARENT_TAG@
- 1.7.2
+ 1.7.3
*.tar
xz
-
+
diff --git a/fwupd-1.7.2.obscpio b/fwupd-1.7.2.obscpio
deleted file mode 100644
index 9ee4c3b..0000000
--- a/fwupd-1.7.2.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:45847d80b8f0b684d88d4d395ef0374b04ed1d0b573f72c3fe82d9b47498f6bd
-size 13117453
diff --git a/fwupd-1.7.3.obscpio b/fwupd-1.7.3.obscpio
new file mode 100644
index 0000000..f8a7b19
--- /dev/null
+++ b/fwupd-1.7.3.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4520f2737f11db560723898d1bdbdd2622bc5ea2d309f45c0ff38f453a960bec
+size 13319181
diff --git a/fwupd.changes b/fwupd.changes
index 24920e5..0d3ffe9 100644
--- a/fwupd.changes
+++ b/fwupd.changes
@@ -1,3 +1,41 @@
+-------------------------------------------------------------------
+Tue Dec 21 11:56:17 UTC 2021 - Callum Farmer
+
+- Update to version 1.7.3:
+ * This release adds the following features:
+ + Add a sync-bkc subcommand to ensure a known set of firmware
+ versions
+ + Add FuArchiveFirmware for plugins that use archives as
+ firmware files
+ + Add quirkable page and sector size properties to FuCfiDevice
+ + Make Upower and powerd support optional
+ * This release fixes the following bugs:
+ + Add some sanity checks to the elanfp firmware parser
+ + Add the CFI JEDEC instance ID if using the vendor-extended
+ version
+ + Check the value range when parsing the quirk keys
+ + Do not wait for a USB runtime if will-disappear is set
+ + Enable the MOTD integration when using pam_motd
+ + Fix DFU regression when merging the FuProgress work
+ + Fix running the tests when fwupd is not installed
+ + Fix the GLib error message when inotify max_user_instances is
+ too low
+ + Fix VLI VL820Q7 detection to fix flashing of the Lenovo TBT3
+ dock
+ + Ignore a USB error for STM32 attach when the device goes away
+ + Make the HSI tests optional for embedded targets
+ + Make the plugin startup order deterministic
+ + Set Thunderbolt ports offline on host controller
+ + Use endian-safe version functions when enumerating Logitech
+ hardware
+ + Use lowercase flag names in intel-spi to prevent a runtime
+ warning
+ + Wait for the System76 Launch device to come back from DFU
+ mode
+ * This release adds support for the following hardware:
+ + Most Nordic Semiconductor nRF Secure devices
+- Fix build when not on TW: add BR protobuf-c
+
-------------------------------------------------------------------
Fri Dec 10 17:56:00 UTC 2021 - Hans-Peter Jansen
diff --git a/fwupd.obsinfo b/fwupd.obsinfo
index 530ec34..ff6b663 100644
--- a/fwupd.obsinfo
+++ b/fwupd.obsinfo
@@ -1,5 +1,5 @@
name: fwupd
-version: 1.7.2
-mtime: 1637315697
-commit: a15a50bc5cfdbcc41ae27308b8c5059a1829117b
+version: 1.7.3
+mtime: 1639397742
+commit: 054fb048605f2a529835631b9268669953993fe2
diff --git a/fwupd.spec b/fwupd.spec
index 42aa26f..e445bf3 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -37,7 +37,7 @@
%endif
Name: fwupd
-Version: 1.7.2
+Version: 1.7.3
Release: 0
Summary: Device firmware updater daemon
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -113,6 +113,9 @@ BuildRequires: pkgconfig(efivar) >= 33
%ifarch %{ix86} x86_64
BuildRequires: pkgconfig(libsmbios_c) >= 2.3.0
%endif
+%if 0%{?suse_version} < 1550
+BuildRequires: protobuf-c
+%endif
%if %{with efi_fw_update}
Obsoletes: dbxtool <= 8
Obsoletes: fwupdate <= 12