Hello community,

here is the log from the commit of package postfix for openSUSE:12.3 checked in 
at 2013-02-25 21:41:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/postfix (Old)
 and      /work/SRC/openSUSE:12.3/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.3/postfix/postfix.changes     2013-02-07 
14:28:50.000000000 +0100
+++ /work/SRC/openSUSE:12.3/.postfix.new/postfix.changes        2013-02-25 
21:41:32.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb 23 09:33:08 UTC 2013 - [email protected]
+
+- Install postfix.service accordingly (/usr/lib/systemd for 12.3
+  and up or /lib/systemd for older versions).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.DVuiHK/_old  2013-02-25 21:41:33.000000000 +0100
+++ /var/tmp/diff_new_pack.DVuiHK/_new  2013-02-25 21:41:33.000000000 +0100
@@ -96,6 +96,12 @@
 #
 # ---------------------------------------------------------------------------
 
+%if %suse_version > 1220
+%define         _unitdir /usr/lib/systemd
+%else
+%define         _unitdir /lib/systemd
+%endif
+
 %description
 Postfix aims to be an alternative to the widely-used sendmail program.
 
@@ -296,9 +302,9 @@
 cp -a html/*     $RPM_BUILD_ROOT%{pf_html_directory}
 cp -a auxiliary/ $RPM_BUILD_ROOT%{pf_docdir}/
 %if 0%{?suse_version} >= 1140
-mkdir -p %{buildroot}/lib/systemd/system
+mkdir -p %{buildroot}%{_unitdir}/system
 mkdir -p %{buildroot}/etc/postfix/system
-install -m 0644 %{name}-SuSE/postfix.service         
%{buildroot}/lib/systemd/system/
+install -m 0644 %{name}-SuSE/postfix.service         
%{buildroot}%{_unitdir}/system/postfix.service
 install -m 0755 %{name}-SuSE/config_postfix.systemd  
%{buildroot}/etc/postfix/system/config_postfix
 install -m 0755 %{name}-SuSE/update_chroot.systemd   
%{buildroot}/etc/postfix/system/update_chroot
 install -m 0755 %{name}-SuSE/update_postmaps.systemd 
%{buildroot}/etc/postfix/system/update_postmaps
@@ -477,7 +483,7 @@
 %if 0%{?suse_version} >= 1140
 %dir /etc/postfix/system
 %config %attr(0755,root,root) /etc/postfix/system/*
-%config /lib/systemd/system/postfix.service
+%config %{_unitdir}/system/postfix.service
 %endif
 /usr/bin/mailq
 /usr/bin/newaliases

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

Reply via email to