Bug 2091389 - Review Request: uacme - a lightweight tool to automate ssl certificate requests
Summary: Review Request: uacme - a lightweight tool to automate ssl certificate requests
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: 35
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Jonathan Wakely
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-29 12:38 UTC by Benson Muite
Modified: 2022-10-13 15:25 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-10-13 15:25:46 UTC
Type: Bug
Embargoed:
jwakely: fedora-review+


Attachments (Terms of Use)

Description Benson Muite 2022-05-29 12:38:33 UTC
Spec URL: https://download.copr.fedorainfracloud.org/results/fed500/uacme/fedora-rawhide-x86_64/04457161-uacme/uacme.spec

SRPM URL: https://download.copr.fedorainfracloud.org/results/fed500/uacme/fedora-rawhide-x86_64/04457161-uacme/uacme-1.7.1-1.fc37.src.rpm

Description: 
A lightweight client for the RFC8555 ACMEv2 protocol,
written in plain C with minimal dependencies. The
ACMEv2 protocol allows a Certificate Authority and an
applicant to automate the process of verification and
certificate issuance. The protocol also provides
facilities for other certificate management functions,
such as certificate revocation.

Fedora Account System Username: fed500

Comment 1 Benson Muite 2022-05-29 12:40:19 UTC
FE-NEEDSPONSOR

Comment 2 Benson Muite 2022-05-31 15:43:01 UTC
fedora-review output

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

C/C++:
[ ]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[ ]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[ ]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU General Public License v3.0 or
     later", "FSF All Permissive License", "GNU General Public License v3.0
     or later [generated file]", "FSF Unlimited License (with License
     Retention) GNU General Public License v3.0 or later [generated file]",
     "ISC License GNU General Public License v3.0 or later", "FSF Unlimited
     License [generated file]", "MIT License", "GNU General Public License
     v2.0 or later [generated file]", "X11 License [generated file]", "BSD
     2-Clause License GNU General Public License v2.0 or later". 12 files
     have unknown license. Detailed output of licensecheck in
     /home/benson/Projects/FedoraPackaging/uacme/review-
     uacme/licensecheck.txt
[ ]: License file installed when any subpackage combination is installed.
[ ]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/share/uacme
[ ]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/uacme
[ ]: %build honors applicable compiler flags or justifies otherwise.
[ ]: Package contains no bundled libraries without FPC exception.
[ ]: Changelog in prescribed format.
[ ]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
     Note: rm -rf %{buildroot} present but not required
[ ]: Sources contain only permissible code or content.
[ ]: Package contains desktop file if it is a GUI application.
[ ]: Development files must be in a -devel package
[ ]: Package uses nothing in %doc for runtime.
[ ]: Package consistently uses macros (instead of hard-coded directory
     names).
[ ]: Package is named according to the Package Naming Guidelines.
[ ]: Package does not generate any conflict.
[ ]: Package obeys FHS, except libexecdir and /usr/target.
[ ]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[ ]: Requires correct, justified where necessary.
[ ]: Spec file is legible and written in American English.
[ ]: Package contains systemd file(s) if in need.
[ ]: Useful -debuginfo package or justification otherwise.
[ ]: Package is not known to require an ExcludeArch tag.
[ ]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 102400 bytes in 7 files.
[ ]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: 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 %license.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[ ]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[ ]: Final provides and requires are sane (see attachments).
[ ]: Package functions as described.
[ ]: Latest version is packaged.
[ ]: Package does not include license text files separate from upstream.
[ ]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[ ]: Package should compile and build into binary rpms on all supported
     architectures.
[ ]: %check is present and all tests pass.
[ ]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: There are rpmlint messages (see attachment).
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Cannot parse rpmlint output:


Rpmlint (debuginfo)
-------------------
Cannot parse rpmlint output:



Rpmlint (installed packages)
----------------------------
Cannot parse rpmlint output:


Source checksums
----------------
https://github.com/ndilieto/uacme/archive/refs/tags/upstream/1.7.1.tar.gz :
  CHECKSUM(SHA256) this package     : 36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac
  CHECKSUM(SHA256) upstream package : 36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac


Requires
--------
uacme (rpmlib, GLIBC filtered):
    /usr/bin/sh
    curl
    gnutls
    libc.so.6()(64bit)
    libcurl.so.4()(64bit)
    libev.so.4()(64bit)
    libgnutls.so.30()(64bit)
    libgnutls.so.30(GNUTLS_3_4)(64bit)
    libgnutls.so.30(GNUTLS_3_6_0)(64bit)
    rtld(GNU_HASH)

uacme-debuginfo (rpmlib, GLIBC filtered):

uacme-debugsource (rpmlib, GLIBC filtered):



Provides
--------
uacme:
    uacme
    uacme(x86-64)

uacme-debuginfo:
    debuginfo(build-id)
    uacme-debuginfo
    uacme-debuginfo(x86-64)

uacme-debugsource:
    uacme-debugsource
    uacme-debugsource(x86-64)



Generated by fedora-review 0.8.0 (e988316) last change: 2022-04-07
Command line :/usr/bin/fedora-review -n uacme
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, Generic, C/C++
Disabled plugins: R, Java, Perl, Ocaml, Python, PHP, Haskell, SugarActivity, fonts
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
[

Comment 4 Benson Muite 2022-06-05 14:52:29 UTC
Output of fedora-review

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

C/C++:
[ ]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[ ]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[ ]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU General Public License v3.0 or
     later", "FSF All Permissive License", "GNU General Public License v3.0
     or later [generated file]", "FSF Unlimited License (with License
     Retention) GNU General Public License v3.0 or later [generated file]",
     "ISC License GNU General Public License v3.0 or later", "FSF Unlimited
     License [generated file]", "MIT License", "GNU General Public License
     v2.0 or later [generated file]", "X11 License [generated file]". 10
     files have unknown license. Detailed output of licensecheck in
     /home/FedoraPackaging/uacme/2091389-uacme/licensecheck.txt
[ ]: License file installed when any subpackage combination is installed.
[ ]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/share/uacme
[ ]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/uacme
[ ]: %build honors applicable compiler flags or justifies otherwise.
[ ]: Package contains no bundled libraries without FPC exception.
[ ]: Changelog in prescribed format.
[ ]: Sources contain only permissible code or content.
[ ]: Package contains desktop file if it is a GUI application.
[ ]: Development files must be in a -devel package
[ ]: Package uses nothing in %doc for runtime.
[ ]: Package consistently uses macros (instead of hard-coded directory
     names).
[ ]: Package is named according to the Package Naming Guidelines.
[ ]: Package does not generate any conflict.
[ ]: Package does not use a name that already exists.
     Note: Couldn't connect to Pagure, check manually
[ ]: Package obeys FHS, except libexecdir and /usr/target.
[ ]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[ ]: Requires correct, justified where necessary.
[ ]: Spec file is legible and written in American English.
[ ]: Package contains systemd file(s) if in need.
[ ]: Useful -debuginfo package or justification otherwise.
[ ]: Package is not known to require an ExcludeArch tag.
[ ]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 102400 bytes in 7 files.
[ ]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: 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 %license.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[ ]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[ ]: Final provides and requires are sane (see attachments).
[ ]: Package functions as described.
[ ]: Latest version is packaged.
[ ]: Package does not include license text files separate from upstream.
[ ]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[ ]: Package should compile and build into binary rpms on all supported
     architectures.
[ ]: %check is present and all tests pass.
[ ]: Packages should try to preserve timestamps of original installed
     files.
[ ]: Spec use %global instead of %define unless justified.
     Note: %define requiring justification: %define autorelease(e:s:pb:)
     %{?-p:0.}%{lua:
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: There are rpmlint messages (see attachment).
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Cannot parse rpmlint output:


Rpmlint (debuginfo)
-------------------
Cannot parse rpmlint output:



Rpmlint (installed packages)
----------------------------
Cannot parse rpmlint output:


Source checksums
----------------
https://github.com/ndilieto/uacme/archive/refs/tags/upstream/1.7.1.tar.gz :
  CHECKSUM(SHA256) this package     : 36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac
  CHECKSUM(SHA256) upstream package : 36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac


Requires
--------
uacme (rpmlib, GLIBC filtered):
    /usr/bin/sh
    curl
    gnutls
    libc.so.6()(64bit)
    libcurl.so.4()(64bit)
    libev.so.4()(64bit)
    libgnutls.so.30()(64bit)
    libgnutls.so.30(GNUTLS_3_4)(64bit)
    libgnutls.so.30(GNUTLS_3_6_0)(64bit)
    rtld(GNU_HASH)

uacme-debuginfo (rpmlib, GLIBC filtered):

uacme-debugsource (rpmlib, GLIBC filtered):



Provides
--------
uacme:
    uacme
    uacme(x86-64)

uacme-debuginfo:
    debuginfo(build-id)
    uacme-debuginfo
    uacme-debuginfo(x86-64)

uacme-debugsource:
    uacme-debugsource
    uacme-debugsource(x86-64)



Generated by fedora-review 0.8.0 (e988316) last change: 2022-04-07
Command line :/usr/bin/fedora-review -b 2091389
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, C/C++, Generic
Disabled plugins: SugarActivity, Perl, Java, R, Haskell, fonts, Ocaml, Python, PHP
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 6 Benson Muite 2022-06-07 11:16:27 UTC
Output of fedora-review

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

C/C++:
[ ]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[ ]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[ ]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU General Public License v3.0 or
     later", "FSF All Permissive License", "GNU General Public License v3.0
     or later [generated file]", "FSF Unlimited License (with License
     Retention) GNU General Public License v3.0 or later [generated file]",
     "ISC License GNU General Public License v3.0 or later", "FSF Unlimited
     License [generated file]", "MIT License", "GNU General Public License
     v2.0 or later [generated file]", "X11 License [generated file]". 10
     files have unknown license. Detailed output of licensecheck in
     /home/FedoraPackaging/uacme/2091389-uacme/licensecheck.txt
[ ]: License file installed when any subpackage combination is installed.
[ ]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/share/uacme
[ ]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/uacme
[ ]: %build honors applicable compiler flags or justifies otherwise.
[ ]: Package contains no bundled libraries without FPC exception.
[ ]: Changelog in prescribed format.
[ ]: Sources contain only permissible code or content.
[ ]: Package contains desktop file if it is a GUI application.
[ ]: Development files must be in a -devel package
[ ]: Package uses nothing in %doc for runtime.
[ ]: Package consistently uses macros (instead of hard-coded directory
     names).
[ ]: Package is named according to the Package Naming Guidelines.
[ ]: Package does not generate any conflict.
[ ]: Package obeys FHS, except libexecdir and /usr/target.
[ ]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[ ]: Requires correct, justified where necessary.
[ ]: Spec file is legible and written in American English.
[ ]: Package contains systemd file(s) if in need.
[ ]: Useful -debuginfo package or justification otherwise.
[ ]: Package is not known to require an ExcludeArch tag.
[ ]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 102400 bytes in 7 files.
[ ]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: 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 %license.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[ ]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[ ]: Final provides and requires are sane (see attachments).
[ ]: Package functions as described.
[ ]: Latest version is packaged.
[ ]: Package does not include license text files separate from upstream.
[ ]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[ ]: Package should compile and build into binary rpms on all supported
     architectures.
[ ]: %check is present and all tests pass.
[ ]: Packages should try to preserve timestamps of original installed
     files.
[ ]: Spec use %global instead of %define unless justified.
     Note: %define requiring justification: %define autorelease(e:s:pb:)
     %{?-p:0.}%{lua:
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: There are rpmlint messages (see attachment).
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Cannot parse rpmlint output:


Rpmlint (debuginfo)
-------------------
Cannot parse rpmlint output:



Rpmlint (installed packages)
----------------------------
Cannot parse rpmlint output:


Source checksums
----------------
https://github.com/ndilieto/uacme/archive/refs/tags/upstream/1.7.1.tar.gz :
  CHECKSUM(SHA256) this package     : 36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac
  CHECKSUM(SHA256) upstream package : 36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac


Requires
--------
uacme (rpmlib, GLIBC filtered):
    /usr/bin/sh
    curl
    gnutls
    libc.so.6()(64bit)
    libcurl.so.4()(64bit)
    libev
    libev.so.4()(64bit)
    libgnutls.so.30()(64bit)
    libgnutls.so.30(GNUTLS_3_4)(64bit)
    libgnutls.so.30(GNUTLS_3_6_0)(64bit)
    rtld(GNU_HASH)

uacme-debuginfo (rpmlib, GLIBC filtered):

uacme-debugsource (rpmlib, GLIBC filtered):



Provides
--------
uacme:
    uacme
    uacme(x86-64)

uacme-debuginfo:
    debuginfo(build-id)
    uacme-debuginfo
    uacme-debuginfo(x86-64)

uacme-debugsource:
    uacme-debugsource
    uacme-debugsource(x86-64)



Generated by fedora-review 0.8.0 (e988316) last change: 2022-04-07
Command line :/usr/bin/fedora-review -b 2091389
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Perl, PHP, fonts, Haskell, Python, Ocaml, R, Java, SugarActivity
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 7 Jonathan Wakely 2022-10-03 09:04:01 UTC
Version:        1.7.1 

The latest release is 1.7.3 now.


URL:            https://github.com/ndilieto/uacme
Source0:        %{url}/archive/refs/tags/upstream/%{version}.tar.gz

I was curious about the difference between Git tags "v1.7.1" and "upstream/1.7.1" and which is right for Fedora. It looks like "vX.Y.Z" gets tagged on the master branch, then that work is merged to the upstream/latest branch and the configure script is regenerated, then that's tagged as "upstream/X.Y.Z". So this looks right.


# No tests defined, do a sanity check
# uacme --help gives a return code of 2, so use which
# https://github.com/ndilieto/uacme/issues/50 
%check
which uacme --help
which uacme --version

This passes the --help and --version options to the 'which' command, is that what you want? Why?
I think this should just be 'which uacme'.


%changelog
* Tue Jun 07 2022 John Doe <packager> 1.7.1-1
- Uncommitted changes


This should be properly populated with your name and email, and something like "Initial spec file" or "Initial RPM package"

Comment 8 Jonathan Wakely 2022-10-03 10:41:40 UTC
(In reply to Jonathan Wakely from comment #7)
> # No tests defined, do a sanity check
> # uacme --help gives a return code of 2, so use which
> # https://github.com/ndilieto/uacme/issues/50 
> %check
> which uacme --help
> which uacme --version
> 
> This passes the --help and --version options to the 'which' command, is that
> what you want? Why?
> I think this should just be 'which uacme'.

The output of the current %check is:


+ which uacme --help
Usage: which [options] [--] COMMAND [...]
Write the full path of COMMAND(s) to standard output.

  --version, -[vV] Print version and exit successfully.
  --help,          Print this help and exit successfully.
  --skip-dot       Skip directories in PATH that start with a dot.
  --skip-tilde     Skip directories in PATH that start with a tilde.
  --show-dot       Don't expand a dot to current directory in output.
  --show-tilde     Output a tilde for HOME directory for non-root.
  --tty-only       Stop processing options on the right if not on tty.
  --all, -a        Print all matches in PATH, not just the first
  --read-alias, -i Read list of aliases from stdin.
  --skip-alias     Ignore option --read-alias; don't read stdin.
  --read-functions Read shell functions from stdin.
  --skip-functions Ignore option --read-functions; don't read stdin.

Recommended use is to write the output of (alias; declare -f) to standard
input, so that which can show aliases and shell functions. See which(1) for
examples.

If the options --read-alias and/or --read-functions are specified then the
output can be a full alias or function definition, optionally followed by
the full path of each command used inside of those.

Report bugs to <which-bugs>.
GNU which v2.21, Copyright (C) 1999 - 2015 Carlo Wood.
GNU which comes with ABSOLUTELY NO WARRANTY;
This program is free software; your freedom to use, change
and distribute this program is protected by the GPL.
+ which uacme --version


So it's just printing info about /usr/bin/which. It doesn't even check if uacme is in $PATH, and in fact it isn't, because the RPM hasn't been installed.

If you want to check the uacme program can actually be run, this would work:

# No tests defined, do a sanity check.
# uacme --help gives a return code of 2, but pipeline exits with grep's status.
# https://github.com/ndilieto/uacme/issues/50 
%check
${RPM_BUILD_ROOT}%{_bindir}/%{name} --version 2>&1 | grep 'uacme: version %version'

Comment 9 Jonathan Wakely 2022-10-03 10:42:51 UTC
(In reply to Jonathan Wakely from comment #8)
> # No tests defined, do a sanity check.
> # uacme --help gives a return code of 2, but pipeline exits with grep's
> status.

Oops, maybe that would make more sense as:

# uacme --version gives a return code of 2, so check its output.

Comment 10 Benson Muite 2022-10-03 14:01:38 UTC
Thanks for the review. 

$ diff -r source/uacme-1.7.3/ upstream/uacme-upstream-1.7.3/
Only in upstream/uacme-upstream-1.7.3/: config.h.in
Only in upstream/uacme-upstream-1.7.3/: configure
Only in source/uacme-1.7.3/docs: index.html
Only in source/uacme-1.7.3/: .gitignore
Only in upstream/uacme-upstream-1.7.3/: Makefile.in
Only in upstream/uacme-upstream-1.7.3/: .tarball-version

upstream has a generated configure file. Probably either one can be used.

The exit code of 2 causes the build to fail, even if the output is piped elsewhere. Trying ignoring the exit code, capturing the value and then checking if it is the expected value.

New builds:
https://copr.fedorainfracloud.org/coprs/fed500/uacme/build/4884680/

spec: https://download.copr.fedorainfracloud.org/results/fed500/uacme/fedora-rawhide-x86_64/04884680-uacme/uacme.spec
srpm: https://download.copr.fedorainfracloud.org/results/fed500/uacme/fedora-rawhide-x86_64/04884680-uacme/uacme-1.7.3-1.fc38.src.rpm

Comment 11 Jonathan Wakely 2022-10-03 14:29:56 UTC
(In reply to Benson Muite from comment #10)
> The exit code of 2 causes the build to fail, even if the output is piped
> elsewhere.

No, it works fine:

+ cd uacme-upstream-1.7.1
+ /builddir/build/BUILDROOT/uacme-1.7.1-1.fc38.x86_64/usr/bin/uacme --version
+ grep 'uacme: version 1.7.1'
uacme: version 1.7.1
+ RPM_EC=0
++ jobs -p
+ exit 0

> Trying ignoring the exit code, capturing the value and then
> checking if it is the expected value.

If you insist, then you can do this:

%check
(${RPM_BUILD_ROOT}%{_bindir}/%{name} --version 2>&1 || true) | grep 'uacme: version %version'

The subshell exits with status 0 here.

Comment 12 Jonathan Wakely 2022-10-03 14:31:25 UTC
If the shell did 'set -o pipefail' before the pipeline, then it would exit with status 2. But that isn't the case when I build it in mock.

Comment 14 Jonathan Wakely 2022-10-03 16:20:56 UTC
Did you try it without the (... || true) ?

Re the comment for %check, it's not the subshell that ignores the exit status 2 it's the || true part.

Comment 15 Benson Muite 2022-10-03 17:22:34 UTC
Thanks. Is the following ok as an explanation:
# No tests defined, do a sanity check
# uacme --version and ualpn --version 
# give return codes of 2, so use a 
# subshell to enable piping of the 
# output to check it but still return 0
# from the uacme and ualpn commands
# https://github.com/ndilieto/uacme/issues/50

Comment 16 Jonathan Wakely 2022-10-03 17:25:08 UTC
Yes, but I still maintain it's not actually necessary to do that.

'false | true' exits with status 0, even though 'false' exits with status 1.

Comment 18 Benson Muite 2022-10-06 13:38:47 UTC
Thanks for the positive review. Is there a reason you unassigned yourself? Cannot create a repository:
https://pagure.io/releng/fedora-scm-requests/issue/47921

Comment 19 Jonathan Wakely 2022-10-06 14:42:45 UTC
Oh sorry, didn't realise I need to stay assigned after adding the +

Comment 20 Benson Muite 2022-10-06 15:25:37 UTC
Thanks.
https://pagure.io/releng/fedora-scm-requests/issue/47991

Comment 21 Gwyn Ciesla 2022-10-06 15:45:41 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/uacme


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