From f7a782d3864d99bd2b444866497a26f2aebb13bf3e707fb6884781027afed14d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 27 Mar 2015 15:22:27 +0000 Subject: [PATCH] Accepting request 290990 from home:dimstar:Factory - Fix popd usage: since bash 4.3, it only takes a numeric argument. OBS-URL: https://build.opensuse.org/request/show/290990 OBS-URL: https://build.opensuse.org/package/show/network:synchronization:files/pam_csync?expand=0&rev=20 --- pam_csync.changes | 5 +++++ pam_csync.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pam_csync.changes b/pam_csync.changes index 7f17d9f..fdf3404 100644 --- a/pam_csync.changes +++ b/pam_csync.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 16 11:36:19 UTC 2015 - dimstar@opensuse.org + +- Fix popd usage: since bash 4.3, it only takes a numeric argument. + ------------------------------------------------------------------- Mon Mar 10 14:44:34 UTC 2014 - jmcdonough@suse.com diff --git a/pam_csync.spec b/pam_csync.spec index cb69be2..60f5a90 100644 --- a/pam_csync.spec +++ b/pam_csync.spec @@ -1,7 +1,7 @@ # # spec file for package pam_csync # -# 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 @@ -70,12 +70,12 @@ cmake \ %{_builddir}/%{name}-%{version} %__make %{?jobs:-j%jobs} VERBOSE=1 -popd build +popd %install pushd build make DESTDIR=%{buildroot} install -popd build +popd %clean %__rm -rf %{buildroot}