Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11046896
D10425.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D10425.id.diff
View Options
diff --git a/files/0002-support-exfatprogs.patch b/files/0002-support-exfatprogs.patch
new file mode 100644
--- /dev/null
+++ b/files/0002-support-exfatprogs.patch
@@ -0,0 +1,30 @@
+From 8e4d12bed4a84930d9c9a1dbfb4a88d13e6af73c Mon Sep 17 00:00:00 2001
+From: Silke Hofstra <silke@slxh.eu>
+Date: Sun, 10 Jan 2021 18:58:09 +0100
+Subject: [PATCH] support exfatprogs
+
+---
+ src/udiskslinuxfsinfo.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/udiskslinuxfsinfo.c b/src/udiskslinuxfsinfo.c
+index 15af26c8..96a540e4 100644
+--- a/src/udiskslinuxfsinfo.c
++++ b/src/udiskslinuxfsinfo.c
+@@ -117,11 +117,11 @@ const FSInfo _fs_info[] =
+ },
+ {
+ FS_EXFAT,
+- "exfatlabel $DEVICE $LABEL",
++ "tune.exfat -L $LABEL $DEVICE",
+ NULL,
+ FALSE, /* supports_online_label_rename */
+ FALSE, /* supports_owners */
+- "mkexfatfs -n $LABEL $DEVICE",
++ "mkfs.exfat -L $LABEL $DEVICE",
+ NULL,
+ NULL, /* option_no_discard */
+ },
+--
+2.30.0
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : udisks
version : 2.8.4
-release : 20
+release : 21
source :
- https://github.com/storaged-project/udisks/releases/download/udisks-2.8.4/udisks-2.8.4.tar.bz2 : d28367bdacfa039719327e68300b6118427874f2dc53ff7109dedb70a7289819
license : GPL-2.0-or-later
@@ -16,10 +16,12 @@
- acl-devel
rundeps :
- cryptsetup
+ - exfatprogs
- gptfdisk
- mdadm
setup : |
%patch -p1 -i $pkgfiles/0001-fix-test.patch
+ %patch -p1 -i $pkgfiles/0002-support-exfatprogs.patch
%configure --disable-static \
--enable-introspection \
--with-udevdir=%libdir%/udev \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>udisks</Name>
<Packager>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>desktop.core</PartOf>
@@ -117,7 +117,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="20">udisks</Dependency>
+ <Dependency release="21">udisks</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/udisks2/udisks/udisks-generated.h</Path>
@@ -284,12 +284,12 @@
</Files>
</Package>
<History>
- <Update release="20">
- <Date>2020-04-23</Date>
+ <Update release="21">
+ <Date>2021-01-23</Date>
<Version>2.8.4</Version>
<Comment>Packaging update</Comment>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 2:24 PM (3 h, 7 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802955
Default Alt Text
D10425.id.diff (3 KB)
Attached To
Mode
D10425: Patch udisks for exfatprogs
Attached
Detach File
Event Timeline
Log In to Comment