diff --git a/libostree-2024.5.tar.xz b/libostree-2024.6.tar.xz similarity index 52% rename from libostree-2024.5.tar.xz rename to libostree-2024.6.tar.xz index 3ed96960eeb2ac2fa88acd2f13024a7086ed8608..d18b7615a5c9d555c9b575cdc75e7584531c4fb3 100644 Binary files a/libostree-2024.5.tar.xz and b/libostree-2024.6.tar.xz differ diff --git a/ostree.spec b/ostree.spec index 43e53854391f1657c8d0914d82fd1983f6be625a..5095d6605554cd1860e251308bf59cbdf3335772 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,10 +1,10 @@ #needsrootforbuild Name: ostree -Version: 2024.5 +Version: 2024.6 Release: 1 Summary: A tool like git for operating system binaries License: LGPLv2+ -URL: https://ostree.readthedocs.io/en/latest/ +URL: https://ostreedev.github.io/ostree/ Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz @@ -14,6 +14,9 @@ BuildRequires: pkgconfig(libselinux) pkgconfig(libcrypto) pkgconfig(fuse) pkgco BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml libxslt BuildRequires: gtk-doc elfutils-extra BuildRequires: make git libsoup3-devel libattr-devel attr libcap-devel gobject-introspection-devel +%if %{with tests} +BuildRequires: pkgconfig(libsoup-3.0) +%endif Requires: dracut systemd-units gnupg2 @@ -27,7 +30,7 @@ Requires: grub2-efi Provides: ostree-libs ostree-grub2 Provides: ostree-libs%{?_isa} = %{version}-%{release} -Obsoletes: ostree-libs ostree-grub2 +#Obsoletes: ostree-libs ostree-grub2 %description This project is now known as "libostree", though it is still appropriate to use the previous name: "OSTree" @@ -50,16 +53,15 @@ 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 + --without-soup \ + %{?with_tests:--with-soup3} %{?!with_tests:--without-soup3} %{?with_tests:--enable-installed-tests=exclusive} \ + --with-dracut=yesbutnoconf %make_build %install %make_install %delete_la -%check -make check - %post %systemd_post ostree-remount.service @@ -83,8 +85,6 @@ make check %{_libdir}/*.so.1* %{_libdir}/girepository-1.0/* %{_sysconfdir}/grub.d/* -%{_libexecdir}/lib%{name}/grub2* -%exclude %{_libexecdir}/lib%{name}/*httpd %files devel %{_libdir}/*.so @@ -96,6 +96,9 @@ make check %{_mandir}/man*/{ostree,rofiles}*.gz %changelog +* Fri Jul 5 2024 warlcok - 2024.6-1 +- update to 2024.6 + * Fri Mar 15 2024 xuhe - 2024.5-1 - update to 2024.5