diff --git a/_service b/_service
index 57ee244..8f1ed1e 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
git
https://evilpiepirate.org/git/bcachefs-tools.git
- v1.4.0
- 1.4.0
+ v1.4.1
+ 1.4.1
*.tar
diff --git a/bcachefs-tools-1.4.0.tar.xz b/bcachefs-tools-1.4.0.tar.xz
deleted file mode 100644
index ed0a282..0000000
--- a/bcachefs-tools-1.4.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0cd3101496aa6ece69dfe5d7997005256f844a4fa7e777015eeac75d581e06b6
-size 743712
diff --git a/bcachefs-tools-1.4.1.tar.xz b/bcachefs-tools-1.4.1.tar.xz
new file mode 100644
index 0000000..c8ed76f
--- /dev/null
+++ b/bcachefs-tools-1.4.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0313c50d461217fe22593839e576372b0ec25a567749751d82874938aee063f6
+size 749312
diff --git a/bcachefs-tools.changes b/bcachefs-tools.changes
index 0087d76..de7c6f7 100644
--- a/bcachefs-tools.changes
+++ b/bcachefs-tools.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Fri Jan 19 01:54:34 UTC 2024 - Joshua Smith
+
+- Delete use_libexec_not_lib.patch (merged)
+- Update to release v1.4.1
+ * fix cmd_fsck, "bad mount option read-only"
+ * now open block devices with O_EXCL
+
-------------------------------------------------------------------
Tue Jan 9 03:46:53 UTC 2024 - Joshua Smith
diff --git a/bcachefs-tools.spec b/bcachefs-tools.spec
index 8e5b0a7..d76d72b 100644
--- a/bcachefs-tools.spec
+++ b/bcachefs-tools.spec
@@ -17,14 +17,13 @@
Name: bcachefs-tools
-Version: 1.4.0
+Version: 1.4.1
Release: 0
Summary: Configuration utilities for bcachefs
License: GPL-2.0-or-later
Group: System/Filesystems
URL: https://bcachefs.org/
Source: %name-%version.tar.xz
-Patch0: use_libexec_not_lib.patch
BuildRequires: libaio-devel
BuildRequires: pkg-config
BuildRequires: xz
@@ -43,7 +42,7 @@ BuildRequires: pkgconfig(zlib)
Bcachefs is a filesystem for Linux, with an emphasis on reliability
and robustness.
-* Copy on write (COW) - like zfs or btrfs
+* Copy on write (COW) like zfs or btrfs
* Full data and metadata checksumming
* Multiple devices
* Replication
@@ -86,5 +85,6 @@ rm -Rf "%buildroot/etc/initramfs-tools" "%buildroot/%_datadir/initramfs-tools"
%_udevrulesdir/64-bcachefs.rules
%_mandir/man8/*.8*
%license COPYING
+%doc doc/bcachefs-principles-of-operation.tex
%changelog