diff --git a/_service b/_service
new file mode 100644
index 0000000..15cef35
--- /dev/null
+++ b/_service
@@ -0,0 +1,19 @@
+
+
+
+ git
+ https://gitlab.gnome.org/GNOME/libsecret.git
+ 0.21.4
+ @PARENT_TAG@+@TAG_OFFSET@
+ v?(.*)\+0
+ \1
+
+
+
+
+ *.tar
+ zst
+
+
+
+
diff --git a/libsecret-0.21.2.tar.xz b/libsecret-0.21.2.tar.xz
deleted file mode 100644
index 7126522..0000000
--- a/libsecret-0.21.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e4a341496a0815e64c8d3b8fabab33d7bae7efdeab77b843669731d5b181dcee
-size 194440
diff --git a/libsecret-0.21.4.obscpio b/libsecret-0.21.4.obscpio
new file mode 100644
index 0000000..963598d
--- /dev/null
+++ b/libsecret-0.21.4.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:06780863d0f5e1b9631a00998d18aaf7774d5529411c2e14f47da94496d9227b
+size 1965068
diff --git a/libsecret.changes b/libsecret.changes
index ea45173..0aede44 100644
--- a/libsecret.changes
+++ b/libsecret.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Sun Feb 25 15:27:56 UTC 2024 - Dominique Leuenberger
+
+- Update to version 0.21.4:
+ + file-backend: Subscribe before calling dbus.
+ + meson: Fix crypto option being silently ignored.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 12 15:28:34 UTC 2024 - Dominique Leuenberger
+
+- Update to version 0.21.3:
+ + Port PAM module from gnome-keyring.
+ + secret-tool: Fix memory issues in lock command.
+
-------------------------------------------------------------------
Fri Dec 15 11:33:09 UTC 2023 - Dominique Leuenberger
@@ -8,7 +23,7 @@ Fri Dec 15 11:33:09 UTC 2023 - Dominique Leuenberger
UTF-8.
+ Fix markup syntax for SecretSchema.
+ Public secret_attributes_validate method.
- + Updated translations.
+ + Updated translations.
-------------------------------------------------------------------
Tue Nov 28 10:58:59 UTC 2023 - Dominique Leuenberger
diff --git a/libsecret.obsinfo b/libsecret.obsinfo
new file mode 100644
index 0000000..8d8188c
--- /dev/null
+++ b/libsecret.obsinfo
@@ -0,0 +1,4 @@
+name: libsecret
+version: 0.21.4
+mtime: 1708682003
+commit: 6b5a6c28afc6dd93c232a4907a87c881079ff91b
diff --git a/libsecret.spec b/libsecret.spec
index 139cca4..33b832f 100644
--- a/libsecret.spec
+++ b/libsecret.spec
@@ -1,7 +1,7 @@
#
# spec file for package libsecret
#
-# 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,12 +18,12 @@
%define have_lang 1
Name: libsecret
-Version: 0.21.2
+Version: 0.21.4
Release: 0
Summary: Library for accessing the Secret Service API
License: LGPL-2.1-or-later
URL: https://wiki.gnome.org/Projects/Libsecret
-Source0: https://download.gnome.org/sources/libsecret/0.21/%{name}-%{version}.tar.xz
+Source0: %{name}-%{version}.tar.zst
Source99: baselibs.conf
## SLE-only patches start at 1000
@@ -90,7 +90,8 @@ secrets. It communicates with the "Secret Service" using DBus.
%endif
%prep
-%setup -q
+%autosetup -N
+
%if 0%{?sle_version}
%patch -P 1000 -p1
%endif