-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
44 additions
and
94 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
log-courier (2.0.6-1) UNRELEASED; urgency=low | ||
|
||
* Upgrade to v2.0.6 | ||
|
||
-- Jason Woods (Driskell) <[email protected]> Sat, 9 May 2020 00:00:00 +0100 | ||
|
||
log-courier (2.0.5-1) UNRELEASED; urgency=low | ||
|
||
* Upgrade to v2.0.5 | ||
|
||
-- Jason Woods (Driskell) <[email protected]> Sat, 18 Feb 2017 00:00:00 +0100 | ||
|
||
log-courier (2.0.4-1) UNRELEASED; urgency=low | ||
|
||
* Upgrade to v2.0.4 | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ Section: contrib/admin | |
Priority: optional | ||
Standards-Version: 3.9.5 | ||
Maintainer: Jason Woods (Driskell) <[email protected]> | ||
Build-Depends: debhelper (>= 9), dh-systemd, golang-1.5, git | ||
Build-Depends: debhelper (>= 9), dh-systemd, golang, git | ||
|
||
Package: log-courier | ||
Architecture: any | ||
|
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 |
---|---|---|
@@ -1,3 +1,15 @@ | ||
log-courier (2.0.6-1) UNRELEASED; urgency=low | ||
|
||
* Upgrade to v2.0.6 | ||
|
||
-- Jason Woods (Driskell) <[email protected]> Sat, 9 May 2020 00:00:00 +0100 | ||
|
||
log-courier (2.0.5-1) UNRELEASED; urgency=low | ||
|
||
* Upgrade to v2.0.5 | ||
|
||
-- Jason Woods (Driskell) <[email protected]> Sat, 18 Feb 2017 00:00:00 +0100 | ||
|
||
log-courier (2.0.4-1) UNRELEASED; urgency=low | ||
|
||
* Upgrade to v2.0.4 | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ Section: contrib/admin | |
Priority: optional | ||
Standards-Version: 3.9.5 | ||
Maintainer: Jason Woods (Driskell) <[email protected]> | ||
Build-Depends: debhelper (>= 9), golang-1.5, git | ||
Build-Depends: debhelper (>= 9), golang, git | ||
|
||
Package: log-courier | ||
Architecture: any | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
Summary: Log Courier | ||
Name: log-courier | ||
Version: 2.0.4 | ||
Version: 2.0.6 | ||
Release: 1%{dist} | ||
License: Apache | ||
Group: System Environment/Libraries | ||
|
@@ -13,11 +13,6 @@ URL: https://github.com/driskell/log-courier | |
Source: https://github.com/driskell/log-courier/archive/v%{version}.zip | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-root | ||
|
||
# Get this from the great Jason Brooks: | ||
# https://copr.fedorainfracloud.org/coprs/jasonbrooks/docker/package/golang/ | ||
# We could also get from a RedHat dev, but currently broken and leaking out 1.6: | ||
# https://copr.fedorainfracloud.org/coprs/jcajka/golang1.5/package/golang/ | ||
# For RHEL6, 1.5.1 can be obtained from EPEL, but it is not available to RHEL7 | ||
BuildRequires: golang >= 1.5 | ||
BuildRequires: git | ||
|
||
|
@@ -157,6 +152,12 @@ fi | |
%ghost %{_var}/lib/log-courier/.log-courier | ||
|
||
%changelog | ||
* Sat May 9 2020 Jason Woods <[email protected]> - 2.0.6-1 | ||
- Upgrade to 2.0.6 | ||
|
||
* Sat Feb 18 2017 Jason Woods <[email protected]> - 2.0.5-1 | ||
- Upgrade to 2.0.5 | ||
|
||
* Fri Jun 10 2016 Jason Woods <[email protected]> - 2.0.4-1 | ||
- Upgrade to 2.0.4 | ||
|
||
|