Changeset 34067 in vbox for trunk/src/VBox/Installer/linux/rpm
- Timestamp:
- Nov 15, 2010 3:15:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r33674 r34067 56 56 endif 57 57 58 ifeq ($(filter-out rhel4 rhel5 fedora9 fedora11 fedora12 fedora13 fedora14 pclinuxos2007 turbolinux11,$(rpmrel)),)58 ifeq ($(filter-out rhel4 rhel5 rhel6 fedora9 fedora11 fedora12 fedora13 fedora14 pclinuxos2007 turbolinux11,$(rpmrel)),) 59 59 rpmspec := rpm_redhat 60 60 endif … … 80 80 81 81 # Fedora13/14 is bleeding edge, the other jails have outdated kernel headers 82 instmod := $(if $(filter rhel4 rhel5 sles10.1 sles11.0 pclinuxos2007 fedora13 fedora14,$(rpmrel)),,install_rpm)82 instmod := $(if $(filter rhel4 rhel5 rhel6 sles10.1 sles11.0 pclinuxos2007 fedora13 fedora14,$(rpmrel)),,install_rpm) 83 83 84 84 ifneq ($(STAGEDISO),)
Note:
See TracChangeset
for help on using the changeset viewer.