openstack-macros: Define ext_man for RDO/Fedora

The singlespec macros use ext_man so it needs to be defined.

Change-Id: I3bfda7b09f196b4d9982328cd5fbf20cbcdebd0e
This commit is contained in:
Thomas Bechtold 2017-12-06 11:55:52 +01:00
parent 5f973ef6e3
commit e0676536a4
3 changed files with 14 additions and 1 deletions

View File

@ -65,3 +65,10 @@ sed -i "s/%{2}/%{1}_tests/g" $tempest_egg_path/PKG-INFO \
%apache_conf_dir %{_sysconfdir}/%{apache_name}/conf.d/
%apache_user apache
%apache_group apache
#
# ext_man is used by the singlespec macro but is not defined on Fedora
#
%ext_info .gz
%ext_man .gz

View File

@ -98,3 +98,9 @@ sed -i "s/%{2}/%{1}_tests/g" $tempest_egg_path/PKG-INFO \
%apache_conf_dir %{_sysconfdir}/%{apache_name}/conf.d/
%apache_user apache
%apache_group apache
#
# ext_man is used by the singlespec macro but is not defined on Fedora
#
%ext_info .gz
%ext_man .gz

View File

@ -2,7 +2,7 @@
%global rdo 1
%endif
Name: openstack-macros
Version: 2018.1.1
Version: 2018.1.2
Release: 0
Summary: OpenStack Packaging - RPM Macros
License: {{ license('Apache-2.0') }}