From 78d9ded217b394148dcbb201377e7d597cfb85cac4174e4cb52fe45e45cbbbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 28 Jan 2015 17:53:51 +0000 Subject: [PATCH] - Add back rpm completion file (bnc#900424) OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=142 --- zsh.changes | 5 +++++ zsh.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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