Fixed changelog file - 1 space at start of line, 2 spaces before day #8317
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.
Signed-off-by: Raphael Tryster raphaelt@nvidia.com
Why I did it
Malformed changelog file causes build to fail when SONIC_PROFILING_ON = y.
How I did it
Changed the number and position of spaces in the file.
How to verify it
In rules/config, uncomment the line: SONIC_PROFILING_ON = y
make configure PLATFORM=mellanox
make target/sonic-mellanox.bin-clean
make target/sonic-mellanox.bin
Expect NOT to see warnings or errors relating to debian/changelog, such as
dpkg-genchanges: warning: debian/changelog(l3): found end of file where expected more change data or trailer
However, the build may still fail as long as Azure#8316 is not fixed, due to another issue.
Which release branch to backport (provide reason below if selected)
Description for the changelog
Fixed changelog format.
A picture of a cute animal (not mandatory but encouraged)