diff options
author | Colin Walters <walters@verbum.org> | 2010-02-23 11:02:46 -0500 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-10-12 17:05:17 +0300 |
commit | eea47aa9a7e7779cb35e8e6e690424427fe243c1 (patch) | |
tree | bfde4456307bf3daa537146268dedacbce6d7ee7 /tests | |
parent | 22053e0daecdb180f45a7c74cba04ab16825f262 (diff) | |
download | librpm-tizen-eea47aa9a7e7779cb35e8e6e690424427fe243c1.tar.gz librpm-tizen-eea47aa9a7e7779cb35e8e6e690424427fe243c1.tar.bz2 librpm-tizen-eea47aa9a7e7779cb35e8e6e690424427fe243c1.zip |
Add 'VCS' key
Spec files have a lot of metadata about a project. However one of the
most key components is the upstream version control system which was
notably lacking.
Resolve this by adding a "VCS" key. There is no specification
for contents of this key, given that the set of version control
systems (and features thereof) are not well-defined. However,
recommendations are:
* git: This URL should be in a form that can be passed to "git clone",
with the additional feature that an optional fragment identifier "#foo"
denotes a branch or tag.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rpmgeneral.at | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rpmgeneral.at b/tests/rpmgeneral.at index 8f7c03e3b..664876891 100644 --- a/tests/rpmgeneral.at +++ b/tests/rpmgeneral.at @@ -241,6 +241,7 @@ TRIGGERTYPE TRIGGERVERSION URL V +VCS VENDOR VERBOSE VERIFYSCRIPT |