]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- diffutils is only required by the cli
authorArvin Schnell <aschnell@suse.de>
Mon, 4 Feb 2013 14:40:01 +0000 (15:40 +0100)
committerArvin Schnell <aschnell@suse.de>
Mon, 4 Feb 2013 14:40:01 +0000 (15:40 +0100)
snapper.spec.in

index 6f98dc12436c7ecb716aa4e9158e09de587f0114..41070547189cea33ddff633c559acc55bc0f91e8 100644 (file)
@@ -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