Created
January 7, 2020 01:52
-
-
Save masatake/eb26ef65ad196588fac18de33fa71b2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repoquery -q -a --show-duplicates --queryformat "%{name}-%{version}-%{release} ${epoch}\n" | sort -u | |
declare -A MAP; while read nvr e; do MAP["$nvr"]="$e"; done < <(repoquery -q -a --show-duplicates --queryformat "%{name│······························································································· | |
}-%{version}-%{release} %{epoch}" | sort -u) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment