From 7cc50376c5779e89dc7d9c2979845af4e03218d6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Feb 15 2012 03:51:07 +0000 Subject: new upstream release --- diff --git a/.gitignore b/.gitignore index 8d240a0..43a6bd0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ systemd-*src.rpm /systemd-40.tar.xz /systemd-41.tar.xz /systemd-42.tar.xz +/systemd-43.tar.xz diff --git a/sources b/sources index 277b86c..a714a1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7686b44e368d2523901d3e903ed4dcea systemd-42.tar.xz +446cc6db7625617af67e2d8e5f503a49 systemd-43.tar.xz diff --git a/systemd.spec b/systemd.spec index 9645066..6def6d5 100644 --- a/systemd.spec +++ b/systemd.spec @@ -2,7 +2,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 42 +Version: 43 Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist} License: GPLv2+ Group: System Environment/Base @@ -143,6 +143,7 @@ find %{buildroot} \( -name '*.a' -o -name '*.la' \) -exec rm {} \; # enough to detect in which way they are called. mkdir -p %{buildroot}/%{_sbindir} ln -s ../lib/systemd/systemd %{buildroot}%{_sbindir}/init +ln -s ../lib/systemd/systemd %{buildroot}%{_bindir}/systemd ln -s ../bin/systemctl %{buildroot}%{_sbindir}/reboot ln -s ../bin/systemctl %{buildroot}%{_sbindir}/halt ln -s ../bin/systemctl %{buildroot}%{_sbindir}/poweroff @@ -308,6 +309,7 @@ fi %ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf %config(noreplace) %{_sysconfdir}/rsyslog.d/listen.conf %{_prefix}/lib/systemd/systemd +%{_bindir}/systemd %{_bindir}/systemctl %{_bindir}/systemd-notify %{_bindir}/systemd-ask-password @@ -399,6 +401,10 @@ fi %{_bindir}/systemd-analyze %changelog +* Wed Feb 15 2012 Lennart Poettering - 43-1 +- New upstream release +- Closes #789758, #790260, #790522 + * Sat Feb 11 2012 Lennart Poettering - 42-1 - New upstream release - Save a bit of entropy during system installation (#789407)