< Home - < Back

fedora-review


Information about the package, fedora-review, which is shipped with common Linux distributions. The fedora-review package is designed for, Review tool for fedora rpm packages.


Package Name:

fedora-review

Summary:

Review tool for fedora rpm packages

Description:

This tool automates much of the dirty work when reviewing a package for the Fedora Package Collection like: * Downloading SRPM & SPEC. * Download upstream source * Check md5sums * Build and install package in mock. * Run rpmlint. * Generate a review template, which becomes the starting point for the review work. The tool is composed of plugins, one for each supported language. As of today, there is plugins for C/C++, Ruby, java, R, perl and python. There is also support for external tests that can be written in a simple way in bash.

Architecture:

noarch

Version:

0.5.2

Release:

1.el6

Size:

206 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for fedora-review


Control the fedora-review package with the following handy commands outlined below.


Command

Description of Command

yum install fedora-review

This command will install fedora-review on the server.

yum remove fedora-review

This command will un-install fedora-review on the server. When you run this command, you will be asked if you are sure that you want to remove fedora-review, so you have to manually confirm that you want to do this.

yum -y remove fedora-review

This command will un-install fedora-review on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fedora-review when using the -y flag.

yum update fedora-review

This command will update fedora-review to the latest version. When you run this command, you will be asked if you are sure that you want to remove fedora-review, so you have to manually confirm that you want to do this.

yum -y update fedora-review

This command will update fedora-review to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fedora-review when using the -y flag.

yum info fedora-review

This command will show you core information about the fedora-review package.

yum deplist fedora-review

This command will show you the dependencies for fedora-review. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update fedora-review

This command will check if there is an update waiting on fedora-review. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.