aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-07-24 14:30:54 +0000
committerColin Guthrie <colin@mageia.org>2012-07-24 14:30:54 +0000
commit8afb95aac1243e22b897e0fe4262a8b57a410393 (patch)
tree5a4d1bafaf2e3c0ed202ae8fe8d66b3649683a55
parent0de8205ae537dd8e677c4d6690d039de1fbe0a3c (diff)
downloadrpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.tar
rpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.tar.gz
rpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.tar.bz2
rpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.tar.xz
rpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.zip
Update location of the %_unitdir macro post-usrmove
-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>".