Skip to content

Commit

Permalink
RPM: Relax version requirements for the second tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Dec 10, 2014
1 parent d904cdc commit 070e43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/makesrpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ fi
# Check if we need some other versions
#-------------------------------------------------------------------------------
OTHER_VERSIONS=`cat $TEMPDIR/xrootd.spec | \
egrep '^Source[0-9]+:[[:space:]]*xrootd-[0-9]+\.[0-9]+\.[0-9]+\.tar\.gz$' |\
egrep '^Source[0-9]+:[[:space:]]*xrootd-.*.gz$' |\
awk '{ print $2; }'`

for VER in $OTHER_VERSIONS; do
Expand Down

0 comments on commit 070e43d

Please sign in to comment.