rpms/nagios/EL-5 import.log,1.1,1.2 nagios.spec,1.39,1.40

Peter Lemenkov peter at fedoraproject.org
Tue May 18 05:06:37 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/nagios/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14921/EL-5

Modified Files:
	import.log nagios.spec 
Log Message:
Fixed issue with uninstalling nagios package while upgrading from previous monolithic package


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/nagios/EL-5/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	30 Apr 2010 11:18:01 -0000	1.1
+++ import.log	18 May 2010 05:06:35 -0000	1.2
@@ -1 +1,2 @@
 nagios-2_12-7_fc12:EL-5:nagios-2.12-7.fc12.src.rpm:1272626172
+nagios-2_12-8_fc12:EL-5:nagios-2.12-8.fc12.src.rpm:1274159123


Index: nagios.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios/EL-5/nagios.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- nagios.spec	30 Apr 2010 11:18:01 -0000	1.39
+++ nagios.spec	18 May 2010 05:06:35 -0000	1.40
@@ -2,7 +2,7 @@
 Name: nagios
 
 Version: 2.12
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: Host/service/network monitoring program
 
 Group: Applications/System
@@ -34,6 +34,10 @@ Requires(pre): user(nagios)
 Requires: group(nagios)
 Requires(pre): group(nagios)
 
+# That was the last version w/o nagios-common, so we need to obsolete it for
+# proper upgrade procedure
+Obsoletes: %{name} < 2.12-7
+
 %description
 Nagios is a program that will monitor hosts and services on your
 network.  It has the ability to send email or page alerts when a
@@ -56,6 +60,9 @@ Requires(pre): shadow-utils
 Requires(post): shadow-utils
 Provides: user(nagios)
 Provides: group(nagios)
+
+# That was the last version w/o nagios-common, so we need to obsolete it for
+# proper upgrade procedure
 Obsoletes: %{name} < 2.12-7
 
 %description common
@@ -198,6 +205,10 @@ fi
 %{_includedir}/%{name}
 
 %changelog
+* Mon May 17 2010 Peter Lemenkov <lemenkov at gmail.com> - 2.12-8
+- Fixed severe issue with uninstalling main nagios package while
+  updating (see rhbz #590709 for details).
+
 * Fri Apr 30 2010 Peter Lemenkov <lemenkov at gmail.com> 2.12-7
 - Created 'common' subpackage for gid/uid and common directory
 - Patches rebased



More information about the scm-commits mailing list