Remove unnecessary -n for subpackage definitions
This commit is contained in:
parent
6363610e58
commit
d66253421b
@ -94,18 +94,12 @@ are transferred to managed machines automatically.}
|
|||||||
|
|
||||||
This is the base part of ansible (the engine).
|
This is the base part of ansible (the engine).
|
||||||
|
|
||||||
%package -n ansible-core-doc
|
%package doc
|
||||||
Summary: Documentation for Ansible Core
|
Summary: Documentation for Ansible Core
|
||||||
Provides: ansible-base-doc = %{version}-%{release}
|
Provides: ansible-base-doc = %{version}-%{release}
|
||||||
Obsoletes: ansible-base-doc < 2.10.6-1
|
Obsoletes: ansible-base-doc < 2.10.6-1
|
||||||
|
|
||||||
%description -n ansible-core-doc
|
%description doc %_description
|
||||||
|
|
||||||
Ansible is a radically simple model-driven configuration management,
|
|
||||||
multi-node deployment, and remote task execution system. Ansible works
|
|
||||||
over SSH and does not require any software or daemons to be installed
|
|
||||||
on remote nodes. Extension modules can be written in any language and
|
|
||||||
are transferred to managed machines automatically.
|
|
||||||
|
|
||||||
This package installs extensive documentation for ansible-core
|
This package installs extensive documentation for ansible-core
|
||||||
|
|
||||||
@ -240,7 +234,7 @@ make PYTHON=%{python3} tests-py3
|
|||||||
%{python3_sitelib}/*dist-info
|
%{python3_sitelib}/*dist-info
|
||||||
%{_mandir}/man1/ansible*
|
%{_mandir}/man1/ansible*
|
||||||
|
|
||||||
%files -n ansible-core-doc
|
%files doc
|
||||||
%doc docs/docsite/rst
|
%doc docs/docsite/rst
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%doc docs/docsite/_build/html
|
%doc docs/docsite/_build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user