diff --git a/rpm/0008-udisks2-Make-it-possible-to-format-from-another-seat.patch b/rpm/0008-udisks2-Make-it-possible-to-format-from-another-seat.patch deleted file mode 100644 index 7f26ea2..0000000 --- a/rpm/0008-udisks2-Make-it-possible-to-format-from-another-seat.patch +++ /dev/null @@ -1,31 +0,0 @@ -From ae7391c9d960baa350b0a689c0171f4c9275904a Mon Sep 17 00:00:00 2001 -From: Raine Makelainen -Date: Mon, 16 Jul 2018 15:40:23 +0300 -Subject: [PATCH 8/8] [udisks2] Make it possible to format from another seat. - Contributes to JB#42414 - -Signed-off-by: Raine Makelainen ---- - data/org.freedesktop.UDisks2.policy.in | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/data/org.freedesktop.UDisks2.policy.in b/data/org.freedesktop.UDisks2.policy.in -index 7b42f7e0..fedab426 100644 ---- a/data/org.freedesktop.UDisks2.policy.in -+++ b/data/org.freedesktop.UDisks2.policy.in -@@ -328,9 +328,9 @@ - <_description>Modify a device - <_message>Authentication is required to modify a device plugged into another seat - -- auth_admin -- auth_admin -- auth_admin_keep -+ auth_self -+ auth_self -+ auth_self_keep - - - --- -2.17.1 - diff --git a/rpm/udisks2.spec b/rpm/udisks2.spec index df8ec9b..abd19cd 100644 --- a/rpm/udisks2.spec +++ b/rpm/udisks2.spec @@ -21,7 +21,7 @@ Patch4: 0004-Introduce-mount-sd-service-that-is-executed-as-nemo.patch Patch5: 0005-Add-udev-rule-for-the-sda-drives.patch Patch6: 0006-Disable-zram-rule-for-now.patch Patch7: 0007-Create-mount-path-with-755-rights.patch -Patch8: 0008-udisks2-Make-it-possible-to-format-from-another-seat.patch +Patch8: 0008-Make-it-possible-to-format-from-another-seat.-Fixes-.patch BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gobject-introspection-1.0)