[systemd/f16] Add /etc/timezone to ghosted files

Lennart Poettering lennart at fedoraproject.org
Fri Sep 23 16:51:26 UTC 2011


commit cf8032442a6f19617c43b134d7d3e4888e2bb6fd
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Sep 23 18:51:07 2011 +0200

    Add /etc/timezone to ghosted files

 systemd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index ee448cc..ccb4055 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -2,7 +2,7 @@ Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Version:        36
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Service Manager
@@ -151,6 +151,7 @@ touch %{buildroot}%{_sysconfdir}/locale.conf
 touch %{buildroot}%{_sysconfdir}/os-release
 touch %{buildroot}%{_sysconfdir}/machine-id
 touch %{buildroot}%{_sysconfdir}/machine-info
+touch %{buildroot}%{_sysconfdir}/timezone
 
 # Install RPM macros file for systemd
 mkdir -p %{buildroot}%{_sysconfdir}/rpm/
@@ -349,6 +350,9 @@ fi
 %{_bindir}/systemd-sysv-convert
 
 %changelog
+* Fri Sep 23 2011 Lennart Poettering <lpoetter at redhat.com> - 36-2
+- Add /etc/timezone to ghosted files
+
 * Fri Sep 23 2011 Lennart Poettering <lpoetter at redhat.com> - 36-1
 - New upstream release
 - Resolves: #735013, #736360, #737047, #737509, #710487, #713384


More information about the scm-commits mailing list