I am using FPM to create my RPM packages, i am trying to added description to my package. But when description details, it add the same info to the Summary line, is there another flag for summary?
fpm -s dir -t rpm -n "lampstack" -v 5.2.17 --description "This stack contains Apache 2.2.24 and PHP 5.2.17" --url
http://www.domain.com --license "none" --vendor none --directories=/opt/apache2 --config-files=/etc/init.d/httpd --directories=/opt/php-5.2.17 --config-files=/etc/php.ini /opt/apache2 /etc/init.d/httpd /opt/php-5.2.17 /etc/php.ini
Created rpm {:path=>"lampstack-5.2.17-1.x86_64.rpm"}
[root@aoawslt00009 opt]# rpm -qip lampstack-5.2.17-1.x86_64.rpm
Name : nbc-lampstack Relocations: /
Version : 5.2.17 Vendor: none
Release : 1 Build Date: Mon 08 Apr 2013 01:04:24 PM PDT
Install Date: (not installed) Build Host:
Group : default Source RPM: nbc-lampstack-5.2.17-1.src.rpm
Size : 70917389 License: none
Signature : (none)
Packager : <root@aoawslt00009>
Summary : This stack contains Apache 2.2.24 and PHP 5.2.17
Description :
This stack contains Apache 2.2.24 and PHP 5.2.17
Also what flag can i use to change Packager field? right now its using the server hostname i built the package