]> git.pld-linux.org Git - packages/apinger.git/commitdiff
- Release: 5 AC-branch AC-STABLE auto/ac/apinger-0_6_1-5
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 24 Apr 2006 09:01:50 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch added to fix big configuration file parsing
- patch added to pass update timestamps to rrdtool
- avg_dealy patch actually applied

Changed files:
    apinger.spec -> 1.25

apinger.spec

index 9770201f36bfbf3a6804180bcb8125f9db7b938f..d28f8680ecbdea4c38bd25fed947a091b56e7ed0 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Alarm Pinger - network monitor with mail notification
 Summary(pl):   Alarm Pinger - monitor sieci z powiadamianiem poczt±
 Name:          apinger
 Version:       0.6.1
-Release:       4
+Release:       5
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.bnet.pl/~jajcus/apinger/%{name}-%{version}.tar.gz
@@ -11,6 +11,8 @@ Source1:      %{name}.init
 Source2:       %{name}.sysconf
 Patch0:                %{name}-user.patch
 Patch1:                %{name}-avg_delay.patch
+Patch2:                %{name}-config_overwrite_fix.patch
+Patch3:                %{name}-rrd_timestamp.patch
 URL:           http://www.bnet.pl/~jajcus/
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,preun):  /sbin/chkconfig
@@ -41,6 +43,9 @@ IPv4 jak i IPv6.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %configure
This page took 0.079544 seconds and 4 git commands to generate.