Accepting request 698173 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/698173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=160
This commit is contained in:
Yuchen Lin 2019-04-28 17:59:01 +00:00 committed by Git OBS Bridge
commit 58629b0e8c
2 changed files with 12 additions and 1 deletions

View File

@ -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 <mliska@suse.cz>
- Disable LTO (boo#1133278).
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 21 11:27:32 CEST 2019 - tiwai@suse.de Sun Apr 21 11:27:32 CEST 2019 - tiwai@suse.de

View File

@ -95,7 +95,7 @@ Requires: udev >= 146
## needs the same liborc version which was used to build against ## needs the same liborc version which was used to build against
%requires_eq liborc-0_4-0 %requires_eq liborc-0_4-0
Requires(post): %fillup_prereq Requires(post): %fillup_prereq
Requires(pre): pwdutils Requires(pre): shadow
Recommends: %{name}-bash-completion Recommends: %{name}-bash-completion
Recommends: %{name}-lang Recommends: %{name}-lang
Recommends: alsa-plugins-pulse Recommends: alsa-plugins-pulse
@ -351,6 +351,7 @@ Optional dependency offering zsh completion for various PulseAudio utilities
%patch5 %patch5
%build %build
%define _lto_cflags %{nil}
NOCONFIGURE=1 ./bootstrap.sh NOCONFIGURE=1 ./bootstrap.sh
echo 'HTML_TIMESTAMP=NO' >> doxygen/doxygen.conf.in echo 'HTML_TIMESTAMP=NO' >> doxygen/doxygen.conf.in
export LDFLAGS="-pie" export LDFLAGS="-pie"