Fix for BZ1253977

This commit is contained in:
Jirka Hladky 2015-08-18 11:43:44 +02:00
parent 50d9a5c6e5
commit d9e78576e5

View File

@ -1,7 +1,7 @@
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
Name: hwloc
Version: 1.11.0
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
Group: Applications/System
URL: http://www.open-mpi.org/projects/hwloc/
@ -120,14 +120,14 @@ make check
%{_includedir}/%{name}.h
%{_defaultdocdir}/%{name}/examples
%{_libdir}/*.so
%files libs
%{_mandir}/man7/%{name}*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/%{name}.dtd
%{_datadir}/%{name}/%{name}-valgrind.supp
%dir %{_defaultdocdir}/%{name}
%{_defaultdocdir}/%{name}/*[^c]
%files libs
%{_libdir}/libhwloc*so.5*
%files gui
@ -140,6 +140,9 @@ make check
%{_libdir}/hwloc*
%changelog
* Tue Aug 18 2015 Jirka Hladky <hladky.jiri@gmail.com> - 1.10.0-2
- Moved all doc files from lib to devel subpackage to allow i686 and x86_64 libraries to be installed alongside
* Tue Jul 21 2015 Orion Poplwski <orion@cora.nwra.com> - 1.11.0-1
- Update to version 1.11.0 (fixes bug #1208279)
- Drop arm patch applied upstream