Does what it says on the box.
If SSSD is being built on RHEL 5, switch the BuildRequires to glib2-devel and pass --with-unicode-lib=glib2 to configure.
This will make it possible to build RHEL 5 with 'make rpms'
On Fri, Dec 09, 2011 at 11:40:25AM -0500, Stephen Gallagher wrote:
Does what it says on the box.
If SSSD is being built on RHEL 5, switch the BuildRequires to glib2-devel and pass --with-unicode-lib=glib2 to configure.
This will make it possible to build RHEL 5 with 'make rpms'
Ack, looks fine and tested with a Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=3579314
On Mon, 2011-12-12 at 13:22 +0100, Alexander Boström wrote:
fre 2011-12-09 klockan 11:40 -0500 skrev Stephen Gallagher:
%if (0%{?rhel} == 5)
+%if 0%{?rhel} <= 5
Both of those should be ==, right? (Think non-RHEL.)
Yeah, you're right. I corrected that and pushed it to master.
sssd-devel@lists.fedorahosted.org