Rebuild against compat_gdbm, because gdbm has changed license

to GPLv3+ and it is not compatible with ypserv GPLv2
This commit is contained in:
Honza Horák 2011-12-13 12:30:05 +01:00
parent f3d657dd8d
commit 58f3fb9f87
1 changed files with 6 additions and 2 deletions

View File

@ -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@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@redhat.com> - 2.26-8
- Fixed returning success when shadow file is not writable
Resolves: #747335