Compare commits

...

No commits in common. "c8-beta" and "c9" have entirely different histories.
c8-beta ... c9

1 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,13 @@
%global __provides_exclude cmake|pkgconfig
# 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
%endif
%global modname pybind11
@ -122,7 +128,7 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%changelog
* Fri Nov 24 2023 Lumír Balhar <lbalhar@redhat.com> - 2.10.3-3
- Remove provides without python3.11 in the name
Resolves: RHEL-17341
Resolves: RHEL-5571
* Mon Feb 20 2023 Charalampos Stratakis <cstratak@redhat.com> - 2.10.3-2
- Enable tests