[rusers] use libsystemd.so instead of the old libsystemd-daemon.so Resolves: #1125090

Jakub QB Dorňák jdornak at fedoraproject.org
Mon Aug 11 12:18:45 UTC 2014


commit 244527f4e32a2ea976e279be359beeb1b255454e
Author: Jakub Dorňák <jdornak at redhat.com>
Date:   Mon Aug 11 14:18:39 2014 +0200

    use libsystemd.so instead of the old libsystemd-daemon.so
    Resolves: #1125090

 rusers.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/rusers.spec b/rusers.spec
index b5f045c..51e47ab 100644
--- a/rusers.spec
+++ b/rusers.spec
@@ -5,7 +5,7 @@
 Summary: Displays the users logged into machines on the local network
 Name: rusers
 Version: 0.17
-Release: 78%{?dist}
+Release: 79%{?dist}
 License: BSD
 Url: http://rstatd.sourceforge.net/
 Group: System Environment/Daemons
@@ -104,14 +104,14 @@ INSTALLROOT=
 CC=cc
 CFLAGS=${RPM_OPT_FLAGS} -fPIC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline 
 LDFLAGS=-pie -Wl,-z,relro,-z,now
-LIBS=-lsystemd-daemon
+LIBS=-lsystemd
 USE_GLIBC=1
 
 EOF
 
 make
 %if %{WITH_SELINUX}
-make LIBS="-lselinux -lsystemd-daemon" -C rpc.rstatd
+make LIBS="-lselinux -lsystemd" -C rpc.rstatd
 %else
 make -C rpc.rstatd
 %endif
@@ -155,6 +155,10 @@ install %SOURCE3 ${RPM_BUILD_ROOT}%{_unitdir}/rstatd.service
 %{_unitdir}/rstatd.service
 
 %changelog
+* Mon Aug 11 2014 Jakub Dorňák <jdornak at redhat.com> - 0.17-79
+- use libsystemd.so instead of the old libsystemd-daemon.so
+  Resolves: #1125090
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17-78
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list