forked from pool/trytond
Accepting request 670515 from Application:ERP:GNUHealth:Factory
OBS-URL: https://build.opensuse.org/request/show/670515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond?expand=0&rev=29
This commit is contained in:
commit
98fa13f352
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 08:17:53 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- removed record-rpm option in %install, as this fails to build in Factory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 27 20:48:07 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
|
@ -88,7 +88,7 @@ cp %{S:2} .
|
||||
python3 setup.py build
|
||||
|
||||
%install
|
||||
python3 setup.py install --prefix=%_prefix --root=%buildroot --record-rpm=filelist
|
||||
python3 setup.py install --prefix=%_prefix --root=%buildroot
|
||||
# only for systemd
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{base_name}
|
||||
install -p -m 640 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/%{base_name}/%{name}.conf
|
||||
|
Loading…
Reference in New Issue
Block a user