Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c5ccbc62fb | |||
| c41a068fc2 | |||
| 7032bb20c0 | |||
| 015764fe46 | |||
| dd40085edd | |||
| d726ff08fd | |||
| 994308060d | |||
| 95860e7eaa | |||
| cc2e46cd70 | |||
| 671933e29e |
BIN
libostree-2025.2.tar.xz
LFS
BIN
libostree-2025.2.tar.xz
LFS
Binary file not shown.
3
libostree-2025.7.tar.xz
Normal file
3
libostree-2025.7.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af8d080b9585e7fd1faba8f022967e1c268ae62e20ecf32ee7b364c1e307570b
|
||||
size 2134020
|
||||
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 19:21:18 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 2025.7:
|
||||
+ Support using composefs signatures also with bootc commits
|
||||
+ status: Include deployment index in JSON output
|
||||
+ Fix various things around signatures and their use in rust
|
||||
+ deploy: Use delete_if_present in can_soft_reboot
|
||||
+ prepare-root: Fix crash if no valid signatures
|
||||
+ documentation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 7 13:13:05 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 2025.6:
|
||||
+ Deduplicate repo+sysroot syncfs logic
|
||||
+ libostree: remove OSTREE_SUPPRESS_SYNCFS
|
||||
+ ostree-finalize-staged.service: RequiresMountsFor=/etc
|
||||
+ fix: double free in checkout_tree_at_recurse
|
||||
+ Add ostree-shutdown.service: hide /sysroot and make /etc read-only
|
||||
+ Move dracut module from 98 ordering to the recommended 50 ordering
|
||||
+ Rework mounts to fix sysroot.mount umount
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 06:32:54 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 2025.5:
|
||||
+ Fix ostree boot links getting out of sync
|
||||
+ soft-reboot: Also handle /boot
|
||||
+ Fix path to aboot.cfg in BLS files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 19:32:10 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 2025.4:
|
||||
+ ostree-prepare-root: remove duplicate transient directory
|
||||
+ Add root.transient-ro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 21:21:16 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- Update to version 2025.3:
|
||||
+ preparations for soft-reboot
|
||||
+ admin status gets json output
|
||||
+ config set now validates and rolls back if invalid
|
||||
+ bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 4 10:59:54 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
%bcond_without ed25519
|
||||
%bcond_with tests
|
||||
Name: libostree
|
||||
Version: 2025.2
|
||||
Version: 2025.7
|
||||
Release: 0
|
||||
Summary: Git for operating system binaries
|
||||
License: LGPL-2.0-or-later
|
||||
@@ -201,7 +201,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%dir %{_libexecdir}/libostree
|
||||
%{_prefix}/lib/ostree/ostree-prepare-root
|
||||
%{_prefix}/lib/ostree/ostree-remount
|
||||
%{_dracutmodulesdir}/98ostree/
|
||||
%{_dracutmodulesdir}/50ostree/
|
||||
%{_unitdir}/ostree-prepare-root.service
|
||||
%{_unitdir}/ostree-remount.service
|
||||
%{_unitdir}/ostree-finalize-staged.service
|
||||
|
||||
Reference in New Issue
Block a user