Bug 1816753

Summary: createrepo_c is built without libmodulemd support
Product: Red Hat Enterprise Linux 8 Reporter: Igor Raits <igor.raits>
Component: createrepo_cAssignee: amatej
Status: CLOSED ERRATA QA Contact: Luca Berton <lberton>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 8.2CC: amatej, fj-lsoft-tool-rh, henson, jcall, jcastran, lberton, mblaha, ngompa13, sgallagh
Target Milestone: rcKeywords: Triaged
Target Release: 8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: createrepo_c-0.15.10-1.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-11-04 03:09:16 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: 1799062    

Description Igor Raits 2020-03-24 16:19:17 UTC
Description of problem:
Having modularity forced by RHEL and having core tool to operate repositories to not support it is pretty painful.

Version-Release number of selected component (if applicable):
createrepo_c-0.15.1-2.el8

How reproducible:
Always.

Additional info:
The fix is very trivial, just reshuffling some %bcond's around.

Comment 1 Stephen Gallagher 2020-03-24 16:53:32 UTC
The tone of the initial request notwithstanding, this is a serious oversight. It appears that there was an incorrect conditional in the spec file that results in createrepo_c being built without libmodulemd support.

Comment 3 Stephen Gallagher 2020-03-24 16:57:02 UTC
FTR, the issue was this:

```
-%if 0%{?rhel} || 0%{?fedora} < 29
+%if 0%{?rhel} < 8 || (0%{?fedora} && 0%{?fedora} < 29)
```

Comment 15 Yoko Oguma 2020-10-06 02:36:48 UTC
*** Bug 1877600 has been marked as a duplicate of this bug. ***

Comment 17 errata-xmlrpc 2020-11-04 03:09:16 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (createrepo_c bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2020:4700