From 85878ec5cb0139726b37a0c3d45a205d3cdc6fcf Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 7 Sep 2016 17:41:12 +0200 Subject: [PATCH] gvfs: Rebuild for systemd/udev update Rebuilding UPower gives the error below. ``` /usr/bin/ld: warning: libudev.so.0, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64/libusb-1.0.so, not found (try using -rpath or -rpath-link) ``` --- gvfs.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvfs.be0 b/gvfs.be0 index 892e80332..9d0efba62 100755 --- a/gvfs.be0 +++ b/gvfs.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gvfs-1.24.0-2 +# BEE_VERSION gvfs-1.24.0-3 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)