https://bugzilla.redhat.com/show_bug.cgi?id=2091389



--- Comment #7 from Jonathan Wakely <[email protected]> ---
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 <[email protected]> 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"


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2091389
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to