Update to 1.0.20200206
This commit is contained in:
parent
ff7dadc86c
commit
89e4031ea0
3 changed files with 7 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/wireguard-tools-1.0.20200102.tar.xz
|
||||
/wireguard-tools-1.0.20200121.tar.xz
|
||||
/wireguard-tools-1.0.20200206.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wireguard-tools-1.0.20200121.tar.xz) = cd22467916c59ab53440e072fee6d0b01f2f9ee06fc3b71de4e74bc3aab05caf25519e5f723d9d160c491f917b7f064ee6b491c74edb52d7d2c29a08d86e41c2
|
||||
SHA512 (wireguard-tools-1.0.20200206.tar.xz) = c1ea44afb105ce11595f761d1c44298341fc9f919a01d17b77c9f1ee2ff314a75c59277c2561278016a64abc7c6ea970e04539658bfd1998f65328bc21139512
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: wireguard-tools
|
||||
Version: 1.0.20200121
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.20200206
|
||||
Release: 1%{?dist}
|
||||
URL: https://www.wireguard.com/
|
||||
Summary: Fast, modern, secure VPN tunnel
|
||||
License: GPLv2
|
||||
|
|
@ -9,7 +9,6 @@ Source0: https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-%
|
|||
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
BuildRequires: pkgconfig(libmnl)
|
||||
BuildRequires: sed
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
|
@ -67,8 +66,9 @@ find %{buildroot}%{_defaultdocdir}/%{name}/contrib/ -type f -name "*.gitignore"
|
|||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20200121-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
* Fri Feb 6 2020 Joe Doss <joe@solidadmin.com> - 1.0.20200206-1
|
||||
- Update to 1.0.20200206
|
||||
- Remove libmnl dependency
|
||||
|
||||
* Tue Jan 21 2020 Joe Doss <joe@solidadmin.com> - 1.0.20200121-1
|
||||
- Update to 1.0.20200121
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue