Bug 2049382

Summary: Review Request: aws-c-auth - C99 library implementation of AWS client-side authentication: standard credentials providers and signing.
Product: [Fedora] Fedora Reporter: David Duncan <davdunc>
Component: Package ReviewAssignee: Neal Gompa <ngompa13>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dominik, gwync, ngompa13, package-review
Target Milestone: ---Flags: ngompa13: fedora-review?
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-05-03 22:41:40 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:
Bug Depends On: 2049379, 2049397, 2049400, 2049644, 2049656, 2279003    
Bug Blocks: 2049792    

Description David Duncan 2022-02-02 05:31:55 UTC
Spec URL: https://davdunc.fedorapeople.org/awscli-2-rpms/aws-c-auth.spec
SRPM URL: https://davdunc.fedorapeople.org/awscli-2-rpms/aws-c-auth-0.6.5-1.fc35.src.rpm
Description: C99 library implementation of AWS client-side authentication: standard credentials providers and signing.
Fedora Account System Username: davdunc

Comment 2 Neal Gompa 2022-02-02 11:09:00 UTC
Taking this review.

Comment 3 Neal Gompa 2022-02-02 11:11:08 UTC
> %files
> %license LICENSE
> %doc README.md
>
> %files libs
> %{_libdir}/libaws-c-auth.so
> %{_libdir}/libaws-c-auth.so.1.0.0

These two files sections can be collapsed into a single "%files libs" section.

And "%{_libdir}/libaws-c-auth.so" needs to be in the devel subpackage.

Finally, with these changes, the libs subpackage shouldn't depend on an empty main package that isn't going to be made, so:

> Requires:       %{name}%{?_isa} = %{version}-%{release}

should be dropped.

Comment 4 Neal Gompa 2022-02-02 11:34:30 UTC
> %{_libdir}/aws-c-auth/cmake/aws-c-auth-config.cmake
> %{_libdir}/aws-c-auth/cmake/shared/aws-c-auth-targets-noconfig.cmake
> %{_libdir}/aws-c-auth/cmake/shared/aws-c-auth-targets.cmake

The directory structure is wrong here. This needs to be "%{_libdir}/cmake/aws-c-auth" instead of "%{_libdir}/aws-c-auth/cmake". The CMake dependency generator isn't picking up anything and CMake can't use the modules unless it's in the right directory structure.

Comment 7 Neal Gompa 2022-02-26 02:17:56 UTC
This can't proceed until its build dependencies are cleared.

Comment 8 Package Review 2023-02-27 00:45:26 UTC
This is an automatic check from review-stats script.

This review request ticket hasn't been updated for some time, but it seems
that the review is still being working out by you. If this is right, please
respond to this comment clearing the NEEDINFO flag and try to reach out the
submitter to proceed with the review.

If you're not interested in reviewing this ticket anymore, please clear the
fedora-review flag and reset the assignee, so that a new reviewer can take
this ticket.

Without any reply, this request will shortly be resetted.

Comment 9 Dominik Wombacher 2024-05-03 22:41:40 UTC

*** This bug has been marked as a duplicate of bug 2279012 ***