diff --git a/3.3.33-1.tar.gz b/3.3.33-1.tar.gz
deleted file mode 100644
index 398df3d..0000000
--- a/3.3.33-1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c2d7ae8914f2810d4377999c24d3839fa9a757a6ace59ff57ab366873161d38c
-size 679978
diff --git a/_service b/_service
new file mode 100644
index 0000000..4f4b344
--- /dev/null
+++ b/_service
@@ -0,0 +1,18 @@
+
+
+ https://codeberg.org/smxi/inxi.git
+ git
+ master
+ enable
+ inxi
+ @PARENT_TAG@+@TAG_OFFSET@
+ (.*)\+0
+ \1
+
+
+
+ *.tar
+ xz
+
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..52b23f8
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://codeberg.org/smxi/inxi.git
+ fe67add5ff6f4d5e996eb87bfeeca8d4ffc80a1c
\ No newline at end of file
diff --git a/inxi-3.3.33-1+3.obscpio b/inxi-3.3.33-1+3.obscpio
new file mode 100644
index 0000000..e891919
--- /dev/null
+++ b/inxi-3.3.33-1+3.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:68f49cdbf6c231db9f8355bb67b3033b07201d20cd4d8dfa5d542000627f4016
+size 2323980
diff --git a/inxi.changes b/inxi.changes
index f7a0749..bf6067f 100644
--- a/inxi.changes
+++ b/inxi.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Thu Apr 04 14:17:02 UTC 2024 - malcolmlewis@opensuse.org
+
+- Updated to version 3.3.33-1+3:
+ + A quick point release, one critical bug fix, and a few new
+ features and enhancements.
+ + Code cleanup.
+- Add service to pull from git and avoid tarball release.
+- Adjust spec file for service use.
+
-------------------------------------------------------------------
Wed Feb 7 12:32:44 UTC 2024 - malcolmlewis@opensuse.org
diff --git a/inxi.obsinfo b/inxi.obsinfo
new file mode 100644
index 0000000..490aa63
--- /dev/null
+++ b/inxi.obsinfo
@@ -0,0 +1,4 @@
+name: inxi
+version: 3.3.33-1+3
+mtime: 1711679904
+commit: fe67add5ff6f4d5e996eb87bfeeca8d4ffc80a1c
diff --git a/inxi.spec b/inxi.spec
index 1f67854..55b10cf 100644
--- a/inxi.spec
+++ b/inxi.spec
@@ -17,14 +17,14 @@
#
-%define _version 3.3.33-1
+%define _version 3.3.33-1+3
Name: inxi
-Version: 3.3.33
+Version: 3.3.33+3
Release: 0
Summary: A system information script
License: GPL-3.0-or-later
URL: https://codeberg.org/smxi/inxi
-Source: https://codeberg.org/smxi/inxi/archive/%{_version}.tar.gz#/%{_version}.tar.gz
+Source: %{name}-%{_version}.tar.xz
Requires: pciutils
Requires: procps
Requires: util-linux
@@ -55,17 +55,20 @@ infobash. The primary purpose of inxi is for support, and sys admin
use. inxi is used widely for forum and IRC support.
%prep
-%autosetup -n %{name}
+%autosetup -n %{name}-%{_version}
sed -i '/^#!/s/env \(.*\)$/\1/' %{name}
%build
-# Nothing to build.
+## Nothing to build.
%install
install -d -m 0755 %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
install -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+%check
+## Empty section added as per rpmlint report
+
%files
%license LICENSE.txt
%doc inxi.changelog README.txt