From 616b858c1deacbbe8daab2dc03cf3646e67c7e6b450e9112077f0a51fb7e3c9e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 22 Jan 2015 07:49:57 +0000 Subject: [PATCH] - removing argument from popd OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh?expand=0&rev=16 --- libssh.changes | 5 +++++ libssh.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libssh.changes b/libssh.changes index 5f96a31..187715b 100644 --- a/libssh.changes +++ b/libssh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 22 07:41:22 UTC 2015 - coolo@suse.com + +- removing argument from popd + ------------------------------------------------------------------- Fri Dec 19 09:51:35 UTC 2014 - asn@cryptomilk.org diff --git a/libssh.spec b/libssh.spec index c9b49b5..6c7173d 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,7 +1,7 @@ # # spec file for package libssh # -# Copyright (c) 2014 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 @@ -103,7 +103,7 @@ cmake \ make %{?_smp_mflags} VERBOSE=1 %__make doc -popd build +popd %install pushd build @@ -112,7 +112,7 @@ pushd build %else %__make DESTDIR=%{buildroot} install %endif -popd build +popd %post -n libssh4 -p /sbin/ldconfig