Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dac28fa7af | ||
|
|
7a33c3d853 | ||
|
|
e5e8eac8b5 |
1 changed files with 13 additions and 3 deletions
16
vtun.spec
16
vtun.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: vtun
|
||||
Version: 3.0.3
|
||||
Release: 3%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Virtual tunnel over TCP/IP networks
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -13,7 +13,10 @@ Patch0: vtun-nostrip.patch
|
|||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
BuildRequires: zlib-devel lzo-devel openssl-devel bison flex systemd-units
|
||||
BuildRequires: zlib-devel lzo-devel openssl-devel bison flex systemd-units autoconf
|
||||
|
||||
#enable PIE/PIC:
|
||||
%global _hardened_build 1
|
||||
|
||||
%description
|
||||
VTun provides a method for creating Virtual Tunnels over TCP/IP networks
|
||||
|
|
@ -30,6 +33,7 @@ require modification to any kernel parts.
|
|||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__autoconf}
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
|
@ -61,7 +65,13 @@ make install DESTDIR=%{buildroot} INSTALL_OWNER= INSTALL="/usr/bin/install -p"
|
|||
%{_mandir}/man8/vtund.8*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-3
|
||||
* Mon May 13 2013 Gabriel Somlo <somlo at cmu.edu> 2.0.5-5
|
||||
- added autoconf step to support aarch64 (#926708)
|
||||
|
||||
* Wed May 01 2013 Gabriel Somlo <somlo at cmu.edu> 3.0.3-4
|
||||
- rebuild with PIE (#955286)
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Sep 16 2012 Gabriel Somlo <somlo at cmu.edu> 3.0.3-2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue