summaryrefslogtreecommitdiff
path: root/rpmpopt.in
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2016-04-11 11:22:52 +0200
committerFlorian Festi <ffesti@redhat.com>2016-04-12 13:59:58 +0200
commiteef69b609325a7262dbe6f5e3bf1592b35d4f6f1 (patch)
tree0d24781f9384c55a84484e1faa421467def88704 /rpmpopt.in
parent469553385ee766792529235a9e3c07efee14ba72 (diff)
downloadrpm-eef69b609325a7262dbe6f5e3bf1592b35d4f6f1.tar.gz
Remove obsolete --fscontext popt alias
Diffstat (limited to 'rpmpopt.in')
-rw-r--r--rpmpopt.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/rpmpopt.in b/rpmpopt.in
index 0ca725c7e..4d0dfd398 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"