Marcus Schäfer
06e15373f5
Fixup setup and package requirements
...
python requests is needed due to latest changes
2017-07-07 15:38:40 +02:00
Neal Gompa
c6858d9162
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.
2017-07-05 16:35:04 -04:00
Marcus Schäfer
22afd9deba
Added PyYAML requirement to package and venv
...
The KIWI config file is yaml based and thus we need
support for reading the file in KIWI
2017-06-14 18:10:37 +02:00
Marcus Schäfer
d316584f9f
Fix use of pre requires in spec file
2017-05-31 09:32:54 +02:00
Marcus Schäfer
722584f486
Fixed pre-req for kiwi-pxeboot subpackage
...
the binaries groupadd and useradd used in the preinstall
scriptlet and provided by the shadow package needs a pre
requirement on shadow to make sure they exist when the
package gets installed. Fixes (bsc#1040256)
2017-05-28 21:37:25 +02:00
David Cassany
d1498a82a8
Update spec template for SLE13->SLE15
2017-04-10 16:05:53 +02:00
Marcus Schäfer
1bfdc4bf60
Recommend jing
...
in case of XML validation errors, jing is used to provide
good error messages. jing as a requirement will pull in all
of java which is unwanted, but a Recommends seems appropriate
2017-03-22 12:37:39 +01:00
Marcus Schäfer
bcdba8d159
Added SLE13 distribution matcher
2017-03-14 16:14:52 +01:00
Marcus Schäfer
2a29f7cc5b
Update distribution matcher in spec file
2017-03-14 16:14:17 +01:00
Marcus Schäfer
2b2bb847eb
Make sure LICENSE and README got installed
2017-03-13 16:55:55 +01:00
Marcus Schäfer
557d29ac45
Setup package for multipython build
...
Build package for both python2 and python3
2017-03-13 09:48:18 +01:00