-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from essentialkaos/develop
Version 2.6.0
- Loading branch information
Showing
7 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
Summary: Configuration package for rpmbuilder node | ||
Name: rpmbuilder-node | ||
Version: 1.4.1 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: EKOL | ||
Group: Development/Tools | ||
URL: https://github.com/essentialkaos/rpmbuilder | ||
|
@@ -170,6 +170,9 @@ fi | |
################################################################################ | ||
|
||
%changelog | ||
* Mon Dec 16 2019 Anton Novojilov <[email protected]> - 1.4.1-2 | ||
- Added threads usage for payload packing to rpmmacros files | ||
|
||
* Sat Nov 30 2019 Anton Novojilov <[email protected]> - 1.4.1-1 | ||
- Added rpmmacros file for CentOS 8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Summary: RPM package build helper | ||
Name: rpmbuilder | ||
Version: 2.5.2 | ||
Version: 2.6.0 | ||
Release: 0%{?dist} | ||
License: EKOL | ||
Group: Development/Tools | ||
|
@@ -55,6 +55,9 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Fri Dec 13 2019 Anton Novojilov <[email protected]> - 2.6.0-0 | ||
- Added validation for downloaded files | ||
|
||
* Wed Dec 04 2019 Anton Novojilov <[email protected]> - 2.5.2-0 | ||
- Removed handler for script errors | ||
|
||
|