Compare commits
No commits in common. "c8-beta" and "c8-stream-2.0" have entirely different histories.
c8-beta
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v0.1.5.tar.gz
|
SOURCES/v0.2.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
9c9650fde338cd3bfb09c62fa8f8a1ba5d1d156a SOURCES/v0.1.5.tar.gz
|
4040bc2746225acabf5c7038d8eb38ae2de30ac2 SOURCES/v0.2.1.tar.gz
|
||||||
|
@ -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.1.5
|
Version: 0.2.1
|
||||||
Release: 2%{?dist}
|
Release: 2%{?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+
|
||||||
@ -44,7 +44,9 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
|
|||||||
%{_mandir}/man8/udica.8*
|
%{_mandir}/man8/udica.8*
|
||||||
%{_bindir}/udica
|
%{_bindir}/udica
|
||||||
%dir %{_datadir}/udica
|
%dir %{_datadir}/udica
|
||||||
|
%dir %{_datadir}/udica/ansible
|
||||||
%dir %{_datadir}/udica/templates
|
%dir %{_datadir}/udica/templates
|
||||||
|
%{_datadir}/udica/ansible/*
|
||||||
%{_datadir}/udica/templates/*
|
%{_datadir}/udica/templates/*
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
@ -58,6 +60,26 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 26 2019 Jindrich Novy <jnovy@redhat.com> - 0.2.1-2
|
||||||
|
- initial import to container-tools 8.2.0
|
||||||
|
- Related: RHELPLAN-25139
|
||||||
|
|
||||||
|
* Fri Oct 25 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.2.1-1
|
||||||
|
- New rebase https://github.com/containers/udica/releases/tag/v0.2.0
|
||||||
|
Resolves: rhbz#1757693
|
||||||
|
|
||||||
|
* Wed Oct 02 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.2.0-1
|
||||||
|
- New rebase https://github.com/containers/udica/releases/tag/v0.2.0
|
||||||
|
Resolves: rhbz#1757693
|
||||||
|
|
||||||
|
* Thu Jul 11 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.8-1
|
||||||
|
- Udica supports podman version 1.4.0+
|
||||||
|
Resolves: rhbz#1729115
|
||||||
|
|
||||||
|
* Fri May 17 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.6-1
|
||||||
|
- Update testsuite from upstream release
|
||||||
|
Resolves: rhbz#1673643
|
||||||
|
|
||||||
* Wed May 15 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.5-2
|
* Wed May 15 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.5-2
|
||||||
- Bump release because of gating tests
|
- Bump release because of gating tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user