]> git.pld-linux.org Git - packages/nagios-notify.git/commitdiff
- rel 2; add Auto-Submitted: auto-generated header auto/th/nagios-notify-0.14-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Feb 2018 19:50:17 +0000 (20:50 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Feb 2018 19:50:17 +0000 (20:50 +0100)
headers.patch [new file with mode: 0644]
nagios-notify.spec

diff --git a/headers.patch b/headers.patch
new file mode 100644 (file)
index 0000000..1c2c0c2
--- /dev/null
@@ -0,0 +1,33 @@
+diff -urN nagios-notify-0.14.org/templates/notify-host-by-email.tmpl nagios-notify-0.14/templates/notify-host-by-email.tmpl
+--- nagios-notify-0.14.org/templates/notify-host-by-email.tmpl 2012-12-14 11:48:27.000000000 +0100
++++ nagios-notify-0.14/templates/notify-host-by-email.tmpl     2018-02-21 20:49:01.969994349 +0100
+@@ -4,6 +4,7 @@
+ In-Reply-To: $DATE$@$HOSTNAME$.nagios
+ To: "$(encode_mime_header:iso8859-1,$CONTACTALIAS$)" <$CONTACTEMAIL$>
+ Subject: Host $HOSTSTATE$ alert for $HOSTNAME$!
++Auto-Submitted: auto-generated
+ ***** Nagios/$VERSION$ *****
+diff -urN nagios-notify-0.14.org/templates/notify-service-by-email-conditions.tmpl nagios-notify-0.14/templates/notify-service-by-email-conditions.tmpl
+--- nagios-notify-0.14.org/templates/notify-service-by-email-conditions.tmpl   2012-12-14 11:48:27.000000000 +0100
++++ nagios-notify-0.14/templates/notify-service-by-email-conditions.tmpl       2018-02-21 20:49:12.600313242 +0100
+@@ -4,6 +4,7 @@
+ In-Reply-To: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
+ To: "$(encode_mime_header:utf-8,$CONTACTALIAS$)" <$CONTACTEMAIL$>
+ Subject: ** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **
++Auto-Submitted: auto-generated
+ ***** Nagios/$VERSION$ *****
+diff -urN nagios-notify-0.14.org/templates/notify-service-by-email.tmpl nagios-notify-0.14/templates/notify-service-by-email.tmpl
+--- nagios-notify-0.14.org/templates/notify-service-by-email.tmpl      2012-12-14 11:48:27.000000000 +0100
++++ nagios-notify-0.14/templates/notify-service-by-email.tmpl  2018-02-21 20:49:19.157176605 +0100
+@@ -4,6 +4,7 @@
+ In-Reply-To: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
+ To: "$(encode_mime_header:iso8859-1,$CONTACTALIAS$)" <$CONTACTEMAIL$>
+ Subject: ** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **
++Auto-Submitted: auto-generated
+ ***** Nagios/$VERSION$ *****
index a0e92baff6af6c6c2a1167edb666031858c3d1a6..9296b355412ca892359161a1dd8172e53ac22e24 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Nagios Notify Script
 Summary(pl.UTF-8):     Skrypt powiadamiający dla Nagiosa
 Name:          nagios-notify
 Version:       0.14
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications
 Source0:       %{name}-%{version}.tar.bz2
 # Source0-md5: 47c06d14e2944f222fe08298a62ef607
+Patch0:                headers.patch
 URL:           http://glen.alkohol.ee/nagios-notify/
 Requires:      awk
 Requires:      nagios-common
@@ -53,6 +54,7 @@ Powody, dla których dobrze jest używać tego skryptu:
 
 %prep
 %setup -q
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.137048 seconds and 4 git commands to generate.