diff --git a/ChangeLog b/ChangeLog index dd87c91..740635e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,10 @@ Changes in version 1.12.5 commit. We do not need to clone the whole git repository. (Thanks to Silvan Calarco:silvan.calarco(a)mambasoft.it for spotting this.) ++ bugfix + * lib/libnetwork.lib - Davide Madrisan: + git.create_tarball(): fix typo. + ------------------------------------------------------------------------------- Changes in version 1.12.4 diff --git a/lib/libnetwork.lib.in b/lib/libnetwork.lib.in index be3f5dd..ca453ef 100644 --- a/lib/libnetwork.lib.in +++ b/lib/libnetwork.lib.in @@ -955,7 +955,7 @@ an error occurred while creating"": ${pck_tarball}.tar.bz2"; } spec_source="${pck_tarball}.tar.bz2" spec_source_comment="\ -## GITSOURCE $git_repository${git_branch:+ it_branch}" +## GITSOURCE $git_repository${git_branch:+ $git_branch}" pck_tarball="$destdir/${spec_source}" popd &>/dev/null