-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Currently, in most of the RDO packages, package description is copied at all the subpackage.
It looks redundant. It would be good if we can move replace common description used under all
subpackage to a variable and use that variable and replace the common description
with it.
How to reproduce:
- Clone openstack-nova spec file git clone https://github.com/rdo-packages/nova-distgit
- Go to nova-distgit and open openstack-nova.spec in editor
- We need to fix all the redundant contents under %description section for all subpackages in the given spec file.
How to fix:
- Define a common variable %global common_desc
- Replace go to %description section of all subpackage and replace common content
with %{common_desc} - Add the changes file, commit it and send a Gerrit review.
- Please cross checklist
before sending Gerrit Review.
Here is the example spec file where it is fixed: https://github.com/rdo-packages/os-traits-distgit/blob/rpm-master/python-os-traits.spec
Below is the list of packages which need same fixes:
- openstack-nova
- openstack-glance
- openstack-cinder
- openstack-swift
- openstack-neutron
- openstack-keystone
Mentor: chandankumar
Note: Pick one of the package and comment in the comment box with review link.
Metadata
Metadata
Assignees
Labels
No labels