Bug 2166555

Summary: cronolog: C99 compatibility fixes
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: cronologAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: epel-packagers-sig, ktdreyer, pb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: cronolog-1.6.2-36.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-02-02 07:28:04 UTC Type: Bug
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:    
Bug Blocks: 2141798    
Attachments:
Description Flags
cronolog-configure-c99.patch
none
cronolog-c99.patch none

Description Florian Weimer 2023-02-02 07:04:23 UTC
Created attachment 1941714 [details]
cronolog-configure-c99.patch

There are two C99 compatibility issues in this package: configure was compiled with an autoconf version that is too old, and current glibc hides the declaration of strptime in <time.h> by default.

Reporting this here because upstream appears to have gone away.

Comment 1 Florian Weimer 2023-02-02 07:06:51 UTC
Created attachment 1941715 [details]
cronolog-c99.patch