From: Michael Tremer Date: Sat, 31 Dec 2022 08:46:57 +0000 (+0000) Subject: sg3-utils: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822140fc06bef63bf61a0a50372097389fd4cd3f;p=ipfire-3.x.git sg3-utils: Drop package Nothing requires this. Signed-off-by: Michael Tremer --- diff --git a/sg3-utils/sg3-utils.nm b/sg3-utils/sg3-utils.nm deleted file mode 100644 index ff554d2d4..000000000 --- a/sg3-utils/sg3-utils.nm +++ /dev/null @@ -1,42 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = sg3-utils -version = 1.32 -release = 2 -thisapp = sg3_utils-%{version} - -groups = Applications/System -url = http://sg.danny.cz/sg/sg3_utils.html -license = GPLv2+ and BSD -summary = Utilities for devices that use SCSI command sets. - -description - Collection of Linux utilities for devices that use the SCSI command set. - Includes utilities to copy data based on dd syntax and semantics (called - sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check - mode and log pages (sginfo, sg_modes and sg_logs); spin up and down - disks (sg_start); do self tests (sg_senddiag); and various other functions. -end - -source_dl = http://sg.danny.cz/sg/p/ -sources = %{thisapp}.tgz - -packages - package %{name} - end - - package %{name}-libs - template LIBS - end - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end