diff options
author | Dan Radez <dradez@redhat.com> | 2017-04-19 13:52:23 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-06-06 14:00:22 -0400 |
commit | 7a9ba73da3e5cdc8b13b39f081e2a7108e2f3d89 (patch) | |
tree | 653bcdc4104f7b6e602be3f0a1006b28fa8ea8a9 /build/rpm_specs/opnfv-apex-undercloud.spec | |
parent | b9f63d58a83e18dd221be13348e585533eedcedc (diff) |
Adding rpmlint to the build
- updating syntax to meet rpmlint standards
Change-Id: I056b7600df0f4383b97c67e705bc0b749b4c1633
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/rpm_specs/opnfv-apex-undercloud.spec')
-rw-r--r-- | build/rpm_specs/opnfv-apex-undercloud.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/rpm_specs/opnfv-apex-undercloud.spec b/build/rpm_specs/opnfv-apex-undercloud.spec index 93fc6e0d..339fff69 100644 --- a/build/rpm_specs/opnfv-apex-undercloud.spec +++ b/build/rpm_specs/opnfv-apex-undercloud.spec @@ -1,6 +1,6 @@ Name: opnfv-apex-undercloud Version: 5.0 -Release: %{release} +Release: %{_release} Summary: Scripts and Disk images to launch the Undercloud for OPNFV Apex Group: System Environment @@ -19,6 +19,8 @@ https://wiki.opnfv.org/apex %prep %setup -q +%build + %install mkdir -p %{buildroot}%{_var}/opt/opnfv/images/ mkdir -p %{buildroot}%{_var}/opt/opnfv/nics/ |