Hello community, here is the log from the commit of package makeself for openSUSE:Factory checked in at 2014-03-25 13:23:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/makeself (Old) and /work/SRC/openSUSE:Factory/.makeself.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "makeself" Changes: -------- --- /work/SRC/openSUSE:Factory/makeself/makeself.changes 2013-04-15 11:15:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.makeself.new/makeself.changes 2014-03-25 13:23:49.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 24 13:25:46 UTC 2014 - [email protected] + +- Most software (such as Virtualbox) expects 'makeself', not makeself.sh. + Rename and provide a compat symlink + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ makeself.spec ++++++ --- /var/tmp/diff_new_pack.hWRgwC/_old 2014-03-25 13:23:50.000000000 +0100 +++ /var/tmp/diff_new_pack.hWRgwC/_new 2014-03-25 13:23:50.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package makeself # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -50,7 +50,8 @@ %build %install -install -D -m0755 makeself.sh %{buildroot}%{_bindir}/makeself.sh +install -D -m0755 makeself.sh %{buildroot}%{_bindir}/makeself +ln -s /usr/bin/makeself %{buildroot}%{_bindir}/makeself.sh install -D -m0755 makeself-header.sh %{buildroot}%{_bindir}/makeself-header.sh install -D -m0644 makeself.1 %{buildroot}%{_mandir}/man1/makeself.1 @@ -59,6 +60,7 @@ %doc README.md COPYING %{_bindir}/makeself-header.sh %{_bindir}/makeself.sh +%{_bindir}/makeself %{_mandir}/man1/makeself.1* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
