diff --git a/libostree-2023.5.tar.xz b/libostree-2024.4.tar.xz similarity index 52% rename from libostree-2023.5.tar.xz rename to libostree-2024.4.tar.xz index 4ce6a946d2a870c82ac682cf5effd99058737376..a4dc3d74a3de897279912f8984fe7ab8673f29c4 100644 Binary files a/libostree-2023.5.tar.xz and b/libostree-2024.4.tar.xz differ diff --git a/ostree.spec b/ostree.spec index 864e04920c116d67f8cebbd4c9a6bbd33e2851b9..ba6b0be5f3b34c442ee2f37725a25f00dd03d338 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,23 +1,23 @@ #needsrootforbuild Name: ostree -Version: 2023.5 -Release: 4 -Summary: A tool like git for operating system binaries -License: LGPLv2+ +Version: 2024.4 +Release: 1 +Summary: Tool for managing bootable, immutable filesystem trees +License: LGPL-2.0-or-later URL: https://ostree.readthedocs.io/en/latest/ Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz -Patch9000: Do-not-run-testcase-test-libarvhive-import-because-selinux-is-off.patch -Patch9001: skip-updating-the-preference.patch -Patch9002: skip-if-etc-mtab-is-not-a-symlink-of-proc-self-mounts.patch +#Patch9000: Do-not-run-testcase-test-libarvhive-import-because-selinux-is-off.patch +#Patch9001: skip-updating-the-preference.patch +#Patch9002: skip-if-etc-mtab-is-not-a-symlink-of-proc-self-mounts.patch Patch9003: remove-specific-cc-in-automake.patch -Patch9004: do-fusermount-lazy-unmount.patch +#Patch9004: do-fusermount-lazy-unmount.patch -BuildRequires: bison autoconf automake libtool gobject-introspection-devel pkgconfig(liblzma) docbook-xsl -BuildRequires: pkgconfig(e2p) pkgconfig(zlib) pkgconfig(libcurl) pkgconfig(libsoup-2.4) gpgme-devel -BuildRequires: pkgconfig(libselinux) pkgconfig(libcrypto) pkgconfig(fuse) pkgconfig(libsystemd) -BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml libxslt -BuildRequires: gtk-doc elfutils-extra +BuildRequires: bison autoconf automake libtool pkgconfig(liblzma) +BuildRequires: pkgconfig(e2p) pkgconfig(zlib) pkgconfig(libcurl) pkgconfig(libsoup-3.0) gpgme-devel +BuildRequires: pkgconfig(libselinux) pkgconfig(fuse3) pkgconfig(libsystemd) +BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) +BuildRequires: gtk-doc attr libattr-devel Requires: dracut systemd-units gnupg2 %ifarch x86_64 Requires: grub2 @@ -52,15 +52,13 @@ The %{name}-devel package includes the header files for the %{name} library. %build env NOCONFIGURE=1 ./autogen.sh %configure --with-selinux --with-curl --with-openssl --disable-silent-rules \ - --with-dracut=yesbutnoconf + --with-soup3 --with-dracut=yesbutnoconf %make_build %install %make_install %delete_la -%check -make check %post %systemd_post ostree-remount.service @@ -98,6 +96,9 @@ make check %{_mandir}/man*/{ostree,rofiles}*.gz %changelog +* Tue Apr 16 2024 duyiwei - 2024.4-1 +- upgrade version to 2024.4 + * Mon Nov 27 2023 jiahua.yu - 2023.5-4 - init support for ppc64le