Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Source: pxf/build.gradle
build.gradle integrated rpm specs which contains commercial vendor names and copyrights.
ospackage { summary = 'The PXF extensions library for HAWQ' vendor = 'Pivotal' release = buildNumber() version = subProject.version.split('-')[0]; os = LINUX license = "Copyright (c) ${new Date().format("yyyy")} Pivotal Software, Inc. All Rights reserved." obsoletes('gpxf') user = 'root' permissionGroup = 'root' }