* Mon Mar 11 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.4-1
- Fix minor problems reported by pylint #11 - Catch FileNotFoundError when inspecting containers #12 - Create basic tests #13 - Restore working directory #14 - udica cannot use the container ID once it is provided #10
This commit is contained in:
parent
3cee827b9e
commit
003b3a8115
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/v0.1.1.tar.gz
|
||||
/v0.1.2.tar.gz
|
||||
/v0.1.3.tar.gz
|
||||
/v0.1.4.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.1.3.tar.gz) = a9063c940e61a58f779a809c0a3b76841ffafe3f47c101ed8d8cd5abfbd81cfc7e00b0867ddaa9004cb6d99176f1d061f7ade744125b5030e006a9cd7aa9e5b3
|
||||
SHA512 (v0.1.4.tar.gz) = 08afb8b16bbc44c87bc8ec0c91f9893650c9e47a94f8c1f75750ec98ae08bc23a00b25b99968481e7a296d6e3232d17a29358fbfc91f1e15af1e3225b2f5a7c9
|
||||
|
11
udica.spec
11
udica.spec
@ -1,7 +1,7 @@
|
||||
Summary: A tool for generating SELinux security policies for containers
|
||||
Name: udica
|
||||
Version: 0.1.3
|
||||
Release: 4%{?dist}
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
|
||||
License: GPLv3+
|
||||
BuildArch: noarch
|
||||
@ -58,6 +58,13 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.4-1
|
||||
- Fix minor problems reported by pylint #11
|
||||
- Catch FileNotFoundError when inspecting containers #12
|
||||
- Create basic tests #13
|
||||
- Restore working directory #14
|
||||
- udica cannot use the container ID once it is provided #10
|
||||
|
||||
* Mon Feb 25 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.3-4
|
||||
- Update manpage with the latest known bug described in https://github.com/containers/udica/issues/8
|
||||
- Add check if runtimes are installed on the system
|
||||
|
Loading…
Reference in New Issue
Block a user