From 101ad38cf660c69859d53028086fef9e2daec2e7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 30 Apr 2011 04:44:13 +0200 Subject: [PATCH] New upstream release --- .gitignore | 1 + sources | 2 +- systemd.spec | 21 +++++++++++++++++---- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8fb0163..b36ac23 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ systemd-*src.rpm /systemd-23.tar.bz2 /systemd-24.tar.bz2 /systemd-25.tar.bz2 +/systemd-26.tar.bz2 diff --git a/sources b/sources index 6efb30e..a640b48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11c64b4af8ba863d650b6a7339610fc2 systemd-25.tar.bz2 +b7c468aa400c64d02d533eba6359e283 systemd-26.tar.bz2 diff --git a/systemd.spec b/systemd.spec index 792904e..000cdc6 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,7 +1,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Version: 25 +Version: 26 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base @@ -203,9 +203,9 @@ fi %config(noreplace) %{_sysconfdir}/systemd/system.conf %dir %{_sysconfdir}/systemd/user %{_sysconfdir}/xdg/systemd -%{_sysconfdir}/tmpfiles.d/systemd.conf -%{_sysconfdir}/tmpfiles.d/x11.conf -%{_sysconfdir}/tmpfiles.d/legacy.conf +%{_libdir}/../lib/tmpfiles.d/systemd.conf +%{_libdir}/../lib/tmpfiles.d/x11.conf +%{_libdir}/../lib/tmpfiles.d/legacy.conf %ghost %config(noreplace) %{_sysconfdir}/hostname %ghost %config(noreplace) %{_sysconfdir}/vconsole.conf %ghost %config(noreplace) %{_sysconfdir}/locale.conf @@ -237,6 +237,7 @@ fi %{_bindir}/systemd-cgls %{_mandir}/man1/* %exclude %{_mandir}/man1/systemctl.* +%exclude %{_mandir}/man1/systemadm.* %{_mandir}/man3/* %{_mandir}/man5/* %{_mandir}/man7/* @@ -260,6 +261,10 @@ fi %dir %{_sysconfdir}/binfmt.d %dir %{_sysconfdir}/bash_completion.d %dir /lib/systemd +%dir %{_libdir}/../lib/tmpfiles.d +%dir %{_libdir}/../lib/sysctl.d +%dir %{_libdir}/../lib/modules-load.d +%dir %{_libdir}/../lib/binfmt.d /lib/systemd/system /bin/systemctl /bin/systemd-tmpfiles @@ -286,6 +291,14 @@ fi %{_bindir}/systemd-sysv-convert %changelog +* Sat Apr 30 2011 Lennart Poettering - 26-1 +- New upstream release +- https://bugzilla.redhat.com/show_bug.cgi?id=699394 +- https://bugzilla.redhat.com/show_bug.cgi?id=698198 +- https://bugzilla.redhat.com/show_bug.cgi?id=698674 +- https://bugzilla.redhat.com/show_bug.cgi?id=699114 +- https://bugzilla.redhat.com/show_bug.cgi?id=699128 + * Thu Apr 21 2011 Lennart Poettering - 25-1 - New upstream release - https://bugzilla.redhat.com/show_bug.cgi?id=694788