[
https://issues.apache.org/jira/browse/BIGTOP-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947640#comment-13947640
]
wenwupeng commented on BIGTOP-1251:
-----------------------------------
Thanks [~rvs] review and comments.
is it OK we replace with $(VENDOR) $(MAIL) by sed in package.mk? and $(VENDOR)
$(MAIL) defined in bigtop.mk
if yes, I will update the patches.
(echo -e "$($(PKG)_PKG_NAME)
($(PKG_PKG_VERSION)$(BIGTOP_BUILD_STAMP)-$($(PKG)_RELEASE)) stable;
urgency=low\n" && \
echo " Clean build" && \
echo " -- Bigtop <[email protected]> "`date +'%a, %d %b %Y
%T %z'`) > debian/changelog && \
sed -i -e "s/Maintainer: Bigtop
<[email protected]>/Maintainer:$(VENDOR) $(MAIL)/g" debian/control && \
> Add Vendor in RPM information
> -----------------------------
>
> Key: BIGTOP-1251
> URL: https://issues.apache.org/jira/browse/BIGTOP-1251
> Project: Bigtop
> Issue Type: Sub-task
> Components: RPM
> Affects Versions: backlog
> Reporter: wenwupeng
> Assignee: wenwupeng
> Attachments: BIGTOP-1251.1.patch, BIGTOP-1251.2.patch
>
>
> This is sub-task of BIGTOP-1243,only add Vendor in RPM information
> existing behavior:
> $ rpm -qi bigtop-jsvc-1.0.10-1.el6.x86_64
> Version : 1.0.10 Vendor: (none)
> expected behavior:
> $ rpm -qi bigtop-jsvc-1.0.10-1.el6.x86_64
> Version : 1.0.10 Vendor: (Bigtop)
--
This message was sent by Atlassian JIRA
(v6.2#6252)