Changeset 64630 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Nov 10, 2016 2:09:24 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111859
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/distributions_rpm
r61451 r64630 7 7 sles10.1 = SLES_10_1 8 8 mdv2011.0 = MANDRIVA_2011_0 9 fedora25 = FEDORA_25 9 10 fedora24 = FEDORA_24 10 11 fedora22 = FEDORA_22 -
trunk/src/VBox/Installer/linux/rpm/rules
r64073 r64630 106 106 endif 107 107 108 ifeq ($(filter-out el5 el6 el7 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 ,$(rpmrel)),)108 ifeq ($(filter-out el5 el6 el7 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25,$(rpmrel)),) 109 109 rpmspec := rpm_redhat 110 110 endif
Note:
See TracChangeset
for help on using the changeset viewer.