SHA256
3
0
forked from pool/bash
Dr. Werner Fink 2014-10-22 13:46:56 +00:00 committed by Git OBS Bridge
parent 939fe3d337
commit 31048b0039
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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