Include uname in standalone builds.

This commit is contained in:
Joey Hess 2018-06-16 10:02:05 -04:00
parent f886859174
commit 3f0d875b55
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,8 @@ preferredBundledPrograms = catMaybes
, Just "rsync"
#ifndef mingw32_HOST_OS
, Just "sh"
-- used by git-annex when available
, Just "uname"
#endif
, BuildInfo.lsof
, BuildInfo.gcrypt

View file

@ -17,6 +17,7 @@ git-annex (6.20180530) UNRELEASED; urgency=medium
* When content has been lost from an export remote and
git-annex fsck --from remote has noticed it's gone, re-running
git-annex export or git-annex sync --content will re-upload it.
* Include uname in standalone builds.
-- Joey Hess <id@joeyh.name> Wed, 30 May 2018 11:49:08 -0400