diff --git a/debian/changelog b/debian/changelog index ba7642f..565c00c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cinder-tempest-plugin (1.2.0-2) unstable; urgency=medium * Uploading to unstable. + * Fixed debian/watch. -- Thomas Goirand Sun, 18 Oct 2020 10:25:18 +0200 diff --git a/debian/watch b/debian/watch index d118990..9e14238 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts="uversionmangle=s/\.(b|rc)/~$1/" \ -https://github.com/openstack/cinder-tempest-plugin/tags .*/(\d[\d\.]+)\.tar\.gz +opts="uversionmangle=s/\.0rc/~rc/;s/\.0b1/~b1/;s/\.0b2/~b2/;s/\.0b3/~b3/" \ +https://github.com/openstack/cinder-tempest-plugin/tags .*/(\d[brc\d\.]+)\.tar\.gz