diff --git a/bash.changes b/bash.changes index f8ad0ff..a0c3742 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 22 13:44:23 UTC 2014 - werner@suse.de + +- Avoid fdupes on SLES-10 + ------------------------------------------------------------------- Wed Oct 22 12:53:11 UTC 2014 - werner@suse.de diff --git a/bash.spec b/bash.spec index 53084f9..1964701 100644 --- a/bash.spec +++ b/bash.spec @@ -638,7 +638,7 @@ EOF touch -t 199605181720.50 %{buildroot}%{_sysconfdir}/skel/.bash_history chmod 600 %{buildroot}%{_sysconfdir}/skel/.bash_history %find_lang bash -%if %suse_version > 1020 +%if %suse_version >= 1100 %fdupes -s %{buildroot}%{_datadir}/bash/helpfiles %endif