rebuilt with VirtualBox 6.0.14 [release 20171208git-2mamba;Tue Dec 17 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 18:55:07 +01:00
parent ded169ce9b
commit b89722f9ae

View File

@ -1,6 +1,6 @@
Name: vdfuse
Version: 20171208git
Release: 1mamba
Release: 2mamba
Summary: Fuse driver to mount VirtualBox compatible disk images ( including snapshots )
Group: System/Tools
Vendor: openmamba
@ -15,6 +15,7 @@ BuildRequires: VirtualBox
BuildRequires: glibc-devel
BuildRequires: libfuse-devel
## AUTOBUILDREQ-END
BuildRequires: VirtualBox >= 6.0.14
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -47,5 +48,8 @@ sed -i "s|VBOX_INSTALL_DIR=.*|VBOX_INSTALL_DIR=\"%{_libdir}/VirtualBox\"|" confi
%doc AUTHORS COPYING
%changelog
* Tue Dec 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20171208git-2mamba
- rebuilt with VirtualBox 6.0.14
* Fri Dec 08 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 20171208git-1mamba
- package created using the webbuild interface