diff options
author | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2014-01-24 11:28:51 -0800 |
---|---|---|
committer | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2014-01-24 11:28:56 -0800 |
commit | 93675e1961f47d1bbe4beb9043cdc3f60ecfc795 (patch) | |
tree | dbdc79f0487502fcac986b503ce53ad6a73d208b | |
parent | 36d73dd7b0f6723fc89e5b09364dfb01f0597620 (diff) | |
download | systemd-accepted/tizen/ivi.tar.gz systemd-accepted/tizen/ivi.tar.bz2 systemd-accepted/tizen/ivi.zip |
Fix changelog entry orderingsubmit/tizen_ivi_release/20140312.071358submit/tizen/20140312.070928submit/tizen/20140124.194226accepted/tizen/mobile/20140125.003858accepted/tizen/ivi/release/20140312.124603accepted/tizen/ivi/panda/20140312.122606accepted/tizen/ivi/20140124.212101accepted/tizen/generic/20140312.122557accepted/tizen/generic/20140127.075837tizen_ivi_releaseaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_genericaccepted/tizen/mobileaccepted/tizen/iviaccepted/tizen/generic
When this package builds in OBS, I see an error message in the build
log:
error: %changelog not in descending chronological order
This does not happen when building with 'gbs build ...' locally, but
this commit should resolve the issue.
Change-Id: I7803fedab103b0fde8f54902440d9f52ac9a5996
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
-rw-r--r-- | packaging/systemd.changes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/systemd.changes b/packaging/systemd.changes index d449e7258c..ed5c98ec6d 100644 --- a/packaging/systemd.changes +++ b/packaging/systemd.changes @@ -4,12 +4,12 @@ * Tue Jan 07 2014 Łukasz Stelmach <l.stelmach@samsung.com> ab41bb0 - gpt-auto-generator: skip nonexistent devices (PTREL-552) -* Wed Dec 18 2013 Łukasz Stelmach <l.stelmach@samsung.com> 90d6df1 -- Remove unused systemd-gpt-auto-generator (PTREL-552) - * Thu Dec 19 2013 Casey Schaufler <casey@schaufler-ca.com> 2bbacda - Run systemd-journald with the hat ("^") Smack label. +* Wed Dec 18 2013 Łukasz Stelmach <l.stelmach@samsung.com> 90d6df1 +- Remove unused systemd-gpt-auto-generator (PTREL-552) + * Tue Dec 17 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> ae18bbe - logind: spawn user instance after saving user data; fixes a systemd logind race condition on bootup (TIVI-2407) |