From eef69b609325a7262dbe6f5e3bf1592b35d4f6f1 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Mon, 11 Apr 2016 11:22:52 +0200 Subject: [PATCH] Remove obsolete --fscontext popt alias --- rpmpopt.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpmpopt.in b/rpmpopt.in index 0ca725c7ee..4d0dfd3986 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -140,10 +140,6 @@ rpm alias --fileclass --qf '[%{FILENAMES}\t%{FILECLASS}\n]' \ rpm alias --filecolor --qf '[%{FILENAMES}\t%{FILECOLORS}\n]' \ --POPTdesc=$"list file names with colors" -rpm alias --fscontext --qf '[%{FILENAMES}\n]' \ - --pipe "xargs ls --scontext | awk '{printf(\"%s %s\n\", $2, $1)}'" \ - --POPTdesc=$"list file names with security context from file system" - rpm alias --fileprovide --qf '[%{FILENAMES}\t%{FILEPROVIDE}\n]' \ --POPTdesc=$"list file names with provides"