public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/4diac-forte] rawhide: fix F45FTBFS
Date: Thu, 16 Jul 2026 02:57:18 GMT [thread overview]
Message-ID: <178417063884.1.12401750059001134966.rpms-4diac-forte-aadfec984e70@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/4diac-forte
Branch : rawhide
Commit : aadfec984e702febabba8c79dd3fa8f6a33c75ca
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-15T23:57:10-03:00
Stats : +5/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/4diac-forte/c/aadfec984e702febabba8c79dd3fa8f6a33c75ca?branch=rawhide
Log:
fix F45FTBFS
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
---
diff --git a/4diac-forte.spec b/4diac-forte.spec
index dca06fb..a3d5ebe 100644
--- a/4diac-forte.spec
+++ b/4diac-forte.spec
@@ -1,6 +1,3 @@
-# Force out of source build
-%undefine __cmake_in_source_build
-
%global with_sysfs 1
%global with_opcua 0
%global with_paho 1
@@ -57,7 +54,8 @@ online-reconfiguration of its applications and the real-time capable
execution of all function block types provided by the IEC 61499 standard.
%prep
-%setup -q -n org.eclipse.4diac.forte-%{version}
+%autosetup -p1 -n org.eclipse.4diac.forte-%{version}
+sed -i 's/CMAKE_MINIMUM_REQUIRED(VERSION 2.6)/CMAKE_MINIMUM_REQUIRED(VERSION 3.5)/' CMakeLists.txt
%build
%cmake -DFORTE_ARCHITECTURE=Posix \
@@ -92,10 +90,10 @@ execution of all function block types provided by the IEC 61499 standard.
%install
mkdir -p %{buildroot}%{_unitdir}
-install -p systemd/4diac-forte.service %{buildroot}%{_unitdir}
+install -p -m 644 systemd/4diac-forte.service %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
-install -p systemd/4diac-forte-sysconfig %{buildroot}%{_sysconfdir}/sysconfig/4diac-forte
+install -p -m 644 systemd/4diac-forte-sysconfig %{buildroot}%{_sysconfdir}/sysconfig/4diac-forte
%cmake_install
@@ -109,6 +107,7 @@ install -p systemd/4diac-forte-sysconfig %{buildroot}%{_sysconfdir}/sysconfig/4d
%systemd_postun_with_restart 4diac-forte.service
%files
+%doc README.md
%license epl-2.0.html
%{_bindir}/forte
%{_unitdir}/4diac-forte.service
reply other threads:[~2026-07-16 2:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178417063884.1.12401750059001134966.rpms-4diac-forte-aadfec984e70@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox