| Summary: | mgarepo should be able to increase the version number | ||
|---|---|---|---|
| Product: | Infrastructure | Reporter: | Olav Vitters <olav> |
| Component: | BuildSystem | Assignee: | Sysadmin Team <sysadmin-bugs> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | juan.baptiste, sysadmin-bugs |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
|
Description
Olav Vitters
2012-02-09 20:11:23 CET
Juan Luis Baptiste
2013-03-31 05:36:44 CEST
CC:
(none) =>
juan.baptiste To increase the release number, or update the version number, you can use Youri::Package::RPM::Updater.
Install perl-RPM4 and perl-Youri-Package-RPM-Updater, then you can run a command like this to increase release :
$ perl -MYouri::Package::RPM::Updater -e 'Youri::Package::RPM::Updater->new->update_from_spec(glob("SPECS/*.spec"))'
Or like this to update the version :
$ perl -MYouri::Package::RPM::Updater -e 'Youri::Package::RPM::Updater->new->update_from_spec(glob("SPECS/*.spec"), '0.1')'CC:
(none) =>
boklm
Nicolas Vigier
2014-03-24 10:52:45 CET
CC:
boklm =>
(none) |