Remove zfs-dracut and zfs-test dependencies
[zfs.git] / rpm / generic / zfs.spec.in
index 05d55d9..8b57e6e 100644 (file)
@@ -28,6 +28,7 @@ ExclusiveArch:  i386 i686 x86_64
 # May build but untested on ppc/ppc64
 ExcludeArch:    ppc ppc64
 
+Requires:       spl = %{version}
 Requires:       %{name}-kmod >= %{version}
 Provides:       %{name}-kmod-common = %{version}
 
@@ -120,6 +121,7 @@ find %{?buildroot}%{_libdir} -name '*.la' -exec rm -f {} \;
 %doc AUTHORS COPYRIGHT DISCLAIMER
 %doc OPENSOLARIS.LICENSE README.markdown
 %{_sbindir}/*
+%{_bindir}/*
 %{_libdir}/*.so.1*
 %{_mandir}/man1/*
 %{_mandir}/man5/*
@@ -128,8 +130,7 @@ find %{?buildroot}%{_libdir} -name '*.la' -exec rm -f {} \;
 %{_udevdir}/zvol_id
 %{_udevdir}/rules.d/*
 %config(noreplace) %{_sysconfdir}/%{name}
-# Systemd integration is still required.
-%exclude %{_sysconfdir}/init.d/*
+%{_sysconfdir}/init.d/*
 
 %files devel
 %{_libdir}/*.so
@@ -143,5 +144,5 @@ find %{?buildroot}%{_libdir} -name '*.la' -exec rm -f {} \;
 %{_dracutdir}/modules.d/*
 
 %changelog
-* Tue Mar 12 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.0-1
-- Refreshed RPM packaging.
+* Fri Mar 22 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.1-1
+- First official stable release.