diff --git a/_servicedata b/_servicedata
index 718181b..0e67f68 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/pesign-obs-integration.git
- 4699910cf20591bcf3d06e42189ad8cb1326ab08
\ No newline at end of file
+ 66e0493f3c49c661bd9a81a7cf0f0a252c18ed03
\ No newline at end of file
diff --git a/pesign-obs-integration-10.2+git20230612.4699910.obscpio b/pesign-obs-integration-10.2+git20230612.4699910.obscpio
deleted file mode 100644
index 7c72c1f..0000000
--- a/pesign-obs-integration-10.2+git20230612.4699910.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:57194a4533d7b95ad6ccc0332351b6ece5cc30984d8b13644a07a42e57c5d6ef
-size 138763
diff --git a/pesign-obs-integration-10.2+git20230612.4699910.tar.gz b/pesign-obs-integration-10.2+git20230612.4699910.tar.gz
deleted file mode 100644
index 5b392d1..0000000
--- a/pesign-obs-integration-10.2+git20230612.4699910.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:74043950aab273c549b16baad5368808e8069ec4eb4fd3c94716036f0b7f7f54
-size 40703
diff --git a/pesign-obs-integration-10.2+git20240723.d344d91.obscpio b/pesign-obs-integration-10.2+git20240723.d344d91.obscpio
new file mode 100644
index 0000000..44b871f
--- /dev/null
+++ b/pesign-obs-integration-10.2+git20240723.d344d91.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e438b35b08d69197461ee2e7f4fa641a0d08493e30e87ae0578eedda1d91ce78
+size 140299
diff --git a/pesign-obs-integration-10.2+git20240723.d344d91.tar.gz b/pesign-obs-integration-10.2+git20240723.d344d91.tar.gz
new file mode 100644
index 0000000..01371d9
--- /dev/null
+++ b/pesign-obs-integration-10.2+git20240723.d344d91.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f1351385f1e49dd60ff7d27cee87bcc6e0fc30b9d681b87e86873751b34133f2
+size 40971
diff --git a/pesign-obs-integration.changes b/pesign-obs-integration.changes
index 1a8c151..1159e85 100644
--- a/pesign-obs-integration.changes
+++ b/pesign-obs-integration.changes
@@ -1,3 +1,26 @@
+-------------------------------------------------------------------
+Tue Jul 23 06:05:14 UTC 2024 - jlee@suse.com
+
+- Update to version 10.2+git20240723.d344d91:
+ * Quote % signs in scripts
+ * Export also a VCS tag
+ * specfile: Change license to OR-LATER
+ * specfile: Update rpm constructs
+ * spec.in: Add changelog tag
+ * spec.in: Don't copy changes to OTHER
+ * spec.in: Use SPDX license
+
+-------------------------------------------------------------------
+Fri Feb 16 13:05:01 UTC 2024 - jlee@suse.com
+
+- Update to version 10.2+git20240216.1e15ef4:
+ * Create changes file for reproducible build
+ * Add support for authenticated uefi variables
+ * Allow to dump the pkcs7 signed data as well
+ * Add -N option to add a NULL param to the digest algo definitions
+ * Add -C option to include certificates in the PKCS7 signature
+ * spec.in: fix rpmlint warnings
+
-------------------------------------------------------------------
Thu Jun 22 13:11:39 UTC 2023 - Joey Lee
diff --git a/pesign-obs-integration.obsinfo b/pesign-obs-integration.obsinfo
index 2c335f0..ae4cf65 100644
--- a/pesign-obs-integration.obsinfo
+++ b/pesign-obs-integration.obsinfo
@@ -1,4 +1,4 @@
name: pesign-obs-integration
-version: 10.2+git20230612.4699910
-mtime: 1686546992
-commit: 4699910cf20591bcf3d06e42189ad8cb1326ab08
+version: 10.2+git20240723.d344d91
+mtime: 1721714332
+commit: d344d9110bccb0a7e9a6809f7a2ee9680961a747
diff --git a/pesign-obs-integration.spec b/pesign-obs-integration.spec
index 66a1e51..36aba8f 100644
--- a/pesign-obs-integration.spec
+++ b/pesign-obs-integration.spec
@@ -1,7 +1,7 @@
#
# spec file for package pesign-obs-integration
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
Name: pesign-obs-integration
-Version: 10.2+git20230612.4699910
+Version: 10.2+git20240723.d344d91
Release: 0
Summary: Macros and scripts to sign the kernel and bootloader
-License: GPL-2.0-only
+License: GPL-2.0-or-later
Group: Development/Tools/Other
URL: https://en.opensuse.org/openSUSE:UEFI_Image_File_Sign_Tools
-Source: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.gz
BuildRequires: openssl
Requires: fipscheck
Requires: mozilla-nss-tools
@@ -40,8 +40,7 @@ This package provides scripts and rpm macros to automate signing of the
boot loader, kernel and kernel modules in the openSUSE Buildservice.
%prep
-%setup -q -D
-%autopatch -p1
+%autosetup -p1
%build