trim changelog to user relevant changes
reset version number OBS-URL: https://build.opensuse.org/package/show/filesystems/bcachefs-tools?expand=0&rev=5
This commit is contained in:
parent
9d9ed4539b
commit
f9c9f7815a
9
_service
9
_service
@ -1,14 +1,13 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://evilpiepirate.org/git/bcachefs-tools.git</param>
|
<param name="url">https://evilpiepirate.org/git/bcachefs-tools.git</param>
|
||||||
<param name="revision">v1.3.5</param>
|
<param name="revision">v1.3.5</param>
|
||||||
<param name="versionformat">135</param>
|
<param name="version">1.3.5</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="manual"/>
|
||||||
</services>
|
</services>
|
||||||
|
BIN
bcachefs-tools-1.3.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
bcachefs-tools-1.3.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
bcachefs-tools-135.tar.xz
(Stored with Git LFS)
BIN
bcachefs-tools-135.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,14 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 3 02:10:44 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
Sun Dec 3 02:10:44 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||||
|
|
||||||
- Removal of .so and related code as upstream no longer builds it.
|
- Update to v1.3.5:
|
||||||
- Update to v1.3.5 (135):
|
|
||||||
* Bugfix release
|
|
||||||
* Update from latest kernel bcachefs sources, pulling in fixes
|
* Update from latest kernel bcachefs sources, pulling in fixes
|
||||||
for deleted_inodes btree in particular
|
for deleted_inodes btree in particular
|
||||||
* cmd_version now works properly
|
* 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
|
* fixes for cmd_format, pick the same bucket size for all devices
|
||||||
for the sake of erasure coding
|
for the sake of erasure coding
|
||||||
* rebalance_work point release
|
* rebalance_work point release
|
||||||
@ -22,8 +18,6 @@ Sun Dec 3 02:10:44 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
|||||||
* Rip out code for storing backpointers in alloc keys
|
* Rip out code for storing backpointers in alloc keys
|
||||||
* Fragmentation LRU
|
* Fragmentation LRU
|
||||||
* Rework LRU btree
|
* Rework LRU btree
|
||||||
* Updated bcachefs sources because
|
|
||||||
bucket_gens btree
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 30 08:19:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue May 30 08:19:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bcachefs-tools
|
Name: bcachefs-tools
|
||||||
Version: 135
|
Version: 1.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Configuration utilities for bcachefs
|
Summary: Configuration utilities for bcachefs
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user