From 83ae4292318375e4e78e5eb7403fdf232c58b7a1 Mon Sep 17 00:00:00 2001 From: Yaroslav Dynnikov <yaroslav.dynnikov@gmail.com> Date: Thu, 8 Jun 2023 19:02:06 +0300 Subject: [PATCH] fix: rpm packaging broken Follow-up for "doc: move eula" (d700d8ae5d) --- rpm/picodata.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/picodata.spec b/rpm/picodata.spec index 033d8dc3d0..7876404739 100644 --- a/rpm/picodata.spec +++ b/rpm/picodata.spec @@ -58,9 +58,9 @@ make build %doc README.md %{!?_licensedir:%global license %doc} %if %{?_build_vendor} == alt -%doc license/EE_EN.txt license/EE_RU.txt AUTHORS +%doc docs/licenses/eula_en.txt docs/licenses/eula_ru.txt AUTHORS %else -%license license/EE_EN.txt license/EE_RU.txt AUTHORS +%license docs/licenses/eula_en.txt docs/licenses/eula_ru.txt AUTHORS %endif %changelog -- GitLab