diff --git a/99-default.preset b/99-default.preset index 160cfdf..ebb205d 100644 --- a/99-default.preset +++ b/99-default.preset @@ -7,5 +7,8 @@ enable avahi-daemon.* # Enable GDM by default enable gdm.service +# https://bugzilla.redhat.com/show_bug.cgi?id=850814 +arp-ethers.service + # Enforce Fedora's disable-by-default policy disable * diff --git a/systemd.spec b/systemd.spec index c1de7e3..2febf5b 100644 --- a/systemd.spec +++ b/systemd.spec @@ -5,7 +5,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 189 -Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist} +Release: 2%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -531,7 +531,11 @@ fi %{_libdir}/pkgconfig/gudev-1.0* %changelog -* Thu Aug 23 2012 Lennart Poettering - 189-1:.git%{gitcommit}}%{?dist} +* Thu Aug 23 2012 Lennart Poettering - 189-2 +- Update preset policy +- https://bugzilla.redhat.com/show_bug.cgi?id=850814 + +* Thu Aug 23 2012 Lennart Poettering - 189-1 - New upstream release * Sat Aug 11 2012 Lennart Poettering - 188-3