summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2014-01-24 11:28:51 -0800
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2014-01-24 11:28:56 -0800
commit93675e1961f47d1bbe4beb9043cdc3f60ecfc795 (patch)
treedbdc79f0487502fcac986b503ce53ad6a73d208b
parent36d73dd7b0f6723fc89e5b09364dfb01f0597620 (diff)
downloadsystemd-accepted/tizen_ivi_release.tar.gz
systemd-accepted/tizen_ivi_release.tar.bz2
systemd-accepted/tizen_ivi_release.zip
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.changes6
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)