youri-update

Langue: en

Version: 2007-05-02 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

youri-update - package update agent

SYNOPSIS

youri-update [options] <package> <version>

youri-update [options] <file.spec> <version>

youri-update [options] <file.src.rpm> <version>

Options:

     --topdir <dir>         specify rpm top dir
     --options <options>    pass this option to rpm during build
     --no-download          do not download files
     --no-update-changelog  do not update changelog
     --no-update-revision   do not update revision
     --no-build-source      do not build source package
     --no-build-binaries    do not build binary packages
 
 

DESCRIPTION

youri-update allows to update packages.

When given an explicit new version, it downloads new sources automatically, updates the spec file and builds a new version. When not given a new version, it just updates the spec file a builds a new release.

It is a rewrite of rpmbuildupdate, using a configuration files and command line options more consistent with other youri tools.

OPTIONS

verbose $level
verbosity level (default: 0).
--topdir
rpm tree top directory (default: rpm %_topdir macro).
--options
rpm build options.
--no-build-binaries
do not build binary packages.
--no-build-source
do not build source package.
--no-update-revision
do not modify package revision automatically.
--no-update-changelog
do not modify package changelog automatically.
--no-download
Do not download any files.

SEE ALSO

Youri::Config, for additional details about configuration file format.

Youri::Package::RPM::Updater, for details about update algorithm.

Copyright (C) 2007, YOURI project

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.