* Fri Jan 04 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.2-0

- Fix invalid syntax output when policy is using just one template
Resolves: #6
This commit is contained in:
Lukas Vrabec 2019-01-04 00:32:08 +01:00
parent 9f1da7c228
commit 47068c8c1e
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/v0.1.1.tar.gz
/v0.1.2.tar.gz

View File

@ -1 +1 @@
SHA512 (v0.1.1.tar.gz) = abf4bdd0e9d84fd5233f1f10494c11c40ef03dcb820c545d7ef0f003bd9e72b6dc60715f56296ec59380a6d9327cf255d50edd3bd23a30e700c322d134302f2a
SHA512 (v0.1.2.tar.gz) = c82741d9a8c92759e53deed117f8eabbe95d667192671a46f1ea3354037d8019993fba1c931f5d4a8554c2f5848cf652ee5d8d96056d15a0f4660082fd7651e0

View File

@ -1,7 +1,7 @@
Summary: A tool for generating SELinux security policies for containers
Name: udica
Version: 0.1.1
Release: 2%{?dist}
Version: 0.1.2
Release: 1%{?dist}
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
License: GPLv3+
BuildArch: noarch
@ -58,6 +58,10 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
%endif
%changelog
* Fri Jan 04 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.2-1
- Fix invalid syntax output when policy is using just one template
Resolves: #6
* Tue Oct 23 2018 Lukas Vrabec <lvrabec@redhat.com> - 0.1.1-2
- Fix small issues in spec file like improve description and change files section.