Accepting request 293434 from network:synchronization:files

1

OBS-URL: https://build.opensuse.org/request/show/293434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_csync?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2015-03-28 17:38:55 +00:00 committed by Git OBS Bridge
commit d916ddcf6c
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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}