Merge pull request #111 from Gottox/no-build-date

xbps-create: do not add a build-date property to packages.
This commit is contained in:
Enno Boland
2015-09-03 09:26:53 +02:00
6 changed files with 29 additions and 25 deletions

5
NEWS
View File

@@ -27,6 +27,11 @@ xbps-0.48 (???):
extra alphanumeric characters in the `reverts' object. Added a new testcase
to verify its correctness.
* xbps-create(1): do not add a build-date property to packages.
* xbps-rindex(1): use mtime of file instead of the build-date field in the
package to set build-date in the repo index.
xbps-0.47 (2015-07-18):
* When executing pkg configuration, override the umask with sane defaults.