public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/udisks2] rawhide: * Thu Aug 06 2026 Tomas Bzatek <tbzatek@redhat.com> - 2.11.2-1
@ 2026-08-06 15:36 Tomas Bzatek
  0 siblings, 0 replies; only message in thread
From: Tomas Bzatek @ 2026-08-06 15:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/udisks2
            Branch : rawhide
            Commit : d15091ac2c8016330a81de72ca8e47d1ee239f6a
            Author : Tomas Bzatek <tbzatek@redhat.com>
            Date   : 2026-08-06T17:35:49+02:00
            Stats  : +7/-39 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/udisks2/c/d15091ac2c8016330a81de72ca8e47d1ee239f6a?branch=rawhide

            Log:
            * Thu Aug 06 2026 Tomas Bzatek <tbzatek@redhat.com> - 2.11.2-1
- Version 2.11.2

---
diff --git a/.gitignore b/.gitignore
index f1e025e..9b451cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /udisks-2.10.91.tar.bz2
 /udisks-2.11.0.tar.bz2
 /udisks-2.11.1.tar.bz2
+/udisks-2.11.2.tar.bz2

diff --git a/sources b/sources
index ecae2c7..e41b09d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (udisks-2.11.1.tar.bz2) = c2ef8c1068f109bcc858a897cb45af970442170fc8dd991d5692b463c7f4693fe4731e4e5010bc923588a7ee9f1c794630ad5fffef454a9d959bcf17e8bf704f
+SHA512 (udisks-2.11.2.tar.bz2) = 3996ac935cb330eb7f286f25a716da52ca374b14cc7b4f2e60a7e4b0b0745559607fa8c6d1e96e777b44eb8e07eb16e1ad6bc00b3051adea14e865df3efa2662

diff --git a/udisks-2.11.90-exfat_mount_opts.patch b/udisks-2.11.90-exfat_mount_opts.patch
deleted file mode 100644
index 2db7040..0000000
--- a/udisks-2.11.90-exfat_mount_opts.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From b86e14e97f4bbe659bef4d7aaf970df671e78a09 Mon Sep 17 00:00:00 2001
-From: Tomas Bzatek <tbzatek@redhat.com>
-Date: Wed, 1 Apr 2026 16:08:37 +0200
-Subject: [PATCH] mount options: Sync exfat allowed options with the latest
- kernel
-
-In an ideal case we'd like to have 'sys_tz' turned on by default,
-however that option was only added later and the kernel driver
-refuses unknown options, so we can't do that to maintain broad
-compatibility.
----
- data/builtin_mount_options.conf | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/data/builtin_mount_options.conf b/data/builtin_mount_options.conf
-index 2a09a109..d9d30422 100644
---- a/data/builtin_mount_options.conf
-+++ b/data/builtin_mount_options.conf
-@@ -4,9 +4,8 @@ allow=exec,noexec,nodev,nosuid,atime,noatime,nodiratime,relatime,strictatime,laz
- vfat_defaults=uid=$UID,gid=$GID,shortname=mixed,utf8=1,showexec,flush
- vfat_allow=uid=$UID,gid=$GID,flush,utf8,shortname,umask,dmask,fmask,codepage,iocharset,usefree,showexec
- 
--# common options for both the native kernel driver and exfat-fuse
- exfat_defaults=uid=$UID,gid=$GID,iocharset=utf8,errors=remount-ro
--exfat_allow=uid=$UID,gid=$GID,dmask,errors,fmask,iocharset,namecase,umask
-+exfat_allow=uid=$UID,gid=$GID,umask,dmask,fmask,allow_utime,iocharset,errors,discard,keep_last_dots,sys_tz,time_offset,zero_size_dir,namecase,codepage
- 
- # 'ntfs' signature, definitions for the legacy ntfs kernel driver and the ntfs-3g fuse driver
- ntfs:ntfs_defaults=uid=$UID,gid=$GID,windows_names
--- 
-2.53.0
-

diff --git a/udisks2.spec b/udisks2.spec
index 5b09b20..0d1136b 100644
--- a/udisks2.spec
+++ b/udisks2.spec
@@ -24,16 +24,12 @@
 
 Name:    udisks2
 Summary: Disk Manager
-Version: 2.11.1
-Release: 3%{?dist}
+Version: 2.11.2
+Release: 1%{?dist}
 License: GPL-2.0-or-later
 URL:     https://github.com/storaged-project/udisks
 Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=2403452
-# Please set sys_tz by default for udisks2 exfat mounts
-Patch0:  udisks-2.11.90-exfat_mount_opts.patch
-
 BuildRequires: make
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
@@ -345,6 +341,9 @@ fi
 %endif
 
 %changelog
+* Thu Aug 06 2026 Tomas Bzatek <tbzatek@redhat.com> - 2.11.2-1
+- Version 2.11.2
+
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-06 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 15:36 [rpms/udisks2] rawhide: * Thu Aug 06 2026 Tomas Bzatek <tbzatek@redhat.com> - 2.11.2-1 Tomas Bzatek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox