Browse code

Change config file properties for systemd

Change-Id: Iefc00b63ec2ceda71f6f7c4cb223fdef3d7f6492
Reviewed-on: http://photon-jenkins.eng.vmware.com/1107
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
(cherry picked from commit 355ff14318d8c52bb04b56eb7e2572b2d70c97fc)
Reviewed-on: http://photon-jenkins.eng.vmware.com/1114
Tested-by: suezzelur <anishs@vmware.com>

suezzelur authored on 2016/06/23 03:53:38
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:          Systemd-228
2 2
 Name:             systemd
3 3
 Version:          228
4
-Release:          23%{?dist}
4
+Release:          24%{?dist}
5 5
 License:          LGPLv2+ and GPLv2+ and MIT
6 6
 URL:              http://www.freedesktop.org/wiki/Software/systemd/
7 7
 Group:            System Environment/Security
... ...
@@ -133,7 +133,42 @@ ln -sfv multi-user.target %{buildroot}/lib/systemd/system/default.target
133 133
 rm -rf %{buildroot}/*
134 134
 %files
135 135
 %defattr(-,root,root)
136
-%{_sysconfdir}/*
136
+%dir %{_sysconfdir}/systemd
137
+%dir %{_sysconfdir}/systemd/system
138
+%dir %{_sysconfdir}/systemd/user
139
+%dir %{_sysconfdir}/systemd/network
140
+%dir %{_sysconfdir}/tmpfiles.d
141
+%dir %{_sysconfdir}/sysctl.d
142
+%dir %{_sysconfdir}/modules-load.d
143
+%dir %{_sysconfdir}/binfmt.d
144
+%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
145
+%{_sysconfdir}/sysctl.d/50-security-hardening.conf
146
+%{_sysconfdir}/xdg/systemd
147
+%{_sysconfdir}/rc.d/init.d/README
148
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.systemd1.conf
149
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.hostname1.conf
150
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.login1.conf
151
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.locale1.conf
152
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.timedate1.conf
153
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.resolve1.conf
154
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.network1.conf
155
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf
156
+%config(noreplace) %{_sysconfdir}/systemd/system.conf
157
+%config(noreplace) %{_sysconfdir}/systemd/user.conf
158
+%config(noreplace) %{_sysconfdir}/systemd/logind.conf
159
+%config(noreplace) %{_sysconfdir}/systemd/journald.conf
160
+%config(noreplace) %{_sysconfdir}/systemd/resolved.conf
161
+%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
162
+%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
163
+%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf
164
+%config(noreplace) %{_sysconfdir}/pam.d/systemd-user
165
+
166
+%dir %{_sysconfdir}/udev
167
+%dir %{_sysconfdir}/udev/rules.d
168
+%dir %{_sysconfdir}/udev/hwdb.d
169
+%{_sysconfdir}/udev/rules.d/99-vmware-hotplug.rules
170
+%config(noreplace) %{_sysconfdir}/udev/udev.conf
171
+%{_sysconfdir}/systemd/system/*
137 172
 /lib/*
138 173
 %exclude %{_libdir}/debug/*
139 174
 %{_libdir}/*
... ...
@@ -145,6 +180,8 @@ rm -rf %{buildroot}/*
145 145
 %dir %{_localstatedir}/log/journal
146 146
 
147 147
 %changelog
148
+*    Tue Jun 21 2016 Anish Swaminathan <anishs@vmware.com>  228-24
149
+-    Change config file properties
148 150
 *    Fri Jun 17 2016 Vinay Kulkarni <kulkarniv@vmware.com>  228-23
149 151
 -    systemd-resolved: Configure initial DNS servers from environment var.
150 152
 *    Mon Jun 06 2016 Alexey Makhalov <amakhalov@vmware.com>  228-22