- 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:
parent
590c85a8ff
commit
86532f104f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user