Commit Graph

16 Commits

Author SHA1 Message Date
Fabian Grünbichler
46901f9e03 test 2017-07-28 11:52:16 +02:00
Fabian Grünbichler
f97000dfa7 test 2017-07-28 11:52:11 +02:00
Fabian Grünbichler
8aba1294ae SPL Version 0.7.0
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iEYEABECAAYFAll4zlwACgkQCrnpkcavZYsYKgCeIIceeJ8PtXFfQkNz3YZNaX9s
 YRwAnivjJGqXXlcCiTBFMvG1VQa80Euj
 =5nt8
 -----END PGP SIGNATURE-----

Merge tag 'spl-0.7.0' into test

SPL Version 0.7.0
2017-07-28 11:51:22 +02:00
Aron Xu
0b31b2300b Imported Upstream version 0.6.5.11 2017-07-14 14:38:33 +08:00
Brian Behlendorf
e0aacd9b97 Fix powerpc build
Unlike other architectures which sanitize the LDFLAGS from the
environment in arch/<arch>/Makefile.  The powerpc Makefile
allows LDFLAGS to be passed through resulting in the following
build failure.

  /usr/bin/ld: unrecognized option '-Wl,-z,relro'

LDFLAGS is set in /usr/lib/rpm/redhat/macros by default.  Clear
the environment variable when building kmods for powerpc.

Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #607
2017-03-06 09:16:22 -08:00
Aron Xu
ac9cc135ee Imported Upstream version 0.6.5.9 2017-02-06 15:49:57 +08:00
Aron Xu
0f836a620f Imported Upstream version 0.6.5.8 2016-09-18 00:59:02 +08:00
Aron Xu
c4ed98c576 Imported Upstream version 0.6.5.7 2016-05-25 12:15:19 +08:00
Aron Xu
0480cc5833 Imported Upstream version 0.6.5.6 2016-03-24 07:14:21 +08:00
Aron Xu
81dab2ed9a Imported Upstream version 0.6.5.5 2016-03-20 22:50:19 +08:00
Olaf Faaland
7323da1b2f Create spl-kmod-debuginfo rpm with redhat spec file
Correct the redhat specfile so that working debuginfo rpms are created
for the kernel modules.  The generic specfile already does the right
thing.

Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes zfsonlinux/zfs#4224
2016-01-21 11:22:02 -08:00
Aron Xu
879bbbc725 Imported Upstream version 0.6.5.4 2016-01-10 20:13:12 +08:00
Aron Xu
f6188ddded Imported Upstream version 0.6.5.3 2015-11-05 21:05:35 +08:00
Aron Xu
d097b65195 Imported Upstream version 0.6.4.2 2015-08-13 19:58:21 +08:00
Aron Xu
10946b0206 Imported Upstream version 0.6.4.1 2015-05-17 05:41:12 +08:00
Brian Behlendorf
fade6b00b6 Add RHEL style kmod packages
Provide a Redhat specific spl-kmod.spec file which uses the old style
kmods (not kmods2) packaging.  By using the provided kmodtool script
packages can be built which support weak modules.  This allows for the
kernel to be updated without having to rebuild the SPL kernel modules.

Packages for RHEL/Centos/SL/TOSS which use this spec file can by built
as follows:

$ ./configure --with-spec=redhat
$ make rpms

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2015-03-27 14:42:04 -07:00