Automatically bump release when using update-oui-csv script

This commit is contained in:
Benjamin A. Beasley 2021-01-31 12:21:53 -05:00
commit 82303dea59

View file

@ -35,4 +35,6 @@ sed -r -i 's/(oui\.csv last fetched )[^[:blank:]]+\./\1'"${ISOMTIME}./" "${SPEC}
echo "==> Updated ${DATA}" 1>&2
rpmdev-bumpspec -D -c 'generate ethercodes.dat from latest oui.csv' "${SPEC}"
# vim: set tw=78 ts=2 sw=2 sts=2 et ai cin nojs :