fix seccomp.json typos

This commit is contained in:
Daniel J Walsh 2020-10-27 06:45:39 -04:00
parent a0ccaf9b34
commit 8a8daa96ef
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
2 changed files with 6 additions and 2 deletions

View File

@ -227,6 +227,7 @@
"openat",
"openat2",
"pause",
"pidfd_getfd",
"pipe",
"pipe2",
"pivot_root",
@ -760,7 +761,7 @@
"names": [
"settimeofday",
"stime",
"clock_settime"
"clock_settime",
"clock_settime64"
],
"action": "SCMP_ACT_ALLOW",

View File

@ -46,7 +46,7 @@ Epoch: 1
Epoch: 2
%endif
Version: 1.2.1
Release: 13.dev.git%{shortcommit0}%{?dist}
Release: 14.dev.git%{shortcommit0}%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: %{git0}
@ -449,6 +449,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Mon Oct 26 2020 Dan Walsh <dwalsh@fedoraproject.org> - 1:1.2.1-14.dev.gitceaee44
- fix seccomp.json typos
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-13.dev.gitceaee44
- use %%rhel instead of %%eln