diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes index ace04f6..7782bc7 100644 --- a/gnome-settings-daemon.changes +++ b/gnome-settings-daemon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 8 08:39:19 UTC 2017 - jengelh@inai.de + +- Avoid running fdupes across hardlink boundaries. +- Fix an error in the description. + ------------------------------------------------------------------- Thu Nov 2 15:48:05 UTC 2017 - fezhang@suse.com diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 02acc45..6fbfa85 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -131,7 +131,7 @@ them as well as basic services like a clipboard manager, controlling the startup of the screensaver, etc. This module was previously part of GNOME Control Center, but has been -splitted from it for a more general use. +split for a more general use. %package devel Summary: Development package for the GNOME settings daemon @@ -194,7 +194,7 @@ rm %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.deskt find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %{?no_lang_C} -%fdupes %{buildroot} +%fdupes %{buildroot}/%{_prefix} %files %doc AUTHORS COPYING ChangeLog NEWS