Browse Source

track releases only

master
parent
commit
845b009cd8
  1. 4
      packer/packer.spec

4
packer/packer.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Filesystem Group: Filesystem
License: MPL License: MPL
Version: %{V_packer_base}.%{V_packer_snap} Version: %{V_packer_base}.%{V_packer_snap}
Release: 20160304 Release: 20160306
# list of sources # list of sources
Source0: http://download.openpkg.org/components/versioned/packer/packer-%{V_packer_snap}.tar.xz Source0: http://download.openpkg.org/components/versioned/packer/packer-%{V_packer_snap}.tar.xz
@ -53,7 +53,7 @@ PreReq: OpenPKG, openpkg >= 20140101
prog packer:release = { prog packer:release = {
version = %{V_packer_base} version = %{V_packer_base}
url = https://github.com/mitchellh/packer/releases url = https://github.com/mitchellh/packer/releases
regex = v(__VER__)\.tar\.gz regex = v(\d+\.\d+\.\d+)\.tar\.gz
} }
prog packer:snapshot = { prog packer:snapshot = {
version = %{V_packer_snap} version = %{V_packer_snap}

Loading…
Cancel
Save