Update to new upstream version, which fixes several bugs (removing patches that aren't needed any more)
This commit is contained in:
parent
9d3f161956
commit
03466cc992
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
b7fc218cbca885dc01cb798399b9ecc0 ypserv-2.26.tar.bz2
|
||||
fd9c43aec932a92be07b723c647b02a4 ypserv-2.27.tar.bz2
|
||||
|
17
ypserv.spec
17
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 <hhorak@redhat.com> - 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 <hhorak@redhat.com> - 2.26-10
|
||||
- Added ypserv-pre-setdomain to respect NISDOMAIN environment variable
|
||||
and set domainname if empty
|
||||
|
Loading…
Reference in New Issue
Block a user