Merge "Adding %fdupes macro to python-fmclient and fm-rest-api in opensuse"
This commit is contained in:
commit
fb8dc46a59
@ -7,6 +7,7 @@ Group: Development/Tools/Other
|
||||
URL: https://opendev.org/starlingx/fault
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRequires: insserv-compat
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-oslo.db
|
||||
BuildRequires: python-oslo.messaging
|
||||
BuildRequires: python-oslo.middleware
|
||||
@ -69,6 +70,8 @@ install -m 640 fm/db/sqlalchemy/migrate_repo/migrate.cfg %{buildroot}%{pythonroo
|
||||
oslo-config-generator --config-file fm/config-generator.conf --output-file %{_builddir}/fm.conf.sample
|
||||
install -p -D -m 644 %{_builddir}/fm.conf.sample %{buildroot}%{_sysconfdir}/fm/fm.conf
|
||||
|
||||
%fdupes %{buildroot}%{pythonroot}/fm
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license LICENSE
|
||||
|
@ -13,6 +13,7 @@ License: Apache-2.0
|
||||
Group: Development/Tools/Other
|
||||
URL: https://opendev.org/starlingx/fault
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: git
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-pbr
|
||||
@ -53,6 +54,10 @@ python setup.py install --root=%{buildroot} \
|
||||
install -d -m 755 %{buildroot}%{local_etc_bash_completiond}
|
||||
install -p -D -m 664 tools/fm.bash_completion %{buildroot}%{local_etc_bash_completiond}/fm.bash_completion
|
||||
|
||||
%fdupes %{buildroot}%{pythonroot}/fmclient
|
||||
%fdupes %{buildroot}%{pythonroot}/%{pypi_name}-%{version}*.egg-info
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_bindir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user