diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | build.macros.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +- Update location of the %_unitdir macro post-usrmove - Fix generation of provides for osgi and maven - Handle better osgi.prov by only looking at the wanted files ( remove error at rpm building - Handle better maven.prov by only looking at the wanted files ( remove error at rpm building ) diff --git a/build.macros.in b/build.macros.in index 0d7befc..d32c344 100644 --- a/build.macros.in +++ b/build.macros.in @@ -494,7 +494,7 @@ popd # Systemd macros # -%_unitdir /lib/systemd/system +%_unitdir /usr/lib/systemd/system #------------------------------------------------------------------------------ # Redefine RPM sections to allow jumping over them using "--without <section>". |