An OBS source service: Update spec file version
Find a file
Adrian Schröter 5856842761 - fix it ... it only worked with "disabledrun" mode by luck
Let osc or bs_service copy back the generated files and enforce a --outdir parameter
2015-08-17 17:12:36 +02:00
debian Change debian source format to 'native' 2015-06-14 20:26:03 +02:00
tests Fix %setup handling for python spec files 2015-07-28 06:21:55 +02:00
.travis.yml Run python version converter tests with dpkg 2015-07-19 20:53:03 +02:00
Makefile Add Makefile with install target 2015-06-14 13:53:30 +02:00
README.md Run python version converter tests with dpkg 2015-07-19 20:53:03 +02:00
set_version - fix it ... it only worked with "disabledrun" mode by luck 2015-08-17 17:12:36 +02:00
set_version.service Initial commit 2013-10-29 14:31:02 +01:00

set_version (OBS source service) Build Status

This service updates a RPM spec or Debian changelog according to the existing files. The service can be used in combination with other services like download_files or tar_scm. This is the git repository for openSUSE:Tools/obs-service-set_version. The authoritative source is https://github.com/openSUSE/obs-service-set_version

Dependencies

Install the following deps:

zypper in python-packaging

Test suite

To run the full testsuite, some dependencies are needed:

zypper in devscripts dpkg

If the dependencies are not installed, some tests are skipped. zypper itself is also needed for the tests with python packages and PEP440 compatible versions.

To run the testsuite, execute:

python -m unittest discover tests/

The testrun may take some time.