--- dbus.spec 2018-04-11 05:21:48.000000000 +0900 +++ dbus.spec 2018-06-01 21:28:13.000000000 +0900 @@ -18,7 +18,7 @@ Name: dbus Epoch: 1 Version: 1.10.24 -Release: 7%{?dist} +Release: 7%{?dist}.v13 Summary: D-BUS message bus Group: System Environment/Libraries @@ -43,6 +43,8 @@ # https://bugzilla.redhat.com/show_bug.cgi?id=1529044 Patch5: 0001-bus-raise-fd-limits-before-dropping-privs.patch +Patch100: patch-long-timeout.patch + BuildRequires: libtool BuildRequires: expat-devel >= %{expat_version} BuildRequires: libselinux-devel >= %{libselinux_version} @@ -143,6 +145,8 @@ %patch4 -p1 %patch5 -p1 +%patch100 -p1 + %build # Avoid rpath. if test -f autogen.sh; then env NOCONFIGURE=1 ./autogen.sh; else autoreconf --verbose --force --install; fi @@ -369,6 +373,9 @@ %{_includedir}/* %changelog +* Fri Jun 1 2018 Taketo Kabe - 1:1.10.24-7.v13 +- longer default timeout for slow machines + * Thu Feb 15 2018 David King - 1:1.10.24-7 - Improve permissions on /run/dbus (#1510773)