From ff2bdad1ef60cdd7e8ac1a01173ee66cd836682d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 4 Oct 2018 10:18:30 +0200 Subject: bin/seed-build-list: ignore sub_pkgrel of our packages --- bin/seed-build-list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/seed-build-list b/bin/seed-build-list index 03cc611..b985d6f 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -203,7 +203,7 @@ if [ -s "${tmp_dir}/mirrors" ]; then } | \ mysql_run_query | \ sed ' - s/^\(.*\)-\([^-]\+-[^-]\+\)-\([^-]\+\)$/ours \2 \3 \1/ + s/^\(.*\)-\([^-]\+-[^-.]\+\)\(\.[^-.]\+\)\?-\([^-]\+\)$/ours \2 \4 \1/ ' } | \ expand_version 2 | \ -- cgit v1.2.3-54-g00ecf