SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.8.1 → 9.9.0

- Update doc string for Uri::translate method
  
  The method was missing doc info about the check_build_environment
  parameter and the return type of the method
  

  
- Delete obsolete --obs-repo-internal switch
  

  
- Create obs project download link like obs does it
  
  In reference to _download_repository_link.html.erb from
  https://github.com/openSUSE/open-build-service, we use the
  same mechanism to create the download link from an obs://
  project definition
  

  
- Fixup unit test for help command
  

  
- Follow up fix for man page move

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=39
This commit is contained in:
Marcus Schaefer 2017-07-07 08:29:40 +00:00 committed by Git OBS Bridge
parent 285c38b6f5
commit 492856e1d8
3 changed files with 125 additions and 5 deletions

View File

@ -1,6 +1,126 @@
-------------------------------------------------------------------
Fri Jul 7 10:23:54 CEST 2017 - ms@suse.de
- Bump version: 9.8.1 → 9.9.0
-------------------------------------------------------------------
Fri Jul 7 10:14:24 CEST 2017 - ms@suse.de
- Update doc string for Uri::translate method
The method was missing doc info about the check_build_environment
parameter and the return type of the method
-------------------------------------------------------------------
Fri Jul 7 10:05:28 CEST 2017 - ms@suse.de
- Delete obsolete --obs-repo-internal switch
-------------------------------------------------------------------
Fri Jul 7 09:18:47 CEST 2017 - ms@suse.de
- Create obs project download link like obs does it
In reference to _download_repository_link.html.erb from
https://github.com/openSUSE/open-build-service, we use the
same mechanism to create the download link from an obs://
project definition
-------------------------------------------------------------------
Thu Jul 6 10:34:35 CEST 2017 - ms@suse.de
- Fixup unit test for help command
-------------------------------------------------------------------
Thu Jul 6 10:33:18 CEST 2017 - ms@suse.de
- Follow up fix for man page move
make sure kiwi calls the man page from the now changed
section level 8
-------------------------------------------------------------------
Wed Jul 5 11:19:23 CEST 2017 - ngompa@datto.com
- Move man pages to correct section
The man pages were incorrectly written to section 2, which is for
syscalls. Since KIWI is an administrator's tool, it has been moved
to section 8.
-------------------------------------------------------------------
Wed Jul 5 10:04:44 CEST 2017 - dcassany@suse.com
- Make sure system image strip sections are applied in boot image
This commit calls copy_strip_sections from the system image xml to the
boot image xml. This is needed to make sure strip sections are
applied into the boot image.
Fixes #414
-------------------------------------------------------------------
Tue Jul 4 18:26:49 CEST 2017 - ms@suse.de
- Refactor handling of obs repositories
* Delete kiwi internal ibs: and suse: types
* Delete handling for --obs-repo-internal and provide a
compatibility message to the user
* Buildservice download server url and scope can be configured
via ~/.config/kiwi/config.yml
* Translate obs urls to http in import_repositories_marked_as_imageinclude
* Use new Uri.is_public method in renamed runtime check
check_image_include_repos_publicly_resolvable
-------------------------------------------------------------------
Tue Jul 4 16:10:48 CEST 2017 - dcassany@suse.com
- Fix a code block in workflow.rst
Fixes #412
-------------------------------------------------------------------
Tue Jul 4 09:31:12 CEST 2017 - dcassany@suse.com
- Fix xml_state test
-------------------------------------------------------------------
Mon Jul 3 18:17:29 CEST 2017 - dcassany@suse.com
- Accept an empty string as a repo priority
xml_parse code is autogenerated, thus no changes there should be
considered. When adding a repository from the command line it
can happen that the repository priority is mapped to an empty instead
to a None valuei, when the priority is not specifically set. xml_parse
will only support a parseable string to int or a None value as the
default option, so, if an empty string is used, it throws an
exception. With the current patch anything that cannot be casted
to an int, will be considered as None.
Fixes #408
-------------------------------------------------------------------
Mon Jul 3 16:00:19 CEST 2017 - ms@suse.de
- Move check_image_include_repos_http_resolvable
Call the check_image_include_repos_http_resolvable runtime check
after the check and setup for the obs runtime environment. In
case of obs uri types and a kiwi build outside of the buildservice
those source locations could be translated into a public url and
thus allow for use with the imageinclude attribute. However
building inside of the buildservice maps those to a local path
which is private to the used worked instance. In such a case
the obs uri type is translated into a suse uri type and running
the check_image_include_repos_http_resolvable after that
translation will run from the translated and thus correct
source uri information
-------------------------------------------------------------------
Mon Jul 3 10:48:36 CEST 2017 - ms@suse.de
- Bump version: 9.8.0 → 9.8.1
-------------------------------------------------------------------

View File

@ -67,7 +67,7 @@
%endif
Name: python-kiwi
Version: 9.8.1
Version: 9.9.0
Release: 0
Provides: kiwi-schema = 6.5
Url: https://github.com/SUSE/kiwi
@ -394,7 +394,7 @@ fi
%dir %{_defaultdocdir}/python-kiwi
%{_defaultdocdir}/python-kiwi/LICENSE
%{_defaultdocdir}/python-kiwi/README
%doc %{_mandir}/man2/*
%doc %{_mandir}/man8/*
%files -n kiwi-tools
%defattr(-, root, root)

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b2f9cdc9cbd103271b3ffdf55df384cd6ebbce437911be76899236335f629f2
size 3304011
oid sha256:f9fa104844a6e1a82a475b86d909fa42927f740e55ad6191bf565e96757d2e2c
size 3423995