Skip to content

Commit 1bf9fe2

Browse files
authored
Update mount-sdcard.spec
1 parent c66d90d commit 1bf9fe2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

rpm/mount-sdcard.spec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: mount-sdcard
22
Summary: Enhanced mounting scripts for SD-cards
33
Version: 1.0
4-
Release: 3
4+
Release: 4
55
Group: System/Base
66
Distribution: SailfishOS
77
Vendor: olf
@@ -12,9 +12,9 @@ Source: https://github.com/Olf0/%{name}/archive/%{version}-%{release}/%{n
1212
BuildArch: noarch
1313
Requires: systemd
1414
Requires: udisks2
15-
Requires: sailfish-version >= 2.2.0
15+
Requires: sailfish-version >= 3.0.1
1616
# Omit anti-dependency on future, untested SFOS versions, until a known conflict exists:
17-
# Requires: sailfish-version < 3.0.1
17+
# Requires: sailfish-version < 3.2.0
1818

1919
%description
2020
%{summary}
@@ -26,10 +26,9 @@ Requires: sailfish-version >= 2.2.0
2626

2727
%install
2828
mkdir -p %{buildroot}%{_sysconfdir}
29-
cp -R systemd udev %{buildroot}%{_sysconfdir}/
29+
cp -R systemd %{buildroot}%{_sysconfdir}/
3030

3131
%files
3232
%defattr(-,root,root,-)
3333
%{_sysconfdir}/systemd/system/mount-sd@.service
34-
%{_sysconfdir}/udev/rules.d/91-mountsd.rules
3534

0 commit comments

Comments
 (0)