From 31048b003927e1d8c5b13ad7d4911483bf7a9e54dcb7760c53e6c54d6ab75a70 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 22 Oct 2014 13:46:56 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=186 --- bash.changes | 5 +++++ bash.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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