use file based requires

This commit is contained in:
Dennis Gilmore 2012-07-13 08:41:29 -05:00
parent 50335876fb
commit 17dcdfd131

View File

@ -228,7 +228,7 @@ Requires: avahi
Requires: crash Requires: crash
%endif %endif
%ifarch x86_64 %ifarch x86_64
Requires: glibc-devel(%{__isa_name}-32) Requires: /usr/lib/libc.so
%endif %endif
%description testsuite %description testsuite
@ -588,6 +588,7 @@ exit 0
%changelog %changelog
* Fri Jul 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8-4 * Fri Jul 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8-4
- Fix ifarch statement - Fix ifarch statement
- use file based requires for glibc-devel on x86_64 so that we work in koji
* Wed Jul 11 2012 Frank Ch. Eigler <fche@redhat.com> - 1.8-3 * Wed Jul 11 2012 Frank Ch. Eigler <fche@redhat.com> - 1.8-3
- PR14348 task_work_add race condition fix - PR14348 task_work_add race condition fix