Hello community, here is the log from the commit of package ipsec-tools for openSUSE:Factory checked in at 2016-05-17 17:15:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipsec-tools (Old) and /work/SRC/openSUSE:Factory/.ipsec-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipsec-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/ipsec-tools/ipsec-tools.changes 2015-06-23 11:56:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ipsec-tools.new/ipsec-tools.changes 2016-05-17 17:15:24.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Aug 5 10:58:13 UTC 2015 - [email protected] + +- do not run %fdupes over the whole tree, to avoid symlinking + /etc/ config files and /usr/ sample configs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipsec-tools.spec ++++++ --- /var/tmp/diff_new_pack.UYufvz/_old 2016-05-17 17:15:25.000000000 +0200 +++ /var/tmp/diff_new_pack.UYufvz/_new 2016-05-17 17:15:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ipsec-tools # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -126,7 +126,8 @@ ln -s service %{buildroot}%{_sbindir}/rcracoon ln -s service %{buildroot}%{_sbindir}/rcracoon-setkey -%fdupes -s %{buildroot} +# do not fdupe the whole tree, otherwise it might symlink /etc config files into /usr +%fdupes -s %{buildroot}/usr %pre %service_add_pre racoon.service racoon-setkey.service
