-
Notifications
You must be signed in to change notification settings - Fork 272
Description
Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/1206
We attempt to use {{{%if (0%{?rhel} == 5)}}} to determine that we're building on a RHEL 5 system. This works properly when building in 'mock' on RHEL 6 or a recent Fedora.
Unfortunately, this macro is not actually defined on a true RHEL 5 system, which means that {{{make rpms}}} will fail while attempting to build against libunistring (which is not available on RHEL 5).
Comments
Comment from sgallagh at 2012-03-01 15:57:51
Fields changed
milestone: NEEDS_TRIAGE => SSSD 1.9 beta
owner: somebody => sgallagh
Comment from dpal at 2012-03-03 04:53:56
Fields changed
rhbz: => 0
Comment from sgallagh at 2012-04-27 14:47:38
Marking this as easyfix since it deals with RPM spec changes and not SSSD code. Should be possible for someone unfamiliar with SSSD to pick up and fix.
keywords: => easyfix
Comment from sgallagh at 2012-05-03 19:39:08
Fields changed
milestone: SSSD 1.9.0 beta 1 => SSSD 1.9.0 beta 2
Comment from sgallagh at 2012-05-15 17:53:12
Fields changed
status: new => assigned
Comment from sgallagh at 2012-05-15 17:54:14
Fields changed
patch: 0 => 1
Comment from sgallagh at 2012-05-15 19:43:36
Fixed by:
- ecd6aa1 (master)
- 7e4457f (sssd-1-8)
milestone: SSSD 1.9.0 beta 2 => SSSD 1.8.4 (LTM)
resolution: => fixed
status: assigned => closed
Comment from sgallagh at 2017-02-24 15:03:55
Metadata Update from @sgallagh:
- Issue assigned to sgallagh
- Issue set to the milestone: SSSD 1.8.4 (LTM)