diff --git a/_service b/_service
index d7edcb3..20c05cc 100644
--- a/_service
+++ b/_service
@@ -7,8 +7,8 @@
@PARENT_TAG@
enable
-
-
+
+
*.tar
xz
diff --git a/hypridle-0.1.1.tar.xz b/hypridle-0.1.1.tar.xz
deleted file mode 100644
index 2756bec..0000000
--- a/hypridle-0.1.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:94e5e7a196446ba337e591d376167075cb7dc5b147233b17f429d0443e3c9c2c
-size 11616
diff --git a/hypridle-0.1.2.obscpio b/hypridle-0.1.2.obscpio
new file mode 100644
index 0000000..59dc350
--- /dev/null
+++ b/hypridle-0.1.2.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7160b1e80419e0dabf458173633a71619799199f9e0c94502f73f05c65652fe5
+size 46602
diff --git a/hypridle.changes b/hypridle.changes
index 1446c49..aa67075 100644
--- a/hypridle.changes
+++ b/hypridle.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Mon Apr 22 23:05:09 UTC 2024 - Joshua Smith
+
+- Update to version 0.1.2:
+ * Add a -c|--config flag to set a config path
+ * Fix typo and check correct grandchild PID in spawn()
+ * Added systemd service
+ * fix systemd service install path
+ * fix systemd service exec path
+
-------------------------------------------------------------------
Thu Apr 4 21:39:19 UTC 2024 - Michal Hrusecky
diff --git a/hypridle.obsinfo b/hypridle.obsinfo
new file mode 100644
index 0000000..a5328bb
--- /dev/null
+++ b/hypridle.obsinfo
@@ -0,0 +1,4 @@
+name: hypridle
+version: 0.1.2
+mtime: 1713472482
+commit: 7cff4581a3753154fc5b41f39a098fad49b777b1
diff --git a/hypridle.spec b/hypridle.spec
index 4583fb3..79dfcfc 100644
--- a/hypridle.spec
+++ b/hypridle.spec
@@ -17,7 +17,7 @@
Name: hypridle
-Version: 0.1.1
+Version: 0.1.2
Release: 0
Summary: Hyprland's idle daemon
License: BSD-3-Clause
@@ -26,11 +26,11 @@ Source0: %{name}-%{version}.tar.xz
Source1: hypridle.conf
BuildRequires: cmake
BuildRequires: gcc-c++
+BuildRequires: pkg-config
BuildRequires: pkgconfig(hyprlang) >= 0.4.2
BuildRequires: pkgconfig(sdbus-c++)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
-BuildRequires: pkg-config
%description
Hyprland's idle daemon
@@ -54,6 +54,6 @@ install -Dm 0644 %{SOURCE1} %buildroot/%_docdir/%name/hypridle.conf.example
%license LICENSE
%doc README.md hypridle.conf.example
%{_bindir}/hypridle
+%{_userunitdir}/hypridle.service
%changelog
-