Merge ~bryce/ubuntu/+source/logwatch:sru.1797836-bionic into ubuntu/+source/logwatch:ubuntu/bionic-devel
Status: | Merged |
---|---|
Approved by: | Christian Ehrhardt |
Approved revision: | 4985770802e6e86928eaee8ef1d37b6dfad1b7f0 |
Merge reported by: | Christian Ehrhardt |
Merged at revision: | 4985770802e6e86928eaee8ef1d37b6dfad1b7f0 |
Proposed branch: | ~bryce/ubuntu/+source/logwatch:sru.1797836-bionic |
Merge into: | ubuntu/+source/logwatch:ubuntu/bionic-devel |
Diff against target: |
63 lines (+41/-0) 3 files modified
debian/changelog (+8/-0) debian/patches/ignore-ras-correctable-errors.patch (+31/-0) debian/patches/series (+2/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Christian Ehrhardt (community) | Approve | ||
Canonical Server packageset reviewers | Pending | ||
Canonical Server | Pending | ||
Review via email: mp+370585@code.staging.launchpad.net |
Description of the change
Fixes LP: #1797836 for Ubuntu bionic by adding a backported patch from
logwatch 7.5.0.
PPA with test package: https:/
$ sudo add-apt-repository ppa:bryce/
$ sudo apt-get update
$ sudo apt-get install logwatch
Test case:
$ now=$(date +"%b %d %T")
$ uptime=$(cat /proc/uptime | cut -d' ' -f1)
$ fake_message=
$ echo "${fake_message}" >> /var/log/kern.log
$ logwatch --service kernel --range Today
With the current Ubuntu version, logwatch will display a report
showing the RAS error.
With the PPA version, logwatch should show no output.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Current state: 07-2ubuntu1 | bionic 07-2ubuntu2 | cosmic
logwatch | 7.4.2-1ubuntu1 | xenial
logwatch | 7.4.3+git201612
logwatch | 7.4.3+git201612
logwatch | 7.5.0-1ubuntu1 | disco
Since we are not pushing the same version to Cosmic there is no need to extend it with per-release numbers. git20161207- 2ubuntu1. 1
This would do it:
7.4.3+
All the rest (headers, patch, patch source, build, SRU, test) LGTM.
+1
You can fix up the version when sponsoring this yourself right?