- use hardlinks instead of symlinks for %fdupes, because

symlinks would point across subpackages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=59
This commit is contained in:
Jan Matejek 2017-02-27 13:12:29 +00:00 committed by Git OBS Bridge
parent 590c85a8ff
commit 86532f104f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 27 13:11:37 UTC 2017 - jmatejek@suse.com
- use hardlinks instead of symlinks for %fdupes, because
symlinks would point across subpackages
-------------------------------------------------------------------
Tue Feb 21 14:11:09 UTC 2017 - jmatejek@suse.com

View File

@ -80,7 +80,7 @@ sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py
mv %{buildroot}%{_bindir}/pbr %{buildroot}%{_bindir}/pbr-%{$python_bin_suffix}
}
%prepare_alternative pbr
%fdupes -s %{buildroot}%{_prefix}
%fdupes %{buildroot}%{_prefix}
%if %{with test}
%check