From 4aea2395ce0e737c5c9bd1c06dd2dbdb27848753 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Fri, 19 Apr 2019 20:43:16 +0200 Subject: [PATCH] * Fri Apr 19 2019 Lukas Vrabec - 0.1.5-1 - Create mock selinux and semanage module - Update testing section in README - Add travis file for Travis CI - Grammar fixes in the udica.8 manpage file - Support port ranges (Resolves: #16) - Test port ranges --- .gitignore | 1 + sources | 2 +- udica.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a75055a..3971a54 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /v0.1.2.tar.gz /v0.1.3.tar.gz /v0.1.4.tar.gz +/v0.1.5.tar.gz diff --git a/sources b/sources index eb5bafb..33dcb37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v0.1.4.tar.gz) = 08afb8b16bbc44c87bc8ec0c91f9893650c9e47a94f8c1f75750ec98ae08bc23a00b25b99968481e7a296d6e3232d17a29358fbfc91f1e15af1e3225b2f5a7c9 +SHA512 (v0.1.5.tar.gz) = 38cb9b0c9d42f807d05811631d460af80e65db5631e53230ea129d79d9844eeddc9c3f63ff17c121150afb1319b08cf6da085ce3e18945f4bf76b844365f741c diff --git a/udica.spec b/udica.spec index 7b3dccc..ebea20e 100644 --- a/udica.spec +++ b/udica.spec @@ -1,6 +1,6 @@ Summary: A tool for generating SELinux security policies for containers Name: udica -Version: 0.1.4 +Version: 0.1.5 Release: 1%{?dist} Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz License: GPLv3+ @@ -58,6 +58,14 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 %endif %changelog +* Fri Apr 19 2019 Lukas Vrabec - 0.1.5-1 +- Create mock selinux and semanage module +- Update testing section in README +- Add travis file for Travis CI +- Grammar fixes in the udica.8 manpage file +- Support port ranges (Resolves: #16) +- Test port ranges + * Mon Mar 11 2019 Lukas Vrabec - 0.1.4-1 - Fix minor problems reported by pylint #11 - Catch FileNotFoundError when inspecting containers #12