Browse Source

ppp-2.4.5-4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4726 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 12 years ago
parent
commit
506bdb3c35
1 changed files with 9 additions and 1 deletions
  1. 9 1
      p/ppp/ppp-vl.spec

+ 9 - 1
p/ppp/ppp-vl.spec

@@ -2,7 +2,7 @@ Summary: The PPP (Point-to-Point Protocol) daemon.
 Summary(ja): PPP (Point-to-Point Protocol) デーモン
 Name: ppp
 Version: 2.4.5
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: BSD and LGPLv2+ and GPLv2+ and Public Domain
 Group: System Environment/Daemons
 URL: http://www.samba.org/ppp
@@ -110,6 +110,8 @@ make install install-etcppp LIBDIR=$RPM_BUILD_ROOT%{_libdir}/pppd/%{version}
 make install install-etcppp
 %endif
 
+mv %{buildroot}/usr/var %{buildroot}/
+
 ## it shouldn't be SUID root be default
 #chmod 755 %{buildroot}/usr/sbin/pppd
 
@@ -148,6 +150,8 @@ rm -rf %{buildroot}
 %config(noreplace) /etc/radiusclient/*
 %config(noreplace) /etc/radiusclient.conf
 %doc README README.linux scripts sample
+%dir %{_localstatedir}/run/ppp
+%dir %{_localstatedir}/log/ppp
 
 %files devel
 %defattr(-,root,root)
@@ -156,6 +160,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Sep 06 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.5-4
+- added /var/run/ppp to %%files. (BTS:1215)
+- added /var/log/ppp to %%files.
+
 * Mon Apr 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.5-3
 - remove include/linux/if_pppol2tp.h to build pppoe plugin
 - update License tag