- Make sure LICENSE and README got installed

- Add completion for versioned binaries
  
  when installing kiwi via pip, no alternatives setup done
  when installing via rpm will be performed. In order to
  allow the bash completion to work also the versioned
  binaries needs to be added in the completion script

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=10
This commit is contained in:
Marcus Schaefer 2017-03-13 16:08:36 +00:00 committed by Git OBS Bridge
parent 3e7f7215de
commit d4dd84d1dc
3 changed files with 21 additions and 3 deletions

View File

@ -1,6 +1,21 @@
-------------------------------------------------------------------
Mon Mar 13 16:37:21 CET 2017 - ms@suse.com
- Make sure LICENSE and README got installed
-------------------------------------------------------------------
Mon Mar 13 14:33:47 CET 2017 - ms@suse.com
- Add completion for versioned binaries
when installing kiwi via pip, no alternatives setup done
when installing via rpm will be performed. In order to
allow the bash completion to work also the versioned
binaries needs to be added in the completion script
-------------------------------------------------------------------
Mon Mar 13 14:00:10 CET 2017 - ms@suse.com
- Bump version: 9.3.2 → 9.3.3
-------------------------------------------------------------------

View File

@ -373,6 +373,9 @@ fi
%files -n kiwi-man-pages
%defattr(-, root, root)
%dir %{_defaultdocdir}/python-kiwi
%{_defaultdocdir}/python-kiwi/LICENSE
%{_defaultdocdir}/python-kiwi/README
%doc %{_mandir}/man2/*
%files -n kiwi-tools

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:707ea1dd0f96cb7d45957fb6c10d2e89f35c484803bec30f93696ceeebbec1a1
size 2941901
oid sha256:db6943ed51a0bc699ba489da136cddcaaddafe10537d756cdba2f9e84c68363e
size 2930187