Changeset 87455 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Jan 27, 2021 8:01:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
r87446 r87455 21 21 %define %CHM% 1 22 22 %define VBOXDOCDIR %{_defaultdocdir}/%NAME% 23 %global __requires_exclude_from ^/usr/lib/virtualbox/VBoxPython.*$ 24 %global __requires_exclude ^/usr/bin/python([23](\\.[0-9]+))?$ 23 %global __requires_exclude_from ^/usr/lib/virtualbox/VBoxPython.*$|^/usr/lib/python.*$|^.*\\.py$ 25 24 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} 26 25
Note:
See TracChangeset
for help on using the changeset viewer.