-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CentOS Rpm Group field must be present in package: (main package) #309
Comments
From your logs:
From your configs:
Try to add |
Examples are
|
Thank you it worked after adding "rpmGroup := Some("GroupName")" |
I am new to Playframework and I have one more question for Overriding template http://www.scala-sbt.org/sbt-native-packager/GettingStartedApplications/OverridingTemplates.html where do yo add this template "src/templates/bash-template" for palyframework app, since there is no "src" directory I am using this play app to build to RPM |
Simply add it ;)
|
Thanks, I tried that before but for some reason I thought it is not working:), which was working always to overwrite using etc-default file. Now it works perfectly fine. Just some comments for creating system user, I can create this user before install, but it seems for CentOS 5.8 "--system" option does not work, it need to use "-r" OS Details: RPM Install Logs: Options: Creating system user: kafka |
Which version of |
[root@centos58 noarch]# rpm -qa | grep rpm |
I am building rpm for CentOS and getting below error, does any one else encounter similar issue
plugins.sbt content:
build.sbt
The text was updated successfully, but these errors were encountered: