Hello community, here is the log from the commit of package smbtad for openSUSE:Factory checked in at 2015-03-18 13:05:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smbtad (Old) and /work/SRC/openSUSE:Factory/.smbtad.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smbtad" Changes: -------- --- /work/SRC/openSUSE:Factory/smbtad/smbtad.changes 2012-09-14 12:38:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.smbtad.new/smbtad.changes 2015-03-18 13:05:45.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 16 11:38:34 UTC 2015 - [email protected] + +- Fix popd usage: since bash 4.3, it only takes a numeric argument. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smbtad.spec ++++++ --- /var/tmp/diff_new_pack.o4Okok/_old 2015-03-18 13:05:46.000000000 +0100 +++ /var/tmp/diff_new_pack.o4Okok/_new 2015-03-18 13:05:46.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package smbtad # -# Copyright (c) 2012 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 @@ -62,7 +62,7 @@ %endif %{_builddir}/%{name}-%{version} %__make %{?jobs:-j%jobs} VERBOSE=1 -popd build +popd %install pushd build @@ -71,7 +71,7 @@ %else make DESTDIR=%{buildroot} install %endif -popd build +popd mkdir -p %{buildroot}/usr/sbin ln -s /etc/init.d/smbtad %{buildroot}/usr/sbin/rcsmbtad -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
