Compare commits

..

No commits in common. 'c9' and 'c8' have entirely different histories.
c9 ... c8

@ -11,13 +11,7 @@
%global __provides_exclude cmake|pkgconfig %global __provides_exclude cmake|pkgconfig
# Whether to run the tests, enabled by default # Whether to run the tests, enabled by default
# ppc64le tests cannot be compiled with lto enabled so we disable them
# there for now
%ifarch ppc64le
%bcond_with tests
%else
%bcond_without tests %bcond_without tests
%endif
%global modname pybind11 %global modname pybind11
@ -128,7 +122,7 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%changelog %changelog
* Fri Nov 24 2023 Lumír Balhar <lbalhar@redhat.com> - 2.10.3-3 * Fri Nov 24 2023 Lumír Balhar <lbalhar@redhat.com> - 2.10.3-3
- Remove provides without python3.11 in the name - Remove provides without python3.11 in the name
Resolves: RHEL-5571 Resolves: RHEL-17341
* Mon Feb 20 2023 Charalampos Stratakis <cstratak@redhat.com> - 2.10.3-2 * Mon Feb 20 2023 Charalampos Stratakis <cstratak@redhat.com> - 2.10.3-2
- Enable tests - Enable tests

Loading…
Cancel
Save