Browse code

Reduce systemd-networkd boot time.

YustasSwamp authored on 2015/08/26 07:17:00
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Systemd-216
2 2
 Name:		systemd
3 3
 Version:	216
4
-Release:	8%{?dist}
4
+Release:	9%{?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
... ...
@@ -10,7 +10,6 @@ Distribution:	Photon
10 10
 Source0:	http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
11 11
 %define sha1 systemd=0d933a2f76db5d30f52429e9b172323bc6abd49a
12 12
 Patch0:     	systemd-216-compat-1.patch
13
-Patch1:         systemd-216-if-rename.patch
14 13
 Requires:	Linux-PAM
15 14
 Requires:	libcap
16 15
 Requires:	xz
... ...
@@ -39,7 +38,6 @@ cc_cv_CFLAGS__flto=no
39 39
 EOF
40 40
 sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")
41 41
 %patch0 -p1
42
-%patch1 -p1
43 42
 %build
44 43
 ./configure --prefix=%{_prefix}                                    \
45 44
             --sysconfdir=/etc                                       \
... ...
@@ -95,6 +93,8 @@ rm -rf %{buildroot}/*
95 95
 
96 96
 
97 97
 %changelog
98
+*	Tue Aug 25 2015 Alexey Makhalov <amakhalov@vmware.com> 216-9
99
+-	Reduce systemd-networkd boot time (exclude if-rename patch).
98 100
 *	Tue Jul 20 2015 Divya Thaluru <dthaluru@vmware.com> 216-8
99 101
 -	Adding sysvinit support 
100 102
 *       Mon Jul 06 2015 Kumar Kaushik <kaushikk@vmware.com> 216-7