aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--build.macros.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 659b309..28428a5 100644
--- a/NEWS
+++ b/NEWS
@@ -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>".