소스 검색

upgrading package: cfengine 2.2.2 -> 2.2.3

Ralf S. Engelschall 18 년 전
부모
커밋
7209974d96
2개의 변경된 파일21개의 추가작업 그리고 7개의 파일을 삭제
  1. 17 3
      cfengine/cfengine.patch
  2. 4 4
      cfengine/cfengine.spec

+ 17 - 3
cfengine/cfengine.patch

@@ -1,6 +1,6 @@
 Index: doc/Makefile.in
---- doc/Makefile.in.orig	2006-03-02 14:37:47 +0100
-+++ doc/Makefile.in	2006-03-10 22:24:00 +0100
+--- doc/Makefile.in.orig	2007-12-01 13:42:20 +0100
++++ doc/Makefile.in	2007-12-29 10:59:09 +0100
 @@ -79,7 +79,7 @@
  am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  docDATA_INSTALL = $(INSTALL_DATA)
@@ -10,7 +10,7 @@ Index: doc/Makefile.in
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMDEP_FALSE = @AMDEP_FALSE@
-@@ -662,7 +662,7 @@
+@@ -698,7 +698,7 @@
  uninstall: uninstall-am
  
  install-am: all-am
@@ -19,3 +19,17 @@ Index: doc/Makefile.in
  
  installcheck: installcheck-am
  install-strip:
+Index: src/cflex.l.in
+--- src/cflex.l.in.orig	2007-08-11 21:18:27 +0200
++++ src/cflex.l.in	2007-12-29 11:00:33 +0100
+@@ -43,10 +43,6 @@
+ 
+ @NOWRAP@
+ %s INCONTROL BRACELIST INASSIGN CFSERVD
+-%o 30000
+-%a 16000
+-%p 12000
+-%n 2000
+ 
+ actiont   copy:|resolve:|files:|tidy:|homeservers:|binservers:|mailserver:|disks:|mountables:|links:|shellcommands:|disable:|directories:|ignore:|interfaces:|defaultroute:|miscmounts:|unmount:|processes:|required:|broadcast:|alerts:|packages:|methods:|rename:|scli:
+ 

+ 4 - 4
cfengine/cfengine.spec

@@ -32,14 +32,14 @@ Distribution: OpenPKG Community
 Class:        BASE
 Group:        System
 License:      GPL
-Version:      2.2.2
-Release:      20071027
+Version:      2.2.3
+Release:      20071229
 
 #   package options
 %option       with_fsl  yes
 
 #   list of sources
-Source0:      ftp://ftp.iu.hio.no/pub/cfengine/cfengine-%{version}.tar.gz
+Source0:      http://www.cfengine.org/downloads/cfengine-%{version}.tar.gz
 Source1:      rc.cfengine
 Source2:      fsl.cfengine
 Patch0:       cfengine.patch
@@ -71,7 +71,7 @@ AutoReqProv:  no
 %track
     prog cfengine = {
         version   = %{version}
-        url       = ftp://ftp.iu.hio.no/pub/cfengine/
+        url       = http://www.cfengine.org/downloads/
         regex     = \bcfengine-(\d+.\d+\.\d+(p\d+)?)\.tar\.gz
     }