Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm running CentOS 7.5, I was previously using rsyslog packages from the official CentOS repositories but after hitting a bug with omelasticsearch I'm migrating across to using the upstream rsyslog yum repository.
I hit a yum dependency error when running a "yum update" on a host when attempting to reference the new repo -
--> Finished Dependency Resolution Error: Package: libfastjson-devel-0.99.4-2.el7.x86_64 (@os-base) Requires: libfastjson(x86-64) = 0.99.4-2.el7 Removing: libfastjson-0.99.4-2.el7.x86_64 (@os-base) libfastjson(x86-64) = 0.99.4-2.el7 Obsoleted By: libfastjson4-0.99.8-1.el7.centos.x86_64 (3rdparty-rsyslog) ~I libfastjson4(x86-64) = 0.99.8-1.el7.centos Available: libfastjson-0.99.0-1.el7.x86_64 (3rdparty-rsyslog) libfastjson(x86-64) = 0.99.0-1.el7 Available: libfastjson-0.99.1-1.el7.x86_64 (3rdparty-rsyslog) libfastjson(x86-64) = 0.99.1-1.el7 Available: libfastjson-0.99.2-1.el7.x86_64 (3rdparty-rsyslog) libfastjson(x86-64) = 0.99.2-1.el7
libfastjson4 obsoletes libfastjson but there is no obsolete instruction for the libfastjson-devel package. I've added this in the PR. I've rebuilt the package internally and this has fixed the issue for me, hopefully this fix will be useful to others.