* Thu Aug 13 2020 Lukas Vrabec <lvrabec@redhat.com> - 0.2.3-1
- New rebase https://github.com/containers/udica/releases/tag/v0.2.3
This commit is contained in:
parent
fe5d494410
commit
e23d97dbf9
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/v0.2.0.tar.gz
|
/v0.2.0.tar.gz
|
||||||
/v0.2.1.tar.gz
|
/v0.2.1.tar.gz
|
||||||
/v0.2.2.tar.gz
|
/v0.2.2.tar.gz
|
||||||
|
/v0.2.3.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v0.2.2.tar.gz) = 647601690462551c51945c769ebaf5963b51703df656a3eb1098199c84e19f26e580ebb89b37451cd8651c24afba071896be2064abe09b8130b25cacc7fda575
|
SHA512 (v0.2.3.tar.gz) = 78e6bae5a26e50ddc01a251802a02d6c48d8a87a8a1c343f9b40d0b2fdafbe435d62e6c1b6fb7c1365f536fac02f01d9057b2ffdaef27a9f91f3b245840754fb
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: A tool for generating SELinux security policies for containers
|
Summary: A tool for generating SELinux security policies for containers
|
||||||
Name: udica
|
Name: udica
|
||||||
Version: 0.2.2
|
Version: 0.2.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
|
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -60,6 +60,9 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 13 2020 Lukas Vrabec <lvrabec@redhat.com> - 0.2.3-1
|
||||||
|
- New rebase https://github.com/containers/udica/releases/tag/v0.2.3
|
||||||
|
|
||||||
* Mon Aug 03 2020 Lukas Vrabec <lvrabec@redhat.com> - 0.2.2-1
|
* Mon Aug 03 2020 Lukas Vrabec <lvrabec@redhat.com> - 0.2.2-1
|
||||||
- New rebase https://github.com/containers/udica/releases/tag/v0.2.2
|
- New rebase https://github.com/containers/udica/releases/tag/v0.2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user