diff --git a/zsh.changes b/zsh.changes index ef145e2..869f0f2 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 28 17:53:20 UTC 2015 - idonmez@suse.com + +- Add back rpm completion file (bnc#900424) + ------------------------------------------------------------------- Wed Jan 14 09:57:47 UTC 2015 - idonmez@suse.com diff --git a/zsh.spec b/zsh.spec index cdc919a..a786c71 100644 --- a/zsh.spec +++ b/zsh.spec @@ -1,7 +1,7 @@ # # spec file for package zsh # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -123,6 +123,9 @@ perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \ --enable-cflags="%{optflags} -fPIE -fstack-protector %(ncursesw6-config --cflags)" \ --enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro,-z,now" +# Copy _rpm completion from Redhat (bnc#900424) +cp Completion/Redhat/Command/_rpm Completion/openSUSE/Command/_rpm + make all info html # generate intro.ps