Browse Source

ntp-4.2.6p5-6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9466 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
966226bfdd
1 changed files with 6 additions and 4 deletions
  1. 6 4
      n/ntp/ntp-vl.spec

+ 6 - 4
n/ntp/ntp-vl.spec

@@ -4,7 +4,7 @@ Summary: Synchronizes system time using the Network Time Protocol (NTP).
 Summary(ja): Network Time Protocol (NTP) を用いたシステム時刻の同期
 Name: ntp
 Version: 4.2.6p5
-Release: 5%{?_dist_release}
+Release: 6%{?_dist_release}
 License: distributable
 Group: System Environment/Daemons
 URL: http://www.ntp.org/
@@ -82,7 +82,7 @@ Patch150: ntp-4.2.6p5-CVE-2014-9298.patch
 
 Requires(pre): /sbin/chkconfig
 BuildRequires: openssl-devel
-BuildRequires: readline-devel
+BuildRequires: libedit-devel
 BuildRequires: libcap-devel
 BuildRequires: autoconf
 # ntpstat
@@ -177,8 +177,7 @@ autoreconf -vfi
 
 CFLAGS="-g" ./configure         \
 	     --prefix=/usr      \
-	     --with-openssl-libdir=%{_libdir} \
-	     --with-lineeditlibs=readline
+	     --with-openssl-libdir=%{_libdir}
 
 %undefine	_target_platform
 
@@ -276,6 +275,9 @@ fi
 %{_mandir}/man8/ntptrace.8*
 
 %changelog
+* Mon Mar 23 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.2.6p5-6
+- replaced readline with libedit (NTPL conflicts GPL).
+
 * Sun Mar 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.2.6p5-5
 - rebuilt with readline 6.3
 - fixed location of Vendor/Distribution/Packager tag