From 3c5df559b77d02fc1db62c1f9d2715e3db3f1537 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Dec 12 2013 09:09:59 +0000 Subject: Release 14: fix for terminate signal in postin script/%postun/scan. --- diff --git a/.gitignore b/.gitignore index 1791555..417331b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /lpf-0-c885df3.tar.gz /lpf-0-1478565.tar.gz /lpf-0-ff55de0.tar.gz +/lpf-0-fc43f57.tar.gz diff --git a/lpf.spec b/lpf.spec index d0184e7..12be824 100644 --- a/lpf.spec +++ b/lpf.spec @@ -1,9 +1,9 @@ -%global commit ff55de0b1ccfa7866ea867f6f188173d139b22df +%global commit fc43f57365b9c33d4dfc0f195dfd77e629e99c17 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: lpf Version: 0 -Release: 13.%{shortcommit}%{?dist} +Release: 14.%{shortcommit}%{?dist} Summary: Local package factory - build non-redistributable rpms # Icon from iconarchive.com @@ -85,6 +85,9 @@ fi %changelog +* Thu Dec 12 2013 Alec Leamas - 0-14.fc43f57 +- upstream bugfix: Don't terminate running process in scripts. + * Wed Dec 04 2013 Alec Leamas - 0-13.ff55de0 - Fix for upstream bug #13: ignore errors in lpf-kill-pgroup diff --git a/sources b/sources index 499a192..9ebb3a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a6c479866a859493f94ae169cb5884a lpf-0-ff55de0.tar.gz +b7d68b35424135458efd3bd24c7acccf lpf-0-fc43f57.tar.gz