Skip to content

Commit

Permalink
Remove obsolete --fscontext popt alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ffesti committed Apr 12, 2016
1 parent 4695533 commit eef69b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rpmpopt.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit eef69b6

Please sign in to comment.