Bug 1098330
| Summary: | Review Request: judy-fk - General purpose dynamic array with fixed-length keys | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miroslav Spousta <qiq> |
| Component: | Package Review | Assignee: | Lubomir Rintel <lkundrak> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | lkundrak, package-review, ppisar |
| Target Milestone: | --- | Flags: | lkundrak:
fedora-review+
gwync: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | judy-fk-1.0.6-2.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-23 11:40:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Miroslav Spousta
2014-05-15 20:22:06 UTC
Taking this for a review. Removing FE-NEEDSPONSOR, I'm going to sponsor Mirek. * Package named correctly
* Packaging the latest version
* License tag correct
* License is fine for fedora
* Builds fine in mock
* Rpmlint is happy
* SPEC file is clean and legible
* Filelist sane
* Requires sane
* Provides sane
APPROVED
One minor suggestion; these are no longer required in a modern RPM:
0.) Cleaning buildroot before install
rm -rf $RPM_BUILD_ROOT
1.) %clean section altogether
%clean
rm -rf $RPM_BUILD_ROOT
2.) %defattr
%defattr(-,root,root,-)
3.) BuildRoot tag
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Spec URL: http://www.ucw.cz/~qiq/rpms/judy-fk.spec SRPM URL: http://www.ucw.cz/~qiq/rpms/judy-fk-1.0.6-2.fc20.src.rpm * Fri May 16 2014 Miroslav Spousta <miroslav.spousta> 1.0.6-2 - removal of unnecessary directives from spec file New Package SCM Request ======================= Package Name: judy-fk Short Description: General purpose dynamic array with fixed-length keys Upstream URL: http://github.com/qiq/judy-fk Owners: qiq Branches: f19 f20 el6 epel7 Git done (by process-git-requests). |