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