From 382b347e26b8f862f36e7287118d64e256a9ea3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Fri, 18 Jan 2019 11:00:48 +0100 Subject: [PATCH] Fix paths in commit a37205f1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I62027d088b35d303b84a6b060a91dd714e9725b9 Signed-off-by: Łukasz Stelmach --- packaging/resourced.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/resourced.spec b/packaging/resourced.spec index b453d59..9b1480d 100644 --- a/packaging/resourced.spec +++ b/packaging/resourced.spec @@ -53,8 +53,8 @@ Requires(preun): %{_sbindir}/update-alternatives BuildRequires: gperf %if %{?swap_module} == ON -Requires: /sbin/mkswap -Requires: /bin/dd +Requires: %{_sbindir}/mkswap +Requires: %{_bindir}/dd %endif Provides: %{name}-compat Conflicts: %{name}-light -- 2.7.4