http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c1 Tim Serong <tserong@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |tserong@novell.com AssignedTo|lmb@novell.com |tserong@novell.com --- Comment #1 from Tim Serong <tserong@novell.com> 2010-03-17 10:45:03 UTC --- The fix for this is: --- drbd.spec (revision 1) +++ drbd.spec (revision 2) @@ -90,9 +90,8 @@ export DIST=suselike make PREFIX=%{buildroot}/ install-tools cp scripts/drbd.rules $RPM_BUILD_ROOT/etc/udev/rules.d/65-drbd.rules -# these files look like wrong installed documentation +# 65-drbd.rules.disabled is unnecessary (65-drbd.rules is installed) rm $RPM_BUILD_ROOT/etc/udev/rules.d/65-drbd.rules.disabled -rm $RPM_BUILD_ROOT/usr/lib/ocf/resource.d/linbit/drbd ln -sf ../etc/init.d/drbd $RPM_BUILD_ROOT/sbin/rcdrbd mkdir -p $RPM_BUILD_ROOT/var/lib/drbd # @@ -143,6 +142,7 @@ %dir /etc/xen/scripts /etc/xen/scripts/block-drbd %endif +/usr/lib/ocf/resource.d/linbit/drbd /etc/ha.d/resource.d/drbddisk /etc/ha.d/resource.d/drbdupper %dir /etc/udev @@ -152,6 +152,9 @@ %defattr(-, root, root) /var/lib/drbd /usr/lib/drbd +%dir /usr/lib/ocf +%dir /usr/lib/ocf/resource.d +%dir /usr/lib/ocf/resource.d/linbit %dir /etc/ha.d %dir /etc/ha.d/resource.d %doc %{_mandir}/man5/drbd.conf.5* For reference, my test package is at: https://build.opensuse.org/package/show?package=drbd&project=home:tserong:branches:openSUSE:11.2 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.