[systemd/f16] new upstream release

Lennart Poettering lennart at fedoraproject.org
Tue Oct 11 19:08:12 UTC 2011


commit 3a932a1c48277c95266033877fc01c1dae58e953
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Oct 11 21:04:54 2011 +0200

    new upstream release

 .gitignore   |    1 +
 sources      |    2 +-
 systemd.spec |   12 ++++++++++--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a18df3a..47886fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ systemd-*src.rpm
 /systemd-34.tar.bz2
 /systemd-35.tar.bz2
 /systemd-36.tar.bz2
+/systemd-37.tar.bz2
diff --git a/sources b/sources
index f8861a7..5144dbc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1213338efb697abc8215d9a66a7f082  systemd-36.tar.bz2
+1435f23be79c8c38d1121c6b150510f3  systemd-37.tar.bz2
diff --git a/systemd.spec b/systemd.spec
index e84dd77..46e0c03 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -1,8 +1,8 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Version:        36
-Release:        5%{?dist}
+Version:        37
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Service Manager
@@ -155,6 +155,8 @@ touch %{buildroot}%{_sysconfdir}/os-release
 touch %{buildroot}%{_sysconfdir}/machine-id
 touch %{buildroot}%{_sysconfdir}/machine-info
 touch %{buildroot}%{_sysconfdir}/timezone
+mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
+touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
 
 # Install RPM macros file for systemd
 mkdir -p %{buildroot}%{_sysconfdir}/rpm/
@@ -250,6 +252,7 @@ fi
 %ghost %config(noreplace) %{_sysconfdir}/machine-id
 %ghost %config(noreplace) %{_sysconfdir}/machine-info
 %ghost %config(noreplace) %{_sysconfdir}/timezone
+%ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
 /bin/systemd
 /bin/systemd-notify
 /bin/systemd-ask-password
@@ -282,6 +285,7 @@ fi
 %{_mandir}/man7/*
 %{_mandir}/man8/*
 %{_libdir}/../lib/systemd
+%{_datadir}/systemd/kbd-model-map
 %{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
@@ -353,6 +357,10 @@ fi
 %{_bindir}/systemd-sysv-convert
 
 %changelog
+* Tue Oct 11 2011 Lennart Poettering <lpoetter at redhat.com> - 37-1
+- New upstream release
+- Resolves: #744726, #718464, #713567, #713707, #736756
+
 * Thu Sep 29 2011 Michal Schmidt <mschmidt at redhat.com> - 36-5
 - Undo the workaround. Kay says it does not belong in systemd.
 - Unresolves: #741655


More information about the scm-commits mailing list