diff --git a/_service b/_service
deleted file mode 100644
index 15cef35..0000000
--- a/_service
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- 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.4.obscpio b/libsecret-0.21.4.obscpio
deleted file mode 100644
index 963598d..0000000
--- a/libsecret-0.21.4.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:06780863d0f5e1b9631a00998d18aaf7774d5529411c2e14f47da94496d9227b
-size 1965068
diff --git a/libsecret.changes b/libsecret.changes
index 0aede44..ea45173 100644
--- a/libsecret.changes
+++ b/libsecret.changes
@@ -1,18 +1,3 @@
--------------------------------------------------------------------
-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
@@ -23,7 +8,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
deleted file mode 100644
index 8d8188c..0000000
--- a/libsecret.obsinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-name: libsecret
-version: 0.21.4
-mtime: 1708682003
-commit: 6b5a6c28afc6dd93c232a4907a87c881079ff91b
diff --git a/libsecret.spec b/libsecret.spec
index 33b832f..139cca4 100644
--- a/libsecret.spec
+++ b/libsecret.spec
@@ -1,7 +1,7 @@
#
# spec file for package libsecret
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2023 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.4
+Version: 0.21.2
Release: 0
Summary: Library for accessing the Secret Service API
License: LGPL-2.1-or-later
URL: https://wiki.gnome.org/Projects/Libsecret
-Source0: %{name}-%{version}.tar.zst
+Source0: https://download.gnome.org/sources/libsecret/0.21/%{name}-%{version}.tar.xz
Source99: baselibs.conf
## SLE-only patches start at 1000
@@ -90,8 +90,7 @@ secrets. It communicates with the "Secret Service" using DBus.
%endif
%prep
-%autosetup -N
-
+%setup -q
%if 0%{?sle_version}
%patch -P 1000 -p1
%endif