Update to 0^20230310.g1297ae2
This commit is contained in:
parent
c516e42bc2
commit
0e10ec9204
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/passt-4ddbcb9c0c555838b123c018a9ebc9b7e14a87e5.tar.xz
|
||||
/passt-c538ee8d695de053dc9da8965c85997a79fb6cb2.tar.xz
|
||||
/passt-7c7625ddff10e10a7486622b25e3a66bfcdd6c8b.tar.xz
|
||||
/passt-1297ae2873a02b4d6dd7423e49f0970a38977b3a.tar.xz
|
||||
|
12
passt.spec
12
passt.spec
@ -7,10 +7,10 @@
|
||||
# Copyright (c) 2022 Red Hat GmbH
|
||||
# Author: Stefano Brivio <sbrivio@redhat.com>
|
||||
|
||||
%global git_hash 7c7625ddff10e10a7486622b25e3a66bfcdd6c8b
|
||||
%global git_hash 1297ae2873a02b4d6dd7423e49f0970a38977b3a
|
||||
|
||||
Name: passt
|
||||
Version: 0^20230309.g7c7625d
|
||||
Version: 0^20230310.g1297ae2
|
||||
Release: 1%{?dist}
|
||||
Summary: User-mode networking daemons for virtual machines and namespaces
|
||||
License: AGPLv3+ and BSD
|
||||
@ -61,7 +61,9 @@ ln -sr %{buildroot}%{_mandir}/man1/pasta.1 %{buildroot}%{_mandir}/man1/pasta.avx
|
||||
pushd contrib/selinux
|
||||
make -f %{_datadir}/selinux/devel/Makefile
|
||||
install -p -m 644 -D passt.pp %{buildroot}%{_datadir}/selinux/packages/%{name}/passt.pp
|
||||
install -p -m 644 -D passt.if %{buildroot}%{_datadir}/selinux/devel/include/contrib/passt.if
|
||||
install -p -m 644 -D pasta.pp %{buildroot}%{_datadir}/selinux/packages/%{name}/pasta.pp
|
||||
install -p -m 644 -D pasta.if %{buildroot}%{_datadir}/selinux/devel/include/contrib/pasta.if
|
||||
popd
|
||||
|
||||
%post selinux
|
||||
@ -93,9 +95,15 @@ semodule -r pasta 2>/dev/null || :
|
||||
%files selinux
|
||||
%dir %{_datadir}/selinux/packages/%{name}
|
||||
%{_datadir}/selinux/packages/%{name}/passt.pp
|
||||
%{_datadir}/selinux/devel/include/passt.if
|
||||
%{_datadir}/selinux/packages/%{name}/pasta.pp
|
||||
%{_datadir}/selinux/devel/include/pasta.if
|
||||
|
||||
%changelog
|
||||
* Fri Mar 10 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230310.g1297ae2-1
|
||||
- Install SELinux interface files to shared include directory
|
||||
- Upstream changes: https://passt.top/passt/log/?qt=range&q=2023_03_09.7c7625d..2023_03_10.1297ae2
|
||||
|
||||
* Thu Mar 9 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230309.g7c7625d-1
|
||||
- Upstream changes: https://passt.top/passt/log/?qt=range&q=2023_02_27.c538ee8..2023_03_09.7c7625d
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (passt-7c7625ddff10e10a7486622b25e3a66bfcdd6c8b.tar.xz) = d96daeaefb8f5000182f5051558a53d709536ba8c19246311a157c9a98be0de67c1b7168d7b964862f7367908938c4e063ee0574c051d7ddcddd83292db866b4
|
||||
SHA512 (passt-1297ae2873a02b4d6dd7423e49f0970a38977b3a.tar.xz) = 08226ae42240b0f6e86f2c2ff38771f07118e61ee4d57ac221ef200ec4714d56accf1529eec3ca5ab656a0a922808d0a160bce08a618cec6335dcde97c4d8554
|
||||
|
Loading…
Reference in New Issue
Block a user