commit openct for openSUSE:Factory
Hello community, here is the log from the commit of package openct for openSUSE:Factory checked in at 2013-04-26 19:21:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openct (Old) and /work/SRC/openSUSE:Factory/.openct.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openct", Maintainer is "sbrabec@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/openct/openct.changes 2013-03-22 12:05:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openct.new/openct.changes 2013-04-26 19:21:37.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Apr 25 16:43:04 UTC 2013 - fcrozat@suse.com + +- Move udev rules to /usr/lib/udev for openSUSE 12.3 and later. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openct.spec ++++++ --- /var/tmp/diff_new_pack.Ex0zvD/_old 2013-04-26 19:21:38.000000000 +0200 +++ /var/tmp/diff_new_pack.Ex0zvD/_new 2013-04-26 19:21:38.000000000 +0200 @@ -16,6 +16,12 @@ # +%if 0%{?suse_version} >= 1230 +%define _udevrulesdir /usr/lib/udev +%else +%define _udevrulesdir /lib/udev +%endif + Name: openct Version: 0.6.20 Release: 0 @@ -161,7 +167,7 @@ --with-daemon-groups=%{GROUP}\ --with-bundle=%{ifddir}\ --with-ifddir=%{ifddir}\ - --with-udev=/lib/udev + --with-udev=%{_udevrulesdir} make %{?jobs:-j%jobs} %install @@ -179,8 +185,8 @@ install etc/init-script $RPM_BUILD_ROOT%{_sysconfdir}/init.d/openct ln -s ../..%{_sysconfdir}/init.d/openct $RPM_BUILD_ROOT%{_sbindir}/rcopenct # Install 60-openct.rules rule for udev -mkdir -p $RPM_BUILD_ROOT/lib/udev/rules.d -install -m0644 etc/openct.udev $RPM_BUILD_ROOT/lib/udev/rules.d/60-openct.rules +mkdir -p $RPM_BUILD_ROOT%{udevrulesdir} +install -m0644 etc/openct.udev $RPM_BUILD_ROOT%{_udevrulesdir}/60-openct.rules # # Copy the rest of documentation cp LGPL-2.1 README.SUSE TODO doc/nonpersistent/ChangeLog etc/openct-disable.fdi $RPM_BUILD_ROOT%{_docdir}/%{name} @@ -223,7 +229,7 @@ %{_sbindir}/* %{_sysconfdir}/init.d/openct %config(noreplace) %{_sysconfdir}/openct.conf -/lib/udev/* +%{_udevrulesdir}/* %files -n libopenct1 %defattr(-,root,root) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de