diff --git a/libostree-2025.1.tar.xz b/libostree-2025.4.tar.xz similarity index 52% rename from libostree-2025.1.tar.xz rename to libostree-2025.4.tar.xz index 440eb0e1b2e2d0f4dacedc4268d258b89c56fb66..17e3e9326c3f721bb9d2ec33dea94bae573e52cb 100644 Binary files a/libostree-2025.1.tar.xz and b/libostree-2025.4.tar.xz differ diff --git a/ostree.spec b/ostree.spec index 83f4168334e1963c221f9d3139624823260c2e86..99f550752c1e973030130b82c33d8091a0a35e94 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,7 +1,7 @@ #needsrootforbuild Name: ostree -Version: 2025.1 -Release: 3 +Version: 2025.4 +Release: 1 Summary: A tool like git for operating system binaries License: LGPL-2.0-or-later URL: https://ostreedev.github.io/ostree/ @@ -64,7 +64,7 @@ The %{name}-devel package includes the header files for the %{name} library. %configure --with-selinux --with-curl --with-openssl \ --enable-gtk-doc \ --without-soup \ - --without-avahi \ + --without-avahi \ --with-dracut=yesbutnoconf %make_build @@ -107,6 +107,41 @@ The %{name}-devel package includes the header files for the %{name} library. %{_datadir}/gtk-doc/html/%{name} %changelog +* Wed Aug 06 2025 xuhe - 2025.4-1 +- Update version to 2025.4 +- docs: update Dockerfile +- configure: post-release version bump +- libotutil: Remove redundant import of prctl.h +- prepare-root: Log when we're mounting with verity required +- rust-bindings: upgrade gir and dependencies +- rust-bindings: Regenerate Bindings +- rust-bindings/tests: Display no longer implemented +- Cargo: bump MSRV, need c-string literals +- lib: Add missing Since annotations to two recent APIs +- rust: Regenerate with correct Since +- rust: Update to glib 0.20 +- zipl: remove 'sdboot' image before generating new one +- sepolicy: Add ostree_sepolicy_set_null_log +- libostree: add private dependencies to pkg-config +- libostree: remove unused libmount include +- core: Print which xattrs are not sorted +- commit: Add errprefix for bareuser metadata +- tests/basic: Add lots of user. xattrs +- core: canonicalize bare-user xattrs +- test-gpg-verify-result: Show what the result was before asserting about it +- boot: Drop ostree-finalize-staged.path +- Use fsfreeze_thaw_cycle(/boot) instead of fsync(/boot) +- Update introduction.md +- commit: Clarify that syncfs is of repo/tmp +- sign: Fix typo in error messages and comments +- sign: Use explicit_bzero to clear secret key material +- sign: Factor out logic to read key blobs +- sign: Add PEM reading facility +- tests: Use tap_ok/tap_end in test-signed-commit.sh +- sign: Support generic "spki" type of commit signatures +- tests/auto-prune: Don't go negative +- disabel avahi feature from configure makes it really disabled. + * Sat Feb 08 2025 Funda Wang - 2025.1-3 - disabel avahi feature from configure makes it really disabled