#1 place ansible/cico.py into /usr/share/cicoclient
Opened 2 years ago by evgeni. Modified 2 years ago
rpms/ evgeni/python-cicoclient ansible-share  into  c8-sig-infra

@@ -106,6 +106,9 @@ 

  # Fix hidden-file-or-dir warnings

  rm -rf html/.doctrees html/.buildinfo

  

+ # place ansible/cico.py into /usr/share/cicoclient

+ install -p -D -m 644 cicoclient/ansible/cico.py %{buildroot}%{_datadir}/cicoclient/ansible/cico.py

+ 

  %files

  %license LICENSE

  %doc README.rst
@@ -119,6 +122,7 @@ 

  %{python3_sitelib}/*.egg-info

  %endif

  %{_mandir}/man1/cico.1*

+ %{_datadir}/cicoclient

  

  %files doc

  %license LICENSE

this makes it easier to find the plugin, as the folder remains stable, across different Python versions

Metadata