diff --git a/.gitignore b/.gitignore index 2997c66..e732140 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ systemd-*src.rpm /systemd-37.tar.bz2 /systemd-38.tar.xz /systemd-git9fa2f41.tar.xz +/systemd-39.tar.xz diff --git a/sources b/sources index 7c5fe6b..4c2dc87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77e5b3fd302384e1c031a546d01ff850 systemd-git9fa2f41.tar.xz +7179b34f6f6553d2a36551ac1dec5f0d systemd-39.tar.xz diff --git a/systemd.spec b/systemd.spec index cc885bb..87b3718 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,8 +1,9 @@ -%global gitcommit 9fa2f41 +#global gitcommit 9fa2f41 + Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 38 -Release: 6%{?gitcommit:.git%{gitcommit}}%{?dist} +Version: 39 +Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist} License: GPLv2+ Group: System Environment/Base Summary: A System and Service Manager @@ -386,6 +387,9 @@ fi %{_bindir}/systemd-analyze %changelog +* Wed Jan 25 2012 Lennart Poettering - 39-1 +- New upstream release + * Sun Jan 22 2012 Michal Schmidt - 38-6.git9fa2f41 - Update to a current git snapshot. - Resolves: #781657