diff --git a/virtualbox.changes b/virtualbox.changes index 406f161..ccdc74d 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 26 10:28:40 UTC 2019 - mvetter@suse.com + +- bsc#1130588: Require shadow instead of old pwdutils + +------------------------------------------------------------------- +Wed Apr 24 17:44:06 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133289). + ------------------------------------------------------------------- Fri Apr 5 22:11:52 UTC 2019 - Larry Finger diff --git a/virtualbox.spec b/virtualbox.spec index 0b0a9e9..83e011e 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -219,7 +219,7 @@ Requires(pre): permissions %if ! 0%{?suse_version} > 1325 Requires(pre): net-tools-deprecated %endif -Requires(pre): pwdutils +Requires(pre): shadow Requires(pre): %fillup_prereq Recommends: %{name}-gui = %{version} #rename from ose version: @@ -476,6 +476,7 @@ echo "SED = $RPM_BUILD_DIR/VirtualBox-%{version}/kmk_sed" >> LocalConfig.kmk # %build +%define _lto_cflags %{nil} #ensure we don't ever use them rm -rf src/libs/{libpng-*,libxml2-*,libxslt-*,zlib-*,boost-*}