Commit Graph

26 Commits

Author SHA1 Message Date
Mo Zhou
a07c8b41b9 New upstream version 0.7.11 2018-09-18 01:36:37 +00:00
Aron Xu
42f7b73b90 New upstream version 0.7.9 2018-05-16 21:38:18 +08:00
Aron Xu
047218e222 New upstream version 0.7.6 2018-02-26 16:29:27 +08:00
Aron Xu
6b76391648 New upstream version 0.7.5 2018-01-19 15:26:44 +08:00
Aron Xu
41d74433d6 New upstream version 0.7.4 2017-12-18 22:04:57 +08:00
Aron Xu
8ec27e9713 New upstream version 0.7.3 2017-10-31 18:22:52 +08:00
Aron Xu
cae5b34040 New upstream version 0.7.2 2017-10-06 21:03:18 +08:00
Aron Xu
22929307d3 New upstream version 0.6.5.10 2017-07-05 18:10:35 +08:00
Aron Xu
68d83c55fb Imported Upstream version 0.6.5.9 2017-02-06 15:55:37 +08:00
Aron Xu
87dac73db9 Imported Upstream version 0.6.5.8 2016-09-20 04:14:05 +08:00
Aron Xu
5eacc075a6 Imported Upstream version 0.6.5.7 2016-05-31 14:08:52 +08:00
Aron Xu
4e820b5a51 Imported Upstream version 0.6.5.6 2016-03-24 07:19:11 +08:00
Aron Xu
4d815aed2c Imported Upstream version 0.6.5.5 2016-03-20 22:56:48 +08:00
Aron Xu
94a40997a3 Imported Upstream version 0.6.5.4 2016-01-10 20:18:49 +08:00
Aron Xu
e10b080844 Imported Upstream version 0.6.5.3 2015-11-01 12:49:59 +08:00
Aron Xu
ea04106bca Imported Upstream version 0.6.4.2 2015-08-13 20:04:48 +08:00
Liang Guo
a08ee8756d Imported Upstream version 0.6.2+git20140204 2014-02-09 00:25:11 +08:00
Aron Xu
c06d4368ee Imported Upstream version 0.6.2 2013-08-24 14:37:28 +08:00
Carlos Alberto Lopez Perez
0e3762cae9 Imported Upstream version 0.6.1 2013-04-10 03:57:11 +02:00
Brian Behlendorf
36c0b62799 Tag zfs-0.6.1
META file and release log updated.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-03-26 08:50:29 -07:00
Brian Behlendorf
b7f59425f9 Include init scripts in packages
The distribution specific init scripts where excluded from the
packaging when it was reworked.  The intention is to replace
them with systemd equivilants.  However, that work has not yet
been done and the init scripts are still useful so they have
been added back in to the packaging.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-03-26 08:50:09 -07:00
Brian Behlendorf
0df23ca9a1 Provide ${kmodname}-devel-kmod for yum-builddep
In order to ensure that yum-builddep pulls in all the build
requirements a generic ${kmodname}-devel-kmod provides line is
added.  This allows a version of the development headers to be
included without requiring knowledge of the kernel version.

This is important because unlike rpmbuild which does correctly
expand the source rpm spec file, yum-builddep does not.  Without
this generic provides line mock which relies on yum-builddep is
unable to automatically satisfy the dependency.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-03-25 13:28:19 -07:00
Brian Behlendorf
7865606a6a Remove zfs-dkms conflict with zfs-kmod
Because the zfs-dkms package also provides zfs-kmod for the
zfs user package yum flags this as a conflict.  To avoid the
problem remove the Conflicts tag from zfs-dkms and just rely
on the one in zfs-kmod.

  zfs-dkms-0.6.0-rc14.fc18.noarch has installed conflicts
    zfs-kmod: zfs-dkms-0.6.0-rc14.fc18.noarch

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-03-21 12:51:06 -07:00
Brian Behlendorf
68a2e016c8 Add missing dependencies
The spl, zfs-test, and zfs-dracut packages should be pulled in
by the core zfs package.  This allows all the required zfs packages
to be installed from a yum repository by running:

  yum install zfs

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-03-21 12:50:19 -07:00
Brian Behlendorf
c0c3d83ccb Add spl-dkms dependency to zfs-dkms
Adding the 'spl-dkms = VERSION' dependency to the zfs-dkms
package ensures the spl will be installed before zfs.  This
cleanly handles the initial 'yum localinstall' case.

However, this does not address the dkms rebuilds caused by
a new kernel being installed.  For that we still rely on the
clunky  --with-spl-timeout=<timeout> configure option which
allows the zfs compilation to be briefly delayed while the
spl components are built.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-03-19 16:17:04 -07:00
Brian Behlendorf
f3757573a6 Refresh RPM packaging
Refresh the existing RPM packaging to conform to the 'Fedora
Packaging Guidelines'.  This includes adopting the kmods2
packaging standard which is used fod kmods distributed by
rpmfusion for Fedora/RHEL.

  http://fedoraproject.org/wiki/Packaging:Guidelines
  http://rpmfusion.org/Packaging/KernelModules/Kmods2

While the spec files have been entirely rewritten from a
user perspective the only major changes are:

* The Fedora packages now have a build dependency on the
  rpmfusion repositories.  The generic kmod packages also
  have a new dependency on kmodtool-1.22 but it is bundled
  with the source rpm so no additional packages are needed.

* The kernel binary module packages have been renamed from
  zfs-modules-* to kmod-zfs-* as specificed by kmods2.

* The is now a common kmod-zfs-devel-* package in addition
  to the per-kernel devel packages.  The common package
  contains the development headers while the per-kernel
  package contains kernel specific build products.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1341
2013-03-18 15:33:17 -07:00