diff --git a/libostree-2024.7.tar.xz b/libostree-2024.8.tar.xz similarity index 53% rename from libostree-2024.7.tar.xz rename to libostree-2024.8.tar.xz index 56a6d2409110b3cb029de0ff878b4a267a8aff1b..02c147ab6d4b3a80e19e07c850e8b931af6ec245 100644 Binary files a/libostree-2024.7.tar.xz and b/libostree-2024.8.tar.xz differ diff --git a/ostree.spec b/ostree.spec index 29b00e82064ad782a35cdaf25963d2be5199cd5b..43a6c325796a7b48c9b95404fdd48127f6aadb25 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,23 +1,36 @@ #needsrootforbuild Name: ostree -Version: 2024.7 +Version: 2024.8 Release: 1 Summary: A tool like git for operating system binaries -License: LGPLv2+ +License: LGPL-2.0-or-later URL: https://ostreedev.github.io/ostree/ Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz - -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: make git libsoup3-devel libattr-devel attr libcap-devel gobject-introspection-devel -%if %{with tests} -BuildRequires: pkgconfig(libsoup-3.0) -%endif - +BuildRequires: gcc make +BuildRequires: autoconf automake libtool +BuildRequires: pkgconfig(avahi-client) >= 0.6.31 +BuildRequires: pkgconfig(avahi-glib) >= 0.6.31 +BuildRequires: pkgconfig(bash-completion) +BuildRequires: pkgconfig(e2p) +BuildRequires: pkgconfig(fuse3) >= 3.1.1 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.66.0 +BuildRequires: pkgconfig(gpg-error) +BuildRequires: pkgconfig(gpgme) >= 1.8.0 +BuildRequires: pkgconfig(libarchive) >= 2.8.0 +BuildRequires: pkgconfig(libcrypto) >= 1.0.1 +BuildRequires: pkgconfig(libcurl) >= 7.29.0 +BuildRequires: pkgconfig(liblzma) >= 5.0.5 +BuildRequires: pkgconfig(libselinux) >= 2.1.13 +BuildRequires: pkgconfig(libsystemd) +BuildRequires: pkgconfig(mount) >= 2.23.0 +BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(zlib) +BuildRequires: bison +BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc +BuildRequires: /usr/bin/xsltproc +BuildRequires: /usr/sbin/grub2-mkconfig Requires: dracut systemd-units gnupg2 %ifarch x86_64 @@ -30,7 +43,6 @@ Requires: grub2-efi Provides: ostree-libs ostree-grub2 Provides: ostree-libs%{?_isa} = %{version}-%{release} -#Obsoletes: ostree-libs ostree-grub2 %description This project is now known as "libostree", though it is still appropriate to use the previous name: "OSTree" @@ -52,9 +64,9 @@ 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 \ +%configure --with-selinux --with-curl --with-openssl \ + --enable-gtk-doc \ --without-soup \ - %{?with_tests:--with-soup3} %{?!with_tests:--without-soup3} %{?with_tests:--enable-installed-tests=exclusive} \ --with-dracut=yesbutnoconf %make_build @@ -76,13 +88,13 @@ env NOCONFIGURE=1 ./autogen.sh %{_datadir}/%{name} %{_datadir}/bash-completion/*/* %{_prefix}/lib/dracut/modules.d/98ostree -%{_prefix}/lib/systemd/system-generators/* -%{_prefix}/lib/systemd/system/* -%{_prefix}/lib/tmpfiles.d/* +%{_systemdgeneratordir}/* +%{_unitdir}/* +%{_tmpfilesdir}/* %{_prefix}/lib/%{name} -%{_libexecdir}/lib%{name}/* +%{_libexecdir}/lib%{name} %{_sysconfdir}/%{name} -%{_libdir}/*.so.1* +%{_libdir}/*.so.* %{_libdir}/girepository-1.0/* %{_sysconfdir}/grub.d/* @@ -93,14 +105,18 @@ env NOCONFIGURE=1 ./autogen.sh %{_datadir}/gir-1.0/*.gir %files help -%{_mandir}/man*/{ostree,rofiles}*.gz +%{_mandir}/man?/* +%{_datadir}/gtk-doc/html/%{name} %changelog +* Sun Sep 22 2024 Funda Wang - 2024.8-1 +- update to 2024.8 + * Thu Aug 15 2024 dillon chen - 2024.7-1 -- update to 2024.7 +- update to 2024.7 * Fri Jul 5 2024 warlcok - 2024.6-1 -- update to 2024.6 +- update to 2024.6 * Fri Mar 15 2024 xuhe - 2024.5-1 - update to 2024.5 diff --git a/ostree.yaml b/ostree.yaml index bf49cd067e4b3459d623b8d4b52e8f326e1927c0..08b08fd1726ce0b895de102137168d510b10f628 100644 --- a/ostree.yaml +++ b/ostree.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: ostreedev/ostree tag_prefix: ^v -seperator: . +separator: .