From 03466cc9924955ef360cc277ae876734240aca0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Tue, 7 Feb 2012 14:24:50 +0100 Subject: [PATCH] Update to new upstream version, which fixes several bugs (removing patches that aren't needed any more) --- .gitignore | 1 + sources | 2 +- ypserv.spec | 17 +++++++++-------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c4a11d7..1239b90 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ ypserv-2.23.tar.bz2 /ypserv-2.24.tar.bz2 /ypserv-2.25.tar.bz2 /ypserv-2.26.tar.bz2 +/ypserv-2.27.tar.bz2 diff --git a/sources b/sources index 9983ce9..6cea417 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7fc218cbca885dc01cb798399b9ecc0 ypserv-2.26.tar.bz2 +fd9c43aec932a92be07b723c647b02a4 ypserv-2.27.tar.bz2 diff --git a/ypserv.spec b/ypserv.spec index 2f2a320..687d7b2 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -1,8 +1,8 @@ Summary: The NIS (Network Information Service) server Url: http://www.linux-nis.org/nis/ypserv/index.html Name: ypserv -Version: 2.26 -Release: 10%{?dist} +Version: 2.27 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2 @@ -28,12 +28,11 @@ Patch6: ypserv-2.19-slp-warning.patch Patch7: ypserv-2.24-manfix.patch Patch8: ypserv-2.24-aliases.patch Patch9: ypserv-2.25-systemd.patch -Patch10: ypserv-2.25-portmanfix.patch -Patch11: ypserv-2.26-request.patch Patch12: ypserv-2.26-shadow.patch Patch13: ypserv-2.26-errmsg.patch Patch14: ypserv-2.26-emptydomain.patch -Patch15: ypserv-2.26-retval.patch +Patch16: ypserv-2.27-confpost.patch + BuildRequires: compat-gdbm-devel BuildRequires: systemd-units BuildRequires: autoconf, automake @@ -69,12 +68,10 @@ machines. %patch7 -p1 -b .manfix %patch8 -p1 -b .aliases %patch9 -p1 -b .systemd -%patch10 -p1 -b .portmanfix -%patch11 -p1 -b .request %patch12 -p1 -b .shadow %patch13 -p1 -b .errmsg %patch14 -p1 -b .emptydomain -%patch15 -p1 -b .retval +%patch16 -p1 -b .confpost autoreconf @@ -179,6 +176,10 @@ exit 0 %{_includedir}/*/* %changelog +* Wed Feb 01 2012 Honza Horak - 2.27-1 +- Update to new upstream version, which fixes several bugs + (removing patches that aren't needed any more) + * Thu Jan 12 2012 Honza Horak - 2.26-10 - Added ypserv-pre-setdomain to respect NISDOMAIN environment variable and set domainname if empty