Skip to content

Releases: essentialkaos/rpmbuilder

Version 1.6.0

03 Mar 22:33
v1.6.0
Compare
Choose a tag to compare

New Features

  • [rpmbuilder-node] Added initenv utility

Improvements

  • [rpmbuild] Added initenv support
  • [rpmbuild] Failed validation now fail entire build
  • [rpmbuild] Improved gloang sources packing
  • [rpmbuilder-node] buildmon improvements and refactoring
  • [rpmbuild] Minor improvements

Bugfixes

  • [rpmbuilder-node] Fixed bug in buildmon with deleting directories inside rpmbuild directory

Version 1.5.2

23 Jan 12:53
v1.5.2
Compare
Choose a tag to compare

Improvements

  • RPMB-122 Improved checking remote sources availability

Version 1.5.1

13 Jan 00:22
v1.5.1
Compare
Choose a tag to compare

Improvements

  • Simplified key definition support (-i ~/.ssh/some_key = -i some_key)
  • Improved rpmmacros for CentOS6 and CentOS7

Bugfixes

  • Removed scp output in situtation when key-based auth is used

Version 1.5.0

25 Dec 22:55
v1.5.0
Compare
Choose a tag to compare

New Features

  • RPMB-117 Git submodules fetching support

Improvements

  • RPMB-119 Download cache usage for sources from VCS's
  • RPMB-120 Fetching sources from VCS's if --download argument is used
  • Code refactoring
  • nodeinfo minor UI improvements

Bugfixes

  • RPMB-118 Fixed bug with downloading sources from VCS's when source file already exist

Version 1.4.0

14 Dec 19:46
v1.4.0
Compare
Choose a tag to compare

New Features

  • RPMB-114 Added nodeinfo utility for output info about remote node
  • RPMB-116 gopack support

Version 1.3.0

30 Nov 11:49
v1.3.0
Compare
Choose a tag to compare

New Features

  • RPMB-115 Added package validation after build

Version 1.2.3

23 Nov 14:20
v1.2.3
Compare
Choose a tag to compare

Bugfixes

  • Fixed bug with unbuilding src package

Version 1.2.2

23 Nov 13:22
v1.2.2
Compare
Choose a tag to compare

Bugfixes

  • Fixed bug with packaging sources from SVN repository

Version 1.2.1

17 Nov 11:14
v1.2.1
Compare
Choose a tag to compare

Bugfixes

  • Fixed bug with missing characters escaping in regular expressions

Version 1.2.0

16 Nov 00:13
v1.2.0
Compare
Choose a tag to compare

Improvements

  • RPMB-113 Multiple macro definition support
  • Code refactoring

Bugfixes

  • Some typos fixed