From: Arvin Schnell Date: Mon, 4 Feb 2013 14:40:01 +0000 (+0100) Subject: - diffutils is only required by the cli X-Git-Tag: v0.1.3~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5da1401b9e75977ce64b0d3334f0d3ea07e22c7;p=thirdparty%2Fsnapper.git - diffutils is only required by the cli --- diff --git a/snapper.spec.in b/snapper.spec.in index 6f98dc12..41070547 100644 --- a/snapper.spec.in +++ b/snapper.spec.in @@ -34,6 +34,7 @@ BuildRequires: libdbus-1-devel BuildRequires: libzypp(plugin:commit) %endif Requires: libsnapper@LIBVERSION_MAJOR@ = %version +Requires: diffutils %if 0%{?suse_version} Recommends: cron logrotate snapper-zypp-plugin Supplements: btrfsprogs @@ -92,7 +93,7 @@ rm -rf "$RPM_BUILD_ROOT" %package -n libsnapper@LIBVERSION_MAJOR@ Summary: Library for filesystem snapshot management Group: System/Libraries -Requires: diffutils util-linux +Requires: util-linux %if 0%{?suse_version} PreReq: %fillup_prereq %endif