VirtualBox

Changeset 76759 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jan 10, 2019 4:39:06 PM (6 years ago)
Author:
vboxsync
Message:

Installers/linux: support Fedora 27 and later in the RPM spec.
bugref:3809: Linux installer maintenance.
Fedora 27 and later insist on building debug source packages unless told not
to, which is a problem for us since we build before packaging. For now, just
disable debug source.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec

    r76758 r76759  
    4444%undefine _missing_build_ids_terminate_build
    4545
     46# Remove source code from debuginfo package, needed for Fedora 27 and later
     47# as we build the binaries before creating the RPMs.
     48
     49%if 0%{?fedora} >= 27
     50%undefine _debugsource_packages
     51%undefine _debuginfo_subpackages
     52%endif
    4653
    4754%description
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette