]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
cifs-utils: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Jan 2023 17:28:52 +0000 (17:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Jan 2023 17:28:52 +0000 (17:28 +0000)
I have no idea what is using this at the moment.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
cifs-utils/cifs-utils.nm [deleted file]

diff --git a/cifs-utils/cifs-utils.nm b/cifs-utils/cifs-utils.nm
deleted file mode 100644 (file)
index 191afdf..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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