[ypserv] Rebuild against compat_gdbm, because gdbm has changed license to GPLv3+ and it is not compatible wit

Jan Horak hhorak at fedoraproject.org
Tue Dec 13 11:30:17 UTC 2011


commit 58f3fb9f8785ff7faf05262ff5d77ba4673ac63d
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Tue Dec 13 12:30:05 2011 +0100

    Rebuild against compat_gdbm, because gdbm has changed license
    to GPLv3+ and it is not compatible with ypserv GPLv2

 ypserv.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ypserv.spec b/ypserv.spec
index 5770032..6b21089 100644
--- a/ypserv.spec
+++ b/ypserv.spec
@@ -2,7 +2,7 @@ Summary: The NIS (Network Information Service) server
 Url: http://www.linux-nis.org/nis/ypserv/index.html
 Name: ypserv
 Version: 2.26
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
@@ -33,7 +33,7 @@ Patch12: ypserv-2.26-shadow.patch
 Patch13: ypserv-2.26-errmsg.patch
 Patch14: ypserv-2.26-emptydomain.patch
 Patch15: ypserv-2.26-retval.patch
-BuildRequires: gdbm-devel
+BuildRequires: compat-gdbm-devel
 BuildRequires: systemd-units
 
 %description
@@ -170,6 +170,10 @@ exit 0
 %{_includedir}/*/*
 
 %changelog
+* Mon Dec 12 2011 Honza Horak <hhorak at redhat.com> - 2.26-9
+- Rebuild against compat_gdbm, because gdbm has changed license 
+  to GPLv3+ and it is not compatible with ypserv GPLv2
+
 * Mon Nov 28 2011 Honza Horak <hhorak at redhat.com> - 2.26-8
 - Fixed returning success when shadow file is not writable
   Resolves: #747335


More information about the scm-commits mailing list