diff --git a/_service b/_service
index 739cbe0..4dca374 100644
--- a/_service
+++ b/_service
@@ -1,14 +1,13 @@
-
+
git
https://evilpiepirate.org/git/bcachefs-tools.git
- v24
- 24
- v?(.*)
+ v1.3.5
+ 1.3.5
-
+
*.tar
xz
-
+
diff --git a/bcachefs-tools-1.3.5.tar.xz b/bcachefs-tools-1.3.5.tar.xz
new file mode 100644
index 0000000..bf3aa68
--- /dev/null
+++ b/bcachefs-tools-1.3.5.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b12eb8bfb2887056248bfd28351e0be8e5a05ba8462d05d00643bb87b354421
+size 727252
diff --git a/bcachefs-tools-24.tar.xz b/bcachefs-tools-24.tar.xz
deleted file mode 100644
index 52fec19..0000000
--- a/bcachefs-tools-24.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d5a1e71631020d36c905942c67f5dcd19ceb93a1caf7c3c377b879d4c0991670
-size 670824
diff --git a/bcachefs-tools.changes b/bcachefs-tools.changes
index e29254b..3fd8537 100644
--- a/bcachefs-tools.changes
+++ b/bcachefs-tools.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Sun Dec 3 02:10:44 UTC 2023 - Joshua Smith
+
+- Update to v1.3.5:
+ * Update from latest kernel bcachefs sources, pulling in fixes
+ for deleted_inodes btree in particular
+ * cmd_version now works properly
+ * fixes for cmd_format, pick the same bucket size for all devices
+ for the sake of erasure coding
+ * rebalance_work point release
+ * Fix race in closure_sync()
+ * Updated bcachefs sources because
+ bcachefs_metadata_version_deleted_inodes
+ * Snapshot depth, skiplist fields
+ * Updated bcachefs sources because
+ bcachefs_metadata_version_major_minor
+ * Fix quotas + snapshots
+ * Rip out code for storing backpointers in alloc keys
+ * Fragmentation LRU
+ * Rework LRU btree
+
-------------------------------------------------------------------
Tue May 30 08:19:24 UTC 2023 - Jan Engelhardt
diff --git a/bcachefs-tools.spec b/bcachefs-tools.spec
index 3fe9054..3236f5d 100644
--- a/bcachefs-tools.spec
+++ b/bcachefs-tools.spec
@@ -17,7 +17,7 @@
Name: bcachefs-tools
-Version: 24
+Version: 1.3.5
Release: 0
Summary: Configuration utilities for bcachefs
License: GPL-2.0-or-later
@@ -61,19 +61,13 @@ This package contains utilities for creating and mounting bcachefs.
%make_build NO_RUST=1 EXTRA_CFLAGS="%optflags"
%install
-b="%buildroot"
%make_install PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir" NO_RUST=1
-if [ "%_lib" != lib ]; then
- mkdir -p "$b/%_libdir"
- mv "$b/usr/lib/"*.so "$b/%_libdir/"
-fi
# this ain't no debian
-rm -Rf "$b/etc/initramfs-tools" "$b/%_datadir/initramfs-tools"
+rm -Rf "%buildroot/etc/initramfs-tools" "%buildroot/%_datadir/initramfs-tools"
%files
%_sbindir/*bcache*
%_mandir/man8/*.8*
-%_libdir/libbcachefs.so
%license COPYING
%changelog