Update to 1.38
This commit is contained in:
parent
adb4dde061
commit
5daad70789
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ ypbind-mt-1.32.tar.bz2
|
||||
/ypbind-mt-1.36.tar.bz2
|
||||
/ypbind-mt-1.37.1.tar.bz2
|
||||
/ypbind-mt-1.37.2.tar.bz2
|
||||
/ypbind-mt-1.38.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
406e2885e592f4740b8e3870e0e231f1 ypbind-mt-1.37.2.tar.bz2
|
||||
094088c0e282fa7f3b3dd6cc51d0a4e1 ypbind-mt-1.38.tar.bz2
|
||||
|
@ -1,28 +1,22 @@
|
||||
diff -up ypbind-mt-1.37.2/configure.in.systemdso ypbind-mt-1.37.2/configure.in
|
||||
--- ypbind-mt-1.37.2/configure.in.systemdso 2014-08-15 10:47:04.183182884 +0200
|
||||
+++ ypbind-mt-1.37.2/configure.in 2014-08-15 10:47:37.182232398 +0200
|
||||
@@ -105,10 +105,10 @@ AM_CONDITIONAL(ENABLE_REGENERATE_MAN, te
|
||||
diff -ru a/configure.ac b/configure.ac
|
||||
--- a/configure.ac 2014-10-21 17:37:20.526628827 +0200
|
||||
+++ b/configure.ac 2014-10-21 17:51:39.649362686 +0200
|
||||
@@ -44,7 +44,8 @@
|
||||
AC_CHECK_LIB(socket, bind)
|
||||
AC_CHECK_LIB(pthread, pthread_create)
|
||||
|
||||
USE_SD_NOTIFY=0
|
||||
-PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 209], [USE_SD_NOTIFY=1], [USE_SD_NOTIFY=0])
|
||||
+PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 209] [libsystemd-daemon >= 209], [USE_SD_NOTIFY=1], [USE_SD_NOTIFY=0])
|
||||
+
|
||||
AC_SUBST(USE_SD_NOTIFY)
|
||||
-AC_CHECK_LIB(systemd-daemon,sd_notify,LIBSYSTEMD_DAEMON="-lsystemd-daemon",
|
||||
+AC_CHECK_LIB(systemd,sd_notify,LIBSYSTEMD_DAEMON="-lsystemd",
|
||||
LIBSYSTEMD_DAEMON="")
|
||||
if test -z "$LIBSYSTEMD_DAEMON" ; then
|
||||
- AC_CHECK_LIB(systemd,sd_notify,LIBSYSTEMD_DAEMON="-lsystemd",
|
||||
+ AC_CHECK_LIB(systemd-daemon,sd_notify,LIBSYSTEMD_DAEMON="-lsystemd-daemon",
|
||||
LIBSYSTEMD_DAEMON="")
|
||||
fi
|
||||
if test -n "$LIBSYSTEMD_DAEMON" ; then
|
||||
diff -up ypbind-mt-1.37.2/configure.in.debug ypbind-mt-1.37.2/configure.in
|
||||
--- ypbind-mt-1.37.2/configure.in.debug 2014-08-18 10:14:39.068078086 +0200
|
||||
+++ ypbind-mt-1.37.2/configure.in 2014-08-18 10:15:03.259077698 +0200
|
||||
@@ -121,7 +121,7 @@ AC_SUBST(USE_SD_NOTIFY)
|
||||
AC_SUBST(LIBSYSTEMD_DAEMON)
|
||||
|
||||
AC_ARG_ENABLE([dbus-nm],
|
||||
@@ -105,7 +106,7 @@
|
||||
AM_CONDITIONAL(ENABLE_REGENERATE_MAN, test x$enable_man != xno)
|
||||
|
||||
dnl internationalization macros
|
||||
-AM_GNU_GETTEXT_VERSION
|
||||
+AM_GNU_GETTEXT_VERSION(0.17)
|
||||
+AM_GNU_GETTEXT_VERSION(0.19)
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
dnl By default, don't send a ping to all server at the same time
|
||||
|
@ -1,8 +1,8 @@
|
||||
Summary: The NIS daemon which binds NIS clients to an NIS domain
|
||||
Name: ypbind
|
||||
Epoch: 3
|
||||
Version: 1.37.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.38
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Daemons
|
||||
Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.bz2
|
||||
@ -99,6 +99,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
|
||||
%doc README NEWS COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Oct 21 2014 Matej Mužila <mmuzila@redhat.com> - 3:1.38-1
|
||||
- Update to 1.38
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.37.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user