Hello community,

here is the log from the commit of package pure-ftpd for openSUSE:Factory 
checked in at 2017-05-29 22:19:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pure-ftpd (Old)
 and      /work/SRC/openSUSE:Factory/.pure-ftpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pure-ftpd"

Mon May 29 22:19:25 2017 rev:47 rq:498646 version:1.0.43

Changes:
--------
--- /work/SRC/openSUSE:Factory/pure-ftpd/pure-ftpd.changes      2017-05-27 
13:16:27.827632283 +0200
+++ /work/SRC/openSUSE:Factory/.pure-ftpd.new/pure-ftpd.changes 2017-05-29 
22:19:27.449618198 +0200
@@ -1,0 +2,6 @@
+Sat May 27 12:12:01 UTC 2017 - psim...@suse.com
+
+- Fix build on SUSE:SLE-11, which doesn't define the RPM variable
+  %{_initddir}, so we have to use %{_sysconfdir}/init.d instead.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pure-ftpd.spec ++++++
--- /var/tmp/diff_new_pack.1xNQeV/_old  2017-05-29 22:19:28.329493957 +0200
+++ /var/tmp/diff_new_pack.1xNQeV/_new  2017-05-29 22:19:28.333493393 +0200
@@ -140,9 +140,9 @@
 install -D -m0644 %{SOURCE8} %{buildroot}%{_unitdir}/%{name}.service
 ln -sf service %{buildroot}%{_sbindir}/rc%{name}
 %else
-install -D -m 0755 %{SOURCE3} %{buildroot}%{_initddir}/%{name}
+install -D -m 0755 %{SOURCE3} %{buildroot}%{_sysconfdir}/init.d/%{name}
 mkdir -p %{buildroot}%{_sbindir}
-ln -sf %{_initddir}/%{name} %{buildroot}%{_sbindir}/rc%{name}
+ln -sf %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
 %endif
 
 %pre
@@ -200,7 +200,7 @@
 %if 0%{?suse_version} > 1140
 %{_unitdir}/%{name}.service
 %else
-%{_initddir}/%{name}
+%{_sysconfdir}/init.d/%{name}
 %endif
 
 %changelog




Reply via email to