Browse code

Change config file properties for systemd 99-default.link

Change-Id: Ib88c1fc4e4a5930e6ce096fd528b1598f4cc9f37
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1326
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: suezzelur <anishs@vmware.com>
(cherry picked from commit e623c372e3adf1dca2f099148b53490ab1849cb7)
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1344
Tested-by: suezzelur <anishs@vmware.com>

suezzelur authored on 2016/08/27 04:23:11
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:          Systemd-228
2 2
 Name:             systemd
3 3
 Version:          228
4
-Release:          28%{?dist}
4
+Release:          29%{?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
... ...
@@ -207,7 +207,12 @@ rm -rf %{buildroot}/*
207 207
 %dir %{_sysconfdir}/udev/hwdb.d
208 208
 %{_sysconfdir}/udev/rules.d/99-vmware-hotplug.rules
209 209
 %config(noreplace) %{_sysconfdir}/udev/udev.conf
210
-/lib/*
210
+/lib/udev/*
211
+/lib/systemd/systemd*
212
+/lib/systemd/system-*
213
+/lib/systemd/system/*
214
+/lib/systemd/network/80-container*
215
+%config(noreplace) /lib/systemd/network/99-default.link
211 216
 %exclude %{_libdir}/debug/*
212 217
 %{_libdir}/*
213 218
 %{_bindir}/*
... ...
@@ -218,6 +223,8 @@ rm -rf %{buildroot}/*
218 218
 %dir %{_localstatedir}/log/journal
219 219
 
220 220
 %changelog
221
+*    Fri Aug 26 2016 Anish Swaminathan <anishs@vmware.com>  228-29
222
+-    Change config file properties for 99-default.link
221 223
 *    Tue Aug 16 2016 Vinay Kulkarni <kulkarniv@vmware.com>  228-28
222 224
 -    systemd-resolved: Fix DNS_TRANSACTION_PENDING assert.
223 225
 *    Mon Aug 1 2016 Divya Thaluru <dthaluru@vmware.com> 228-27