Browse code

Remove the sed replace to autovt service in systemd

Change-Id: Idbdd88c3d98dcc9dc4773fa0e000a08237045650
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4404
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>

suezzelur authored on 2017/11/30 08:20:44
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:          Systemd-228
2 2
 Name:             systemd
3 3
 Version:          228
4
-Release:          43%{?dist}
4
+Release:          44%{?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
... ...
@@ -154,7 +154,6 @@ sed -i 's/After=plymouth-start.service//g' %{buildroot}/lib/systemd/system/syste
154 154
 sed -i 's/plymouth-start.service//g' %{buildroot}/lib/systemd/system/rescue.service
155 155
 sed -i 's/plymouth-quit-wait.service//g' %{buildroot}/lib/systemd/system/container-getty@.service
156 156
 sed -i 's/plymouth-quit-wait.service//g' %{buildroot}/lib/systemd/system/getty@.service
157
-sed -i 's/plymouth-quit-wait.service//g' %{buildroot}/lib/systemd/system/autovt@.service
158 157
 sed -i 's/plymouth-quit-wait.service//g' %{buildroot}/lib/systemd/system/serial-getty@.service
159 158
 sed -i 's/plymouth-quit-wait.service//g' %{buildroot}/lib/systemd/system/console-getty.service
160 159
 sed -i 's/plymouth-quit-wait.service//g' %{buildroot}/lib/systemd/system/console-shell.service
... ...
@@ -245,6 +244,8 @@ rm -rf %{buildroot}/*
245 245
 
246 246
 
247 247
 %changelog
248
+*    Wed Nov 29 2017 Anish Swaminathan <anishs@vmware.com> 228-44
249
+-    Remove the sed replace to autovt (autovt is a symlink to getty service)
248 250
 *    Thu Nov 09 2017 Vinay Kulkarni <kulkarniv@vmware.com>  228-43
249 251
 -    Fix CVE-2017-15908 dns packet loop fix.
250 252
 *    Tue Nov 07 2017 Vinay Kulkarni <kulkarniv@vmware.com>  228-42