Bug 1149178 - Review Request: nagios-plugins-fts - provides the nagios probes for FTS3
Summary: Review Request: nagios-plugins-fts - provides the nagios probes for FTS3
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alejandro Alvarez
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-03 12:38 UTC by michal.simon
Modified: 2014-10-28 11:03 UTC (History)
2 users (show)

Fixed In Version: nagios-plugins-fts-3.2.0-1.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-10-28 10:59:22 UTC
Type: ---
Embargoed:
a.alvarezayllon: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description michal.simon 2014-10-03 12:38:00 UTC
Spec URL: https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/epel_release/nagios-plugins-fts.spec
SRPM URL: https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/epel_release/nagios-plugins-fts-3.2.0-1.el6.src.rpm
Description: This package provides the nagios probes for FTS3. Usually they are installed in the nagios host, and they will contact the remote services running in the FTS3 machines.
Fedora Account System Username: simonm

Comment 1 michal.simon 2014-10-03 13:24:02 UTC
I would appreciate a review so that I can get nagios-plugins-fts into EPEL5 and EPEL6.

Koji builds for epel5, epel6 and rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=7755603
http://koji.fedoraproject.org/koji/taskinfo?taskID=7755628
http://koji.fedoraproject.org/koji/taskinfo?taskID=7755640

Comment 2 Alejandro Alvarez 2014-10-06 12:53:42 UTC
Hi,
I confirm the builds works
http://koji.fedoraproject.org/koji/taskinfo?taskID=7774935
http://koji.fedoraproject.org/koji/taskinfo?taskID=7774941
http://koji.fedoraproject.org/koji/taskinfo?taskID=7775298

rpmlint output

# rpmlint nagios-plugins-fts-3.2.0-1.el6.src.rpm 
nagios-plugins-fts.src: W: malformed-fedora-conditional nagios-plugins-fts.spec:22
nagios-plugins-fts.src: W: malformed-rhel-conditional nagios-plugins-fts.spec:22
nagios-plugins-fts.src: W: malformed-rhel-conditional nagios-plugins-fts.spec:32
nagios-plugins-fts.src: W: malformed-fedora-conditional nagios-plugins-fts.spec:45
nagios-plugins-fts.src: W: malformed-rhel-conditional nagios-plugins-fts.spec:45
1 packages and 0 specfiles checked; 0 errors, 5 warnings.

# rpmlint nagios-plugins-fts.spec 
0 packages and 1 specfiles checked; 0 errors, 0 warnings.

And checklist

MUST
====

[OK] The package must be named according to the Package Naming Guidelines.
[OK] Package does not use a name that already exist.
[OK] The spec file name must match the base package %{name}, in the format %{name}.spec
[OK] Spec file lacks Packager, Vendor, PreReq tags.
[OK] Changelog in prescribed format.
[OK] The package must be licensed with a Fedora approved license and meet the Licensing Guidelines.
[OK] The License field in the package spec file must match the actual license.
[OK] The spec file must be written in American English.
[OK] The spec file for the package MUST be legible.
[--] If a rename, provides/obsoletes is specified.
[--] The spec file MUST handle locales properly.
[--] Every binary RPM package which stores shared library files in any of the dynamic linker's default paths, must call ldconfig in %post and %postun.

[OK] If the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package must be included in %doc.
[--] -debuginfo package or justification otherwise.
[--] Development files must be in a -devel package.
[--] Static libraries must be in a -static package.
[--] Devel packages must require the base package using a fully versioned dependency
[--] Large documentation files must go in a -doc subpackage.

[OK] The sources used to build the package must match the upstream source, as provided in the spec URL.

[OK] The package must contain code, or permissable content.

[  ] Package obeys FHS, except libexecdir and /usr/target.
[OK] Packages must NOT contain any .la libtool archives.
[OK] Packages must not own files or directories already owned by other packages
[--] Packages containing GUI applications must include a %{name}.desktop file.
[--] A Fedora package must not list a file more than once in the spec file's %files listings.
[OK] A package must own all directories that it creates. If it does not create a directory that it uses, then it should require a package which does create that directory.
[OK] Packages must NOT bundle copies of system libraries
[--] If the package is designed to be relocatable, the packager must state this fact in the request for review, along with the rationalization for relocation of that specific package.
[OK] All filenames in rpm packages must be valid UTF-8.
[OK] Permissions on files must be set properly.

[OK] Each package must consistently use macros.
[OK] No external kernel modules
[OK] No inclusion of pre-built binaries or libraries
[OK] No need for external bits
[OK] All build dependencies must be listed in BuildRequires.
[--] If a package includes something as %doc, it must not affect the runtime of the application.
[--] %build honors applicable compiler flags or justifies otherwise.

	https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Compiler_flags

[OK] The package MUST successfully compile and build into binary rpms on at least one primary architecture.
[--] If the package does not successfully compile, build or work on an architecture, then those architectures should be listed in the spec in ExcludeArch.
[OK] Package installs properly.

SHOULD
======
[--] All patches have an upstream bug link or comment
[OK] The source package does not include license text(s) as a separate file from upstream.
[OK] No PreReq
[OK] %makeinstall is not used
[OK] Timestamp is preserved
[OK] Parallel make
[--] Subpackages other than devel should require the base package using a fully versioned dependency.
[OK] If the package has file dependencies outside of /etc, /bin, /sbin, /usr/bin, or /usr/sbin consider requiring the package which provides the file instead of the file itself.
[--] The placement of pkgconfig(.pc) files should be in a -devel pkg
[OK] The package builds in mock.
[OK] The package should compile and build into binary rpms on all supported architectures.
[OK] The package functions as described.
[OK] If scriptlets are used, those scriptlets must be sane.
[--] The package should contain man pages for binaries/scripts
[--] The description and summary sections in the package spec file should contain translations for supported Non-English languages, if available.

So accepted.

Comment 3 michal.simon 2014-10-07 13:01:25 UTC
New Package SCM Request
=======================
Package Name: nagios-plugins-fts
Short Description: This package provides the nagios probes for FTS3.
Upstream URL: https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/epel_release/nagios-plugins-fts-3.2.0-1.el6.src.rpm
Owners: simonm
Branches: el5 el6
InitialCC:

Comment 4 Gwyn Ciesla 2014-10-07 17:08:36 UTC
Git done (by process-git-requests).

Comment 5 Fedora Update System 2014-10-08 08:14:43 UTC
nagios-plugins-fts-3.2.0-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/nagios-plugins-fts-3.2.0-1.el6

Comment 6 Fedora Update System 2014-10-08 08:17:04 UTC
nagios-plugins-fts-3.2.0-1.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/nagios-plugins-fts-3.2.0-1.el5

Comment 7 Fedora Update System 2014-10-09 19:51:43 UTC
nagios-plugins-fts-3.2.0-1.el6 has been pushed to the Fedora EPEL 6 testing repository.

Comment 8 Fedora Update System 2014-10-28 10:59:22 UTC
nagios-plugins-fts-3.2.0-1.el5 has been pushed to the Fedora EPEL 5 stable repository.

Comment 9 Fedora Update System 2014-10-28 11:03:43 UTC
nagios-plugins-fts-3.2.0-1.el6 has been pushed to the Fedora EPEL 6 stable repository.


Note You need to log in before you can comment on or make changes to this bug.