| Summary: | Review Request: jboss-vfs - JBoss Virtual File System | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marek Goldmann <mgoldman> | ||||
| Component: | Package Review | Assignee: | Tomas 'Sheldon' Radej <tradej> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | notting, package-review, tcallawa, tradej | ||||
| Target Milestone: | --- | Flags: | tradej:
fedora-review+
gwync: fedora-cvs+ |
||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-10-10 14:58:54 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | 726351 | ||||||
| Bug Blocks: | 728202 | ||||||
| Attachments: |
|
||||||
|
Description
Marek Goldmann
2011-08-04 08:47:31 UTC
Taking this one. Package Review
==============
Key:
- = N/A
x = Check
! = Problem
? = Not evaluated
=== REQUIRED ITEMS ===
[x] Rpmlint output: jboss-vfs.noarch: W: no-documentation
jboss-vfs.src: W: invalid-url Source0: jboss-vfs-3.0.1.GA.tar.xz
jboss-vfs-javadoc.noarch: W: spelling-error Summary(en_US) Javadocs -> Java docs, Java-docs, Avocados
3 packages and 0 specfiles checked; 0 errors, 3 warnings.
[x] Package is named according to the Package Naming Guidelines[1].
[x] Spec file name must match the base package name, in the format %{name}.spec.
[!] Package meets the Packaging Guidelines[2]. << See Issues
[x] Package successfully compiles and builds into binary rpms.
[x] Buildroot definition is not present
[!] Package is licensed with an open-source compatible license and meets other
legal requirements as defined in the legal section of Packaging
Guidelines[3,4]. << See Issues
[x] License field in the package spec file matches the actual license.
License type: LGPLv2+
[-] If (and only 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 is included in %doc.
[-] All independent sub-packages have license of their own
[x] Spec file is legible and written in American English.
[x] Sources used to build the package matches the upstream source, as provided
in the spec URL.
[x] All build dependencies are listed in BuildRequires, except for any that
are listed in the exceptions section of Packaging Guidelines[5].
[x] Package must own all directories that it creates.
[x] Package requires other packages for directories it uses.
[x] Package does not contain duplicates in %files.
[x] File sections do not contain %defattr(-,root,root,-) unless changed with
good reason
[x] Permissions on files are set properly.
[x] Package does NOT have a %clean section which contains rm -rf %{buildroot}
(or $RPM_BUILD_ROOT). (not needed anymore)
[x] Package consistently uses macros (no %{buildroot} and $RPM_BUILD_ROOT
mixing)
[x] Package contains code, or permissable content.
[-] Fully versioned dependency in subpackages, if present.
[-] Package contains a properly installed %{name}.desktop file if it is a GUI
application.
[x] Package does not own files or directories owned by other packages.
[!] Javadoc documentation files are generated and included in -javadoc
subpackage << Folder copied in %doc is apidocs, should be apidocs/*
[x] Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlinks)
[x] Packages have proper BuildRequires/Requires on jpackage-utils
[x] Javadoc subpackages have Require: jpackage-utils
[x] Package uses %global not %define
[x] If package uses tarball from VCS include comment how to re-create that
tarball (svn export URL, git clone URL, ...)
[!] If source tarball includes bundled jar/class files these need to be
removed prior to building << JAR files present in src/test/resources
[x] All filenames in rpm packages must be valid UTF-8.
[x] Jar files are installed to %{_javadir}/%{name}.jar (see [6] for details)
[x] If package contains pom.xml files install it (including depmaps) even when
building with ant
[x] pom files has correct add_maven_depmap
=== Maven ===
[x] Use %{_mavenpomdir} macro for placing pom files instead of
%{_datadir}/maven2/poms
[x] If package uses "-Dmaven.test.skip=true" explain why it was needed in a
comment
[-] If package uses custom depmap "-Dmaven.local.depmap.file=*" explain why
it's needed in a comment
[x] Package DOES NOT use %update_maven_depmap in %post/%postun
[x] Packages DOES NOT have Requires(post) and Requires(postun) on
jpackage-utils for %update_maven_depmap macro
=== Other suggestions ===
[x] If possible use upstream build method (maven/ant/javac)
[x] Avoid having BuildRequires on exact NVR unless necessary
[x] Package has BuildArch: noarch (if possible)
[x] Latest version is packaged.
*** ISSUES ***
- The JAR file zipeinit.jar in src/test/resources/vfs/test contains
software from Microsoft, whose licensing terms are incompatible with
Fedora Licensing Guidelines, therefore this JAR may not be included
even in the source package of the software. Please repack, preferably
with all JARs removed.
- JAR files are present in src/test/resources
- Folder copied in javadoc's %doc is apidocs, should be apidocs/*
*** NOTES ***
- not sure if the empty %doc macro is necessary
Tomas, I removed the zipeinit.jar file and created a bug report upstream: https://issues.jboss.org/browse/AS7-1988 The jar files in src/test/resources are simple packages without any binary files required to tests. Tests are disabled for now, but possibly will be enabled in the future. Spec URL: http://goldmann.fedorapeople.org/package_review/jboss-vfs/2/jboss-vfs.spec SRPM URL: http://goldmann.fedorapeople.org/package_review/jboss-vfs/2/jboss-vfs-3.0.1-2.fc17.src.rpm Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=3396463 Created attachment 526261 [details]
A script to find and output location of *.class files within jar files
Marek, I have two issues
1) You probably packaged the wrong file, this source still contains zipeinit.jar
2) Running the attached script in the source folder gives me quite a lot of *.class files, of which some seem to contain binary data. I am not really sure if this can go in. If you insist on keeping the jar files, I will ask FE-legal about this.
Tomas, I created another bug report to clean up the testing jars here: https://issues.jboss.org/browse/AS7-2035. I'm blocking FE-Legal for this bug. Hopefully I have now the proper source file :) Spec URL: http://goldmann.fedorapeople.org/package_review/jboss-vfs/3/jboss-vfs.spec SRPM URL: http://goldmann.fedorapeople.org/package_review/jboss-vfs/3/jboss-vfs-3.0.1-3.fc17.src.rpm The jar files are all just empty or pseudo-empty dummy jars. I don't think they would be useful in the package, but if they are somehow, they're still legally acceptable. Lifting FE-Legal. Okay, if you say so, the package's good to go. *** APPROVED *** Thanks for review! New Package SCM Request ======================= Package Name: jboss-vfs Short Description: JBoss Virtual File System Owners: goldmann Git done (by process-git-requests). Thanks for git, closing. |