Skip to content

Instantly share code, notes, and snippets.

@igilham
Created September 18, 2014 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igilham/2f915358a2b773784112 to your computer and use it in GitHub Desktop.
Save igilham/2f915358a2b773784112 to your computer and use it in GitHub Desktop.
Find RPM spec versions in projects below current directory
cd $WORKSPACE/dcable-rpms/
svn up ./*
find . -iname '**.spec' | xargs grep -i '^Version' | sed -e 's_./.*/SPECS/__' -e 's/\.spec//' -e 's/Version://'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment