From: Alexander Marx Date: Wed, 7 Sep 2016 13:21:37 +0000 (+0000) Subject: cifs-utils: new package cifs-utils 6.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650190e0bb4e7e93e21b58e18ea1a6db016e9bb2;p=ipfire-3.x.git cifs-utils: new package cifs-utils 6.6 This package is needed by sssd. Signed-off-by: Alexander Marx Signed-off-by: Michael Tremer --- diff --git a/cifs-utils/cifs-utils.nm b/cifs-utils/cifs-utils.nm new file mode 100644 index 000000000..191afdfeb --- /dev/null +++ b/cifs-utils/cifs-utils.nm @@ -0,0 +1,42 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = cifs-utils +version = 6.6 +release = 1 + +groups = System/Tools +url = https://wiki.samba.org/index.php/LinuxCIFS_utils +license = GPL +summary = A utility for the Common Internet File System + +description + This package of tools is called cifs-utils. Although not really part + of Samba proper, these tools were originally part of the Samba package. + For several reasons, shipping these tools as part of Samba was + problematic and it was deemed better to split them off into their own + package. +end + +source_dl = http://download.samba.org/pub/linux-cifs/cifs-utils/ +sources = %{thisapp}.tar.bz2 + +build + test + make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end