Bug 2279014

Summary: Review Request: aws-c-s3 - C99 library implementation for communicating with the S3 service
Product: [Fedora] Fedora Reporter: Dominik Wombacher <dominik>
Component: Package ReviewAssignee: Neil Hanlon <neil>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: davdunc, domwom, neil, ngompa13, package-review
Target Milestone: ---Keywords: AutomationTriaged
Target Release: ---Flags: neil: fedora-review+
Hardware: All   
OS: Linux   
URL: https://github.com/awslabs/%{name}
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-05-12 14:38:05 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: 2279012, 2279013    
Bug Blocks:    

Description Dominik Wombacher 2024-05-03 22:47:56 UTC
Spec URL: https://download.copr.fedorainfracloud.org/results/wombelix/aws-c-libs/fedora-rawhide-x86_64/07403097-aws-c-s3/aws-c-s3.spec
SRPM URL: https://download.copr.fedorainfracloud.org/results/wombelix/aws-c-libs/fedora-rawhide-x86_64/07403097-aws-c-s3/aws-c-s3-0.5.7-1.fc41.src.rpm
Description: The AWS-C-S3 library is an asynchronous AWS S3 client focused on maximizing throughput and network utilization.
Fedora Account System Username: wombelix

Comment 1 Fedora Review Service 2024-05-03 22:49:49 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/7403168
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2279014-aws-c-s3/fedora-rawhide-x86_64/07403168-aws-c-s3/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 4 Fedora Review Service 2024-09-30 08:37:19 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8091642
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2279014-aws-c-s3/fedora-rawhide-x86_64/08091642-aws-c-s3/fedora-review/review.txt

Please take a look if any issues were found.


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 5 Dominik Wombacher 2024-09-30 08:47:58 UTC
FYI: It's expected that the build currently fails on any Fedora version other than rawhide (https://copr.fedorainfracloud.org/coprs/build/8091642). Dependency 'aws-c-auth' is in testing and arrives in f39, f40 and f41 within the next days.

Comment 6 Neil Hanlon 2024-10-03 13:01:37 UTC
Notes:

1) -doc package should be BuildArch: noarch
2) soname looks odd, per rpmlint: aws-c-s3-libs.x86_64: E: invalid-soname /usr/lib64/libaws-c-s3.so.1.0.0 libaws-c-s3.so.0unstable

Otherwise looks good. Will be approved with clarification for soname ('unstable')

Comment 7 Dominik Wombacher 2024-11-25 10:34:59 UTC
@neil thanks for doing the review! 
Regarding the SONAME, that comes from upstream, they add the `unstable` suffix here: https://github.com/awslabs/aws-c-s3/blob/5877f40f87c77ccf2b278839995a6ee91983080f/CMakeLists.txt#L85
It looks like that the majority of AWS C lib packages had this but dropped that at some point but it's still in aws-c-s3.
What is your suggestion? Just moving on as is?
Patch it out in our package so that only the version one line up (https://github.com/awslabs/aws-c-s3/blob/5877f40f87c77ccf2b278839995a6ee91983080f/CMakeLists.txt#L84) is used?

Comment 8 Neil Hanlon 2024-12-09 13:57:31 UTC
Oops, I thought I had responded to this...

I think that's probably fine, as it appears it's intentional from upstream.

Approved!

Comment 9 Fedora Admin user for bugzilla script actions 2024-12-09 17:06:33 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/aws-c-s3