re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 14:29:35 +02:00 committed by root
parent a6d9442485
commit ea4db910d7
4 changed files with 8 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/v0.2.6.tar.gz
/v0.2.6.tar.gz
/*.tar.*

1
.udica.metadata Normal file
View File

@ -0,0 +1 @@
c14134162d47822f6659ecfc955a498171e9d08d v0.2.6.tar.gz

View File

@ -1,7 +1,7 @@
#recipients: mmalik
--- !Policy
product_versions:
- rhel-9
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,7 +1,7 @@
Summary: A tool for generating SELinux security policies for containers
Name: udica
Version: 0.2.6
Release: 4%{?dist}
Release: 20%{?dist}
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
Patch0: 0001-Make-sure-each-section-of-the-inspect-exists-before-.patch
License: GPLv3+
@ -59,6 +59,10 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
%endif
%changelog
* Thu Jan 12 2023 Jindrich Novy <jnovy@redhat.com> - 0.2.6-20
- bump release to preserve update path
- Related: #2139052
* Fri Nov 18 2022 Jindrich Novy <jnovy@redhat.com> - 0.2.6-4
- Bump release to match latest release available in rhel-8.6.1
- Resolves: #2139052