update to 2.3.3 [release 2.3.3-1mamba;Sat Nov 26 2022]
This commit is contained in:
parent
87f83d82d3
commit
9c5a7dcc04
26
vde2.spec
26
vde2.spec
@ -1,20 +1,18 @@
|
||||
Name: vde2
|
||||
Version: 2.3.2
|
||||
Release: 2mamba
|
||||
Version: 2.3.3
|
||||
Release: 1mamba
|
||||
Summary: An ethernet compliant virtual network that can be spawned over a set of physical computer over the Internet
|
||||
Group: Network/Routing
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://vde.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/vde/vde2/%{version}/vde2-%{version}.tar.gz
|
||||
URL: https://vde.sourceforge.net/
|
||||
Source: https://github.com/virtualsquare/vde-2.git/v%{version}/vde-2-%{version}.tar.bz2
|
||||
Patch0: vde2-2.3.2-openssl-1.1.0.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
@ -43,8 +41,9 @@ This package contains static libraries and header files needed for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%setup -q -n vde-2-%{version}
|
||||
#%patch0 -p1
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -67,7 +66,7 @@ This package contains static libraries and header files needed for development.
|
||||
%config %{_sysconfdir}/vde2/libvdemgmt/*.rc
|
||||
%{_sysconfdir}/vde2/vdecmd
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/vde_tunctl
|
||||
#%{_sbindir}/vde_tunctl
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man8/vde_tunctl.8*
|
||||
|
||||
@ -77,9 +76,8 @@ This package contains static libraries and header files needed for development.
|
||||
%{_libexecdir}/vdetap
|
||||
%dir %{_libdir}/vde2
|
||||
%{_libdir}/vde2/*
|
||||
%{python3_sitelib}/VdePlug.py
|
||||
%{python3_sitelib}/vdeplug_python.la
|
||||
%{python3_sitelib}/vdeplug_python.so
|
||||
#%{python3_sitelib}/VdePlug.py
|
||||
#%{python3_sitelib}/vdeplug_python.so
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -87,12 +85,14 @@ This package contains static libraries and header files needed for development.
|
||||
%dir %{_includedir}
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/lib*.a
|
||||
%{_libdir}/lib*.la
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-1mamba
|
||||
- update to 2.3.3
|
||||
|
||||
* Fri May 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.2-2mamba
|
||||
- rebuilt with python3 and openssl 1.1 patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user