diff --git a/_service b/_service
index ef312db..92683de 100644
--- a/_service
+++ b/_service
@@ -1,5 +1,5 @@
-
+
git
https://github.com/RPCS3/rpcs3.git
rpcs3
@@ -25,18 +25,18 @@
*.props
*.sln
-
+
git
https://github.com/intel/ittapi.git
intel-ittapi
_none_
-
+
*.tar
xz
-
+
rpcs3
-
+
diff --git a/rpcs3.changes b/rpcs3.changes
index f9991f2..dabecd0 100644
--- a/rpcs3.changes
+++ b/rpcs3.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Mon Nov 18 12:03:28 UTC 2024 - Dominique Leuenberger
+
+- BuildRequire llvm-devel >= 17: this is what is documented to be
+ required according to BUILDING.md.
+- Change service definitions to 'manual' instead of 'localonly':
+ localonly keep on running the service on every local build
+ attempt.
+
-------------------------------------------------------------------
Sun Nov 17 11:46:36 UTC 2024 - i@guoyunhe.me
diff --git a/rpcs3.spec b/rpcs3.spec
index 5ca4cb3..72e0868 100644
--- a/rpcs3.spec
+++ b/rpcs3.spec
@@ -27,7 +27,7 @@ Source1: intel-ittapi.tar.xz
Patch1: fix-test-files.patch
Patch2: fix-toolbar-color.patch
BuildRequires: gcc-c++
-BuildRequires: llvm16-devel
+BuildRequires: llvm-devel >= 17
BuildRequires: cmake(x86-64) >= 3.14.1
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libedit)