Author: bogdano Date: Tue Jan 30 18:23:23 2007 New Revision: 115545 Modified: packages/cooker/unionfs/current/SPECS/unionfs.spec
Log: moved dkms post/postun deps to subpackage Modified: packages/cooker/unionfs/current/SPECS/unionfs.spec ============================================================================== --- packages/cooker/unionfs/current/SPECS/unionfs.spec (original) +++ packages/cooker/unionfs/current/SPECS/unionfs.spec Tue Jan 30 18:23:23 2007 @@ -26,8 +26,6 @@ Group: System/Kernel and hardware URL: http://www.fsl.cs.sunysb.edu/project-unionfs.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Requires(post): dkms -Requires(preun): dkms BuildRequires: e2fsprogs-devel %description @@ -46,6 +44,8 @@ %package -n dkms-%{name} Group: System/Kernel and hardware Summary: Dkms module for the unionfs module +Requires(post): dkms +Requires(preun): dkms Conflicts: unionfs-tools <= 1.1.4 %description -n dkms-%{name} Unionfs is a Stackable Unification File System.
