forked from pool/podman
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Fri Feb 9 15:55:16 UTC 2018 - vrothberg@suse.com
|
||
|
|
||
|
- Add requirement on libcontainers-common, which now provides the
|
||
|
/etc/containers/policy.json config.
|
||
|
- Use golang-packaging macros.
|
||
|
- Set version to +git%{rev_list} scheme as there's no official release yet.
|
||
|
- Spec file cleanups via spec-cleaner.
|
||
|
- Add requirement on libcontainers-{common,image,storage}, which provide
|
||
|
configuration files, manpages and debugging tools useful and required by
|
||
|
podman.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Feb 7 08:51:16 UTC 2018 - vrothberg@suse.com
|
||
|
|
||
|
- Fix typo to provide the correct package.
|
||
|
- Replace tabs with spaces.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Feb 5 06:40:05 UTC 2018 - vrothberg@suse.com
|
||
|
|
||
|
- Fix libostree-devel %if condition for TW, Leap 15+ and SLES 15+.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Feb 1 12:38:03 UTC 2018 - vrothberg@suse.com
|
||
|
|
||
|
- Use `%fdupes %buildroot/%_prefix` since `fdupes %buildroot` is not allowed
|
||
|
because you cannot make hardlinks between certain partitions.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Jan 30 15:33:21 UTC 2018 - vrothberg@suse.com
|
||
|
|
||
|
- Add podman package: podman is a simple client only tool to help with
|
||
|
debugging issues when daemons such as CRI runtime and the kubelet are not
|
||
|
responding or failing.
|