Marcus Schäfer
49aaa59bf0
Preserve extended attributes in tar archives
...
tar doesn't preserve extended attributes by default, causing Docker
images to not have any correct set-capabilities bits set on binaries
such as ping. This is fixed by adding the --xattrs flag to the tar
command
2016-03-04 10:01:53 +01:00
Marcus Schäfer
82d36ab060
Fixed update alternative setup for kiwi completion
...
kiwi itself is provided as update alternative for kiwi-py3
Thus the completion should be based on kiwi-py3
2016-02-29 09:29:20 +01:00
Marcus Schäfer
ea4e815eb6
Fixed spec file for kiwi-boot-requires
...
The meta package for the buildservice has to require
the new python3-kiwi package
2016-02-24 11:28:02 +01:00
Marcus Schäfer
6fe0205f0a
Added kiwi-filesystem provides to spec template
...
The main python3-kiwi package provides support for these
filesystem image types
2016-02-23 16:29:35 +01:00
Marcus Schäfer
0eeb37bf2e
No fdupes checking required anymore
2016-02-23 12:38:27 +01:00
Marcus Schäfer
8cb70923d0
Added kiwi-image provides to spec template
...
The main python3-kiwi package provides support for these
image types.
2016-02-23 11:32:36 +01:00
Marcus Schäfer
31630ff735
Fixed cut and paste error in spec template
...
correct the project Url
2016-02-18 10:09:34 +01:00
Marcus Schäfer
40e6308aa9
Port application from python 2.7 to 3.4
...
For new applications like this kiwi version and its use cases
it is better to base it on a more recent python version
2016-02-17 22:38:38 +01:00