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