fix seccomp.json typos
This commit is contained in:
parent
a0ccaf9b34
commit
8a8daa96ef
@ -227,6 +227,7 @@
|
|||||||
"openat",
|
"openat",
|
||||||
"openat2",
|
"openat2",
|
||||||
"pause",
|
"pause",
|
||||||
|
"pidfd_getfd",
|
||||||
"pipe",
|
"pipe",
|
||||||
"pipe2",
|
"pipe2",
|
||||||
"pivot_root",
|
"pivot_root",
|
||||||
@ -760,7 +761,7 @@
|
|||||||
"names": [
|
"names": [
|
||||||
"settimeofday",
|
"settimeofday",
|
||||||
"stime",
|
"stime",
|
||||||
"clock_settime"
|
"clock_settime",
|
||||||
"clock_settime64"
|
"clock_settime64"
|
||||||
],
|
],
|
||||||
"action": "SCMP_ACT_ALLOW",
|
"action": "SCMP_ACT_ALLOW",
|
||||||
|
@ -46,7 +46,7 @@ Epoch: 1
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 13.dev.git%{shortcommit0}%{?dist}
|
Release: 14.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: Inspect container images and repositories on registries
|
Summary: Inspect container images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -449,6 +449,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-13.dev.gitceaee44
|
||||||
- use %%rhel instead of %%eln
|
- use %%rhel instead of %%eln
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user