--- anaconda.spec 2018-05-04 04:58:21.000000000 +0900 +++ anaconda.spec 2018-06-01 20:34:36.000000000 +0900 @@ -23,6 +23,8 @@ Patch8: 9800-rpmostreepayload-Rework-remote-add-handling.patch Patch9: yumpayload-dont-verify-disabled-repos.patch +Patch100: patch-Xorg-timeout.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). %define dbusver 1.2.3 @@ -244,6 +246,8 @@ %patch8 -p1 %patch9 -p1 +%patch100 -p1 + %build %configure --disable-static \ --enable-introspection \ @@ -335,6 +339,9 @@ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jun 1 2018 Taketo Kabe - 21.48.22.134-1.el7.v15 +- Change Xorg timeout 60sec->600sec for slow machine + * Tue Apr 10 2018 CentOS Sources - 21.48.22.134-1.el7.centos - Add CentOS install class as default - use the right path for the EULA string (issue 7165, bstinson)