Hello community, here is the log from the commit of package zmd checked in at Fri Jun 30 17:02:07 CEST 2006. -------- --- zmd/zmd.changes 2006-06-28 23:15:33.000000000 +0200 +++ zmd/zmd.changes 2006-06-30 02:33:14.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jun 30 02:32:39 CEST 2006 - maw@suse.de + +- New patch (dont-remove-on-max-retries.patch) which: +- Doesn't remove services when we've reached the max no. of + retries. + +------------------------------------------------------------------- New: ---- dont-remove-on-max-retries.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zmd.spec ++++++ --- /var/tmp/diff_new_pack.HJgbGC/_old 2006-06-30 17:01:48.000000000 +0200 +++ /var/tmp/diff_new_pack.HJgbGC/_new 2006-06-30 17:01:48.000000000 +0200 @@ -14,7 +14,7 @@ BuildRequires: dbus-1-mono libzypp-zmd-backend log4net mono-basic mono-data-sqlite mono-devel perl-XML-Parser rpm-devel sqlite-devel URL: http://www.novell.com Version: 7.1.1.0 -Release: 59 +Release: 60 License: LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 @@ -29,6 +29,7 @@ Patch7: zmd-init.patch Patch8: logrotate.patch Patch9: zmd-inventory-disable.patch +Patch10: dont-remove-on-max-retries.patch Summary: Novell ZENworks Linux Management daemon Group: System/Daemons Autoreqprov: on @@ -81,6 +82,7 @@ %patch7 %patch8 %patch9 +%patch10 %build libtoolize -f @@ -173,6 +175,10 @@ # %{_libdir}/monodoc/sources/* %changelog -n zmd +* Fri Jun 30 2006 - maw@suse.de +- New patch (dont-remove-on-max-retries.patch) which: +- Doesn't remove services when we've reached the max no. of + retries. * Wed Jun 28 2006 - maw@suse.de - New source drop (r31327) which: - Includes updated translations. ++++++ dont-remove-on-max-retries.patch ++++++ --- src/ServiceManager.cs.orig 2006-06-30 02:31:40.016820222 +0200 +++ src/ServiceManager.cs 2006-06-30 02:31:44.223084619 +0200 @@ -474,7 +474,6 @@ if (schedule.Attempts >= PreferenceManager.GetInteger ("max-retries")) { ScheduleManager.Instance.RemoveSchedule (schedule); - Remove (schedule.Service); log.Error (String.Format ("Maximum number of retry attempts reached for adding service '{0}'", schedule.Service.Uri)); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de