10 Commits

Author SHA256 Message Date
c5ccbc62fb Accepting request 1317840 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1317840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libostree?expand=0&rev=52
2025-11-18 14:31:10 +00:00
c41a068fc2 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libostree?expand=0&rev=109 2025-11-14 15:53:45 +00:00
7032bb20c0 Accepting request 1303126 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1303126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libostree?expand=0&rev=51
2025-09-08 11:05:08 +00:00
015764fe46 libostree 2025.6
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libostree?expand=0&rev=107
2025-09-08 06:58:55 +00:00
dd40085edd Accepting request 1302014 from GNOME:Factory
libostree 2025.5 (forwarded request 1301883 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1302014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libostree?expand=0&rev=50
2025-09-01 15:16:35 +00:00
d726ff08fd Accepting request 1301883 from home:AndreasStieger:branches:GNOME:Factory
libostree 2025.5

OBS-URL: https://build.opensuse.org/request/show/1301883
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libostree?expand=0&rev=105
2025-08-30 11:59:25 +00:00
994308060d Accepting request 1295787 from GNOME:Factory
libostree 2025.4 (forwarded request 1295395 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1295787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libostree?expand=0&rev=49
2025-07-26 11:40:45 +00:00
95860e7eaa libostree 2025.4
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libostree?expand=0&rev=103
2025-07-25 14:40:40 +00:00
cc2e46cd70 Accepting request 1292318 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1292318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libostree?expand=0&rev=48
2025-07-15 14:41:29 +00:00
671933e29e - 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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libostree?expand=0&rev=101
2025-07-12 08:53:23 +00:00
4 changed files with 52 additions and 5 deletions

Binary file not shown.

3
libostree-2025.7.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af8d080b9585e7fd1faba8f022967e1c268ae62e20ecf32ee7b364c1e307570b
size 2134020

View File

@@ -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>

View File

@@ -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