From 3a82dc2c0966b48fb19029754501fee3fc639873657d98a567da3554cb691390 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Fri, 1 Feb 2019 08:18:58 +0000 Subject: [PATCH] Accepting request 670514 from Application:ERP:GNUHealth:3.4 - removed record-rpm option in %install, as this fails to build in Factory OBS-URL: https://build.opensuse.org/request/show/670514 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=52 --- trytond.changes | 5 +++++ trytond.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/trytond.changes b/trytond.changes index 3d6c5da..1a00428 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 1 08:17:53 UTC 2019 - Axel Braun + +- removed record-rpm option in %install, as this fails to build in Factory + ------------------------------------------------------------------- Sun Jan 27 20:48:07 UTC 2019 - Axel Braun diff --git a/trytond.spec b/trytond.spec index d972dee..7d7500c 100644 --- a/trytond.spec +++ b/trytond.spec @@ -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