-
Notifications
You must be signed in to change notification settings - Fork 52
Changes in cortx.spec file for generating Metarpm for build #103
Comments
@shailesh-vaidya Added details regarding Metarpm issue here. Please take a look. |
This issue/pull request has been marked as |
@gauravchaudhari02 Please refer this for EOS-8766 |
@gauravchaudhari02 - Generation of CORTX meta rpm is part of http://eos-jenkins.colo.seagate.com/job/Release_Engineering/job/Release-automation/ |
This issue/pull request has been marked as |
@gauravchaudhari02 @swatiseagate Seems this issue is resolved now. Can you please confirm and close it. Please add fix done and new CORTX meta rpm name details while closing issue. |
This issue/pull request has been marked as |
Added a shell script which generates a meta rpm ( includes details about component dependencies ). Pull request for change - #4 |
For release build we are creating metarpm which will add all rpms mentioned in RELEASE.INFO file in cortx.spec file and after executing rpmbuild command on cortx.spec file we are getting one metarpm generated.
Refer cortx.spec file at -> https://github.com/Seagate/cortx-re/blob/metarpm-script/scripts/cortx_metarpm/cortx.spec
This cortx.spec file is generating rpm with release type name for example: beta,ga etc.
As per comments mentioned on https://jts.seagate.com/browse/EOS-8766 we need to change rpm name and also there is echo command in %build section of cortx.spec file which is expected to be removed.
But after removing %build and %install section, only source rpm is created and not rpm in /rpmbuild/RPMS folder.
The text was updated successfully, but these errors were encountered: