public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Michael <fedora.dm0@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/erofs-utils] rawhide: Update to version 1.9.2
Date: Thu, 02 Jul 2026 15:32:44 GMT [thread overview]
Message-ID: <178300636425.1.14993922496379954343.rpms-erofs-utils-799a7533d670@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/erofs-utils
Branch : rawhide
Commit : 799a7533d6701576d5c678c3ef249253a21000f5
Author : David Michael <fedora.dm0@gmail.com>
Date : 2026-07-02T11:25:06-04:00
Stats : +13/-8 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/erofs-utils/c/799a7533d6701576d5c678c3ef249253a21000f5?branch=rawhide
Log:
Update to version 1.9.2
... (fedora#2496365)
---
diff --git a/erofs-utils.spec b/erofs-utils.spec
index 6b5c75c..076a808 100644
--- a/erofs-utils.spec
+++ b/erofs-utils.spec
@@ -11,17 +11,18 @@
%bcond qpl %[ 0%{?fedora} >= 41 && "%{_arch}" == "x86_64" ]
%bcond s3 %[ %{with curl} && %{with libxml2} && %{with openssl} ]
%bcond selinux 1
+%bcond ublk %[ 0%{?fedora} >= 35 || 0%{?rhel} >= 9 ]
%bcond uuid 1
%bcond xxhash 1
%bcond zlib 1
%bcond zstd 1
Name: erofs-utils
-Version: 1.9.1
-Release: 2%{?dist}
+Version: 1.9.2
+Release: 1%{?dist}
Summary: Utilities for working with EROFS
-License: GPL-2.0-only AND GPL-2.0-or-later AND (GPL-2.0-only OR Apache-2.0) AND (GPL-2.0-or-later OR Apache-2.0) AND (GPL-2.0-only OR BSD-2-Clause) AND (GPL-2.0-or-later OR BSD-2-Clause) AND MIT AND Unlicense
+License: GPL-2.0-only AND (BSD-2-Clause OR GPL-2.0-only) AND (BSD-2-Clause OR GPL-2.0-or-later) AND (GPL-2.0-or-later OR MIT) AND MIT AND Unlicense
URL: https://erofs.docs.kernel.org/
Source: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/%{name}-%{version}.tar.gz
@@ -40,6 +41,7 @@ BuildRequires: make
%{?with_openssl:BuildRequires: pkgconfig(openssl)}
%{?with_qpl:BuildRequires: pkgconfig(qpl) >= 1.5.0}
%{?with_selinux:BuildRequires: pkgconfig(libselinux)}
+%{?with_ublk:BuildRequires: pkgconfig(liburing) >= 2.0}
%{?with_uuid:BuildRequires: pkgconfig(uuid)}
%{?with_xxhash:BuildRequires: pkgconfig(libxxhash)}
%{?with_zlib:BuildRequires: pkgconfig(zlib)}
@@ -83,7 +85,7 @@ autoreconf -fi
--%{?with_libxml2:with}%{!?with_libxml2:without}-libxml2 \
--%{?with_lz4:enable}%{!?with_lz4:disable}-lz4 \
--%{?with_lzma:enable}%{!?with_lzma:disable}-lzma \
- --%{?with_oci:enable}%{!?with_oci:disable}-oci \
+ --%{?with_oci:enable}%{!?with_oci:disable}-{fanotify,oci} \
--%{?with_openssl:with}%{!?with_openssl:without}-openssl \
--%{?with_qpl:with}%{!?with_qpl:without}-qpl \
--%{?with_s3:enable}%{!?with_s3:disable}-s3 \
@@ -107,19 +109,22 @@ autoreconf -fi
%{_mandir}/man1/fsck.erofs.1*
%{_mandir}/man1/mkfs.erofs.1*
%{_mandir}/man8/mount.erofs.8*
-%doc AUTHORS ChangeLog README docs/PERFORMANCE.md docs/compress-hints.example
-%license LICENSES/Apache-2.0 LICENSES/GPL-2.0 LICENSES/MIT
+%doc AUTHORS ChangeLog README docs/compress-hints.example
+%license LICENSES/GPL-2.0 LICENSES/MIT
%if %{with fuse}
%files -n erofs-fuse
%{_bindir}/erofsfuse
%{_mandir}/man1/erofsfuse.1*
%doc AUTHORS ChangeLog README
-%license LICENSES/Apache-2.0 LICENSES/GPL-2.0 LICENSES/MIT
+%license LICENSES/GPL-2.0 LICENSES/MIT
%endif
%changelog
+* Thu Jul 02 2026 David Michael <fedora.dm0@gmail.com> - 1.9.2-1
+- Update to the 1.9.2 release.
+
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.9.1-2
- Rebuilt for openssl 4.0
diff --git a/sources b/sources
index 2233253..192da86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (erofs-utils-1.9.1.tar.gz) = c66ac253e319886fc41e96813de2edb4281317df6477a8ea71a4af49d5750991964347d533a9be825daf2320370141859e3643c52abbac6bfabdd477f7365ebf
+SHA512 (erofs-utils-1.9.2.tar.gz) = 53e30341013ec50f30ea39630482bd3f2e80304f3cb4db16bccf90432c2c9ac9e5bd59d01fc5d34042e62270cb15aadf7c2637fab2959ee27844290d9f33b5b9
reply other threads:[~2026-07-02 15:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178300636425.1.14993922496379954343.rpms-erofs-utils-799a7533d670@fedoraproject.org \
--to=fedora.dm0@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox