- Update to release v1.4.1
OBS-URL: https://build.opensuse.org/package/show/filesystems/bcachefs-tools?expand=0&rev=9
This commit is contained in:
parent
87d03f8d13
commit
9e1abdffff
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://evilpiepirate.org/git/bcachefs-tools.git</param>
|
||||
<param name="revision">v1.4.0</param>
|
||||
<param name="version">1.4.0</param>
|
||||
<param name="revision">v1.4.1</param>
|
||||
<param name="version">1.4.1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
|
BIN
bcachefs-tools-1.4.0.tar.xz
(Stored with Git LFS)
BIN
bcachefs-tools-1.4.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
bcachefs-tools-1.4.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
bcachefs-tools-1.4.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 01:54:34 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
- 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 <jsmithfpv@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user