rpms/pptp/devel pptp.spec,1.12,1.13

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon May 19 16:22:43 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/pptp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32508

Modified Files:
	pptp.spec 
Log Message:
- Add dependency on /sbin/ip
- Disable parallel make - object files are missing dependency on config.h



Index: pptp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pptp/devel/pptp.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pptp.spec	19 May 2008 13:24:11 -0000	1.12
+++ pptp.spec	19 May 2008 16:21:35 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		pptp
 Version:	1.7.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Point-to-Point Tunneling Protocol (PPTP) Client
 Group:		Applications/Internet
 License:	GPLv2+
@@ -9,7 +9,7 @@
 Patch0:		pptp-1.7.2-compat.patch
 Patch1:		pptp-1.7.2-ip-path.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	ppp >= 2.4.2
+Requires:	ppp >= 2.4.2, /sbin/ip
 
 %description
 Client for the proprietary Microsoft Point-to-Point Tunneling
@@ -23,7 +23,8 @@
 %{__sed} -i -e 's/install -o root -m 555 pptp/install -m 755 pptp/' Makefile
 
 %build
-%{__make} %{?_smp_mflags} CFLAGS="-Wall %{optflags}"
+# Parallel make disabled because .o files don't have dependency on config.h
+%{__make} CFLAGS="-Wall %{optflags}"
 
 %install
 %{__rm} -rf %{buildroot}
@@ -47,6 +48,10 @@
 %config(noreplace) /etc/ppp/options.pptp
 
 %changelog
+* Mon May 19 2008 Paul Howarth <paul at city-fan.org> 1.7.2-3
+- Add dependency on /sbin/ip
+- Disable parallel make - object files are missing dependency on config.h
+
 * Mon May 19 2008 Paul Howarth <paul at city-fan.org> 1.7.2-2
 - Use /sbin/ip, not /bin/ip for routing
 




More information about the scm-commits mailing list