[ypserv] Link with systemd.so

Honza Horak hhorak at fedoraproject.org
Thu Aug 14 15:04:42 UTC 2014


commit 73d5b83ba4b82de24fd455f4e7b41c2f0670d271
Author: Honza Horak <hhorak at redhat.com>
Date:   Wed Aug 13 18:15:12 2014 +0200

    Link with systemd.so

 ypserv.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ypserv.spec b/ypserv.spec
index e8dd8cd..679aca2 100644
--- a/ypserv.spec
+++ b/ypserv.spec
@@ -4,7 +4,7 @@ Summary: The NIS (Network Information Service) server
 Url: http://www.linux-nis.org/nis/ypserv/index.html
 Name: ypserv
 Version: 2.32.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source0: http://www.linux-nis.org/download/ypserv/ypserv-%{version}.tar.bz2
@@ -31,6 +31,7 @@ Patch7: ypserv-2.24-aliases.patch
 Patch8: ypserv-2.27-confpost.patch
 Patch9: ypserv-2.29-relro.patch
 Patch10: ypserv-2.31-netgrprecur.patch
+Patch11: ypserv-2.32-systemdso.patch
 
 BuildRequires: tokyocabinet-devel
 BuildRequires: systemd
@@ -66,6 +67,7 @@ machines.
 %patch8 -p1 -b .confpost
 %patch9 -p1 -b .relro
 %patch10 -p1 -b .netgrprecur
+%patch11 -p1 -b .systemdso
 
 autoreconf
 
@@ -222,6 +224,9 @@ fi
 %{_includedir}/rpcsvc
 
 %changelog
+* Wed Aug 13 2014 Honza Horak <hhorak at redhat.com> - 2.32.1-2
+- Link with systemd.so
+
 * Tue Aug 12 2014 Honza Horak <hhorak at redhat.com> - 2.32.1-1
 - New upstream release 2.32.1
 


More information about the scm-commits mailing list