Changeset 84049 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Apr 28, 2020 1:53:33 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137625
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/distributions_rpm
r82845 r84049 9 9 sles10.1 = SLES_10_1 10 10 mdv2011.0 = MANDRIVA_2011_0 11 fedora32 = FEDORA_32 11 12 fedora31 = FEDORA_31 12 13 fedora29 = FEDORA_29 -
trunk/src/VBox/Installer/linux/rpm/rules
r82968 r84049 105 105 endif 106 106 107 ifeq ($(filter-out el5 el6 el7 el8 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25 fedora26 fedora29 fedora31 ,$(rpmrel)),)107 ifeq ($(filter-out el5 el6 el7 el8 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25 fedora26 fedora29 fedora31 fedora32,$(rpmrel)),) 108 108 rpmspec := rpm_redhat 109 109 endif
Note:
See TracChangeset
for help on using the changeset viewer.