Hello community,

here is the log from the commit of package ctdb for openSUSE:Factory checked in 
at 2013-11-23 08:13:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ctdb (Old)
 and      /work/SRC/openSUSE:Factory/.ctdb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ctdb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ctdb/ctdb.changes        2013-11-13 
08:55:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ctdb.new/ctdb.changes   2013-11-23 
08:13:46.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 14 17:08:53 UTC 2013 - [email protected]
+
+- Replace >= 1230 by > 1220 as this type of condition is used anywhere else in
+  the ctdb spec file.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ctdb.spec ++++++
--- /var/tmp/diff_new_pack.BReo04/_old  2013-11-23 08:13:47.000000000 +0100
+++ /var/tmp/diff_new_pack.BReo04/_new  2013-11-23 08:13:47.000000000 +0100
@@ -32,7 +32,7 @@
 Patch1:         ctdb-socket-path.patch
 %if 0%{?suse_version}
 Requires(pre):  %{?fillup_prereq}
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 %else
@@ -107,7 +107,7 @@
 %install
 mkdir -p \
        ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig \
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
     ${RPM_BUILD_ROOT}/%{_unitdir} \
 %else
        ${RPM_BUILD_ROOT}/%{_sysconfdir}/init.d \
@@ -123,7 +123,7 @@
 %else
 %{__install} -m 0644 config/ctdb.sysconfig 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/ctdb
 %endif
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 %{__install} -m 0755 config/ctdb.service %{buildroot}%{_unitdir}/ctdb.service
 %else
 %{__install} -m 0755 config/ctdb.init ${RPM_BUILD_ROOT}/%{initdir}/ctdb
@@ -141,7 +141,7 @@
 
 %post
 %if 0%{?suse_version}
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 %{fillup_only}
 %service_add_post ctdb.service
 %else
@@ -151,7 +151,7 @@
 
 %postun
 %if 0%{?suse_version}
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 %service_del_postun ctdb.service
 %else
 %{insserv_cleanup}
@@ -175,7 +175,7 @@
 %endif
 %config(noreplace) %{_sysconfdir}/ctdb/notify.sh
 %config(noreplace) %{_sysconfdir}/ctdb/functions
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 %attr(755,root,root) %{_unitdir}/ctdb.service
 %else
 %attr(755,root,root) %{initdir}/ctdb

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to