diff --git a/pulseaudio.changes b/pulseaudio.changes index 2b50df4..a728d5b 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 26 10:56:57 UTC 2019 - mvetter@suse.com + +- bsc#1130588: Require shadow instead of old pwdutils + +------------------------------------------------------------------- +Wed Apr 24 17:33:31 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133278). + ------------------------------------------------------------------- Sun Apr 21 11:27:32 CEST 2019 - tiwai@suse.de diff --git a/pulseaudio.spec b/pulseaudio.spec index e67675a..99083d4 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -95,7 +95,7 @@ Requires: udev >= 146 ## needs the same liborc version which was used to build against %requires_eq liborc-0_4-0 Requires(post): %fillup_prereq -Requires(pre): pwdutils +Requires(pre): shadow Recommends: %{name}-bash-completion Recommends: %{name}-lang Recommends: alsa-plugins-pulse @@ -351,6 +351,7 @@ Optional dependency offering zsh completion for various PulseAudio utilities %patch5 %build +%define _lto_cflags %{nil} NOCONFIGURE=1 ./bootstrap.sh echo 'HTML_TIMESTAMP=NO' >> doxygen/doxygen.conf.in export LDFLAGS="-pie"