fsck.ext4 & others are actually provided in /usr/sbin, but due to
/sbin -> /usr/sbin symlink the /sbin/ path is valid too.
Change the path to /sbin due to compatibility issues with legacy
systems.
Change-Id: Iac17169e75a8dfb391c173ddbfd0141052ae30d4
Name: sessiond
Summary: Service to manage subsessions
-Version: 0.10.2.0
+Version: 0.10.2.1
Release: 1
Group: System/Management
License: MIT
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(libsyscommon-plugin-api-sessiond)
-Requires: /usr/sbin/mkfs.ext4
-Requires: /usr/sbin/fsck.ext4
+Requires: /sbin/mkfs.ext4
+Requires: /sbin/fsck.ext4
%if %{with resize2fs}
-Requires: /usr/sbin/resize2fs
+Requires: /sbin/resize2fs
%endif
%description