Skip to content

Commit 370f360

Browse files
authored
Update mount-sdcard.spec
1 parent bcfb21d commit 370f360

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

rpm/mount-sdcard.spec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ License: MIT
1717
URL: https://github.com/Olf0/%{name}
1818
Source: https://github.com/Olf0/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
1919
# rpmbuild (as of v4.14.1) handles the Icon tag awkwardly and in contrast to the Source tag(s):
20-
# It only accepts a GIF or XPM file (successfully tested GIF89a and XPMv3, but an XPM icon results
21-
# in a bad visual quality and large file size) in the SOURCE directory (but not in the tarball)!
20+
# It only accepts a GIF or XPM file (a path is stripped to its basename) in the SOURCE directory
21+
# (but not in the tarball)! Successfully tested GIF89a and XPMv3, but an XPM icon results in
22+
# bad visual quality and large file size.
2223
# Hence only to be used, when the file is put there:
23-
# Icon: smartmedia_unmount.256x256.gif
24+
#Icon: smartmedia_unmount.256x256.gif
2425
BuildArch: noarch
2526
Requires: systemd
2627
Requires: udisks2 >= 2.8.1+git5-1.12.1.jolla
2728
# Better use direct dependencies than indirect ones (here: the line above versus the one below), but
2829
# ultimately decided to use both in this case:
2930
Requires: sailfish-version >= 3.2.1
3031
# Omit anti-dependency on future, untested SFOS versions, until a known conflict exists:
31-
# Requires: sailfish-version < 3.9.9
32+
# Requires: sailfish-version < 3.9.9
3233

3334
%description
3435
%{summary}

0 commit comments

Comments
 (0)