diff --git a/_service b/_service index 739cbe0..a7be3a7 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ git https://evilpiepirate.org/git/bcachefs-tools.git - v24 - 24 + v1.3.5 + 135 v?(.*) diff --git a/bcachefs-tools-135.tar.xz b/bcachefs-tools-135.tar.xz new file mode 100644 index 0000000..d5e4bd8 --- /dev/null +++ b/bcachefs-tools-135.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c4a8c540465c85adc6a935b68f2b52777c6ee120310721be153134b9578822 +size 728432 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..7026f76 100644 --- a/bcachefs-tools.changes +++ b/bcachefs-tools.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Dec 3 02:10:44 UTC 2023 - Joshua Smith + +- Removal of .so and related code as upstream no longer builds it. +- Update to v1.3.5 (135): + * Bugfix release + * Update from latest kernel bcachefs sources, pulling in fixes + for deleted_inodes btree in particular + * cmd_version now works properly + * Fix build on 32 bit + * Assorted build fixes for 32 bit. + * 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 + * Updated bcachefs sources because + bucket_gens btree + ------------------------------------------------------------------- Tue May 30 08:19:24 UTC 2023 - Jan Engelhardt diff --git a/bcachefs-tools.spec b/bcachefs-tools.spec index 3fe9054..c5c3408 100644 --- a/bcachefs-tools.spec +++ b/bcachefs-tools.spec @@ -17,7 +17,7 @@ Name: bcachefs-tools -Version: 24 +Version: 135 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