Update to 0^20221015.gb3f3591
This commit is contained in:
parent
243d03ca1c
commit
3285752acd
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/passt-d6f865a40a2b70e8b18983fe091b4761183eaac4.tar.xz
|
||||
/passt-8978f6552b8cfae28b9d842db99b01aefb465812.tar.xz
|
||||
/passt-06aa26fcf398f5d19ab46e42996190d7f95e837a.tar.xz
|
||||
/passt-b3f359167be0ca9a6fea2554b2e2545177181269.tar.xz
|
||||
|
10
passt.spec
10
passt.spec
@ -7,10 +7,10 @@
|
||||
# Copyright (c) 2022 Red Hat GmbH
|
||||
# Author: Stefano Brivio <sbrivio@redhat.com>
|
||||
|
||||
%global git_hash 06aa26fcf398f5d19ab46e42996190d7f95e837a
|
||||
%global git_hash b3f359167be0ca9a6fea2554b2e2545177181269
|
||||
|
||||
Name: passt
|
||||
Version: 0^20220929.g06aa26f
|
||||
Version: 0^20221015.gb3f3591
|
||||
Release: 1%{?dist}
|
||||
Summary: User-mode networking daemons for virtual machines and namespaces
|
||||
License: AGPLv3+ and BSD
|
||||
@ -49,7 +49,7 @@ This package adds SELinux enforcement to passt(1) and pasta(1).
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
%make_build
|
||||
%make_build VERSION="%{version}-%{release}.%{_arch}"
|
||||
|
||||
%install
|
||||
%make_install DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_bindir} mandir=%{_mandir} docdir=%{_docdir}/%{name}
|
||||
@ -96,6 +96,10 @@ semodule -r pasta 2>/dev/null || :
|
||||
%{_datadir}/selinux/packages/%{name}/pasta.pp
|
||||
|
||||
%changelog
|
||||
* Sat Oct 15 2022 Stefano Brivio <sbrivio@redhat.com> - 0^20221015.gb3f3591-1
|
||||
- Add versioning information
|
||||
- Upstream changes: https://passt.top/passt/log/?qt=range&q=2022_09_29.06aa26f..2022_10_15.b3f3591
|
||||
|
||||
* Thu Sep 29 2022 Stefano Brivio <sbrivio@redhat.com> - 0^20220929.g06aa26f-1
|
||||
- Upstream changes: https://passt.top/passt/log/?qt=range&q=2022_09_24.8978f65..2022_09_29.06aa26f
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (passt-06aa26fcf398f5d19ab46e42996190d7f95e837a.tar.xz) = 9cb5021940f7bbdad1ed3e841bb9efe2f369425cfca69dd65ec109cd50c54b8e28d02487c6e2a14a36f0377fa9bbef9b8d7ade29669ebe16050b3cb1bbd68173
|
||||
SHA512 (passt-b3f359167be0ca9a6fea2554b2e2545177181269.tar.xz) = 9f9959737e2bf5e3b4c67187db8c10fab6a1dcb9bb54fca43e3bb3855cb2250a7ec9d7a16fffb0e423fa7347bcff7c2726e964479d659ee038682a8998e23375
|
||||
|
Loading…
Reference in New Issue
Block a user