Commit Graph

54 Commits

Author SHA1 Message Date
Markus Kowalewski
03a41ab5ec
lvm2: add license 2018-08-17 22:30:55 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Jan Malakhovski
7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Will Dietz
e606e4d6a9 lvm2: musl patches from alpine 2018-02-13 09:44:55 -06:00
Tuomas Tynkkynen
45e47c14be devicemapper: 2.02.176 -> 2.02.177 2018-01-20 23:19:35 +02:00
Ben Gamari
dc10c551eb lvm2: Enable cross-compilation 2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
d1f7d794cf devicemapper: 2.02.175 -> 2.02.176 2017-11-19 19:14:19 +02:00
Frederik Rietdijk
97c7b69e25 systemd: remove udev attributes 2017-10-27 22:20:20 +02:00
Tuomas Tynkkynen
89e5c3b700 devicemapper: 2.02.173 -> 2.02.175 2017-10-22 01:40:58 +03:00
Robert Hensing
fbd3f8698a lvm2: 2.02.140 -> 2.02.173 2017-07-21 16:25:34 +02:00
Dan Peebles
90b9719f4f treewide: fix the remaining issues with meta attributes 2017-04-29 04:24:34 +00:00
Robin Gloster
9326a89910
lvm: add missing dependency
fixes #14394
2017-02-18 23:17:14 +01:00
Lluís Batlle i Rossell
2f35e223b1 Adding libuuid (libblkid) to lvm2.
It wants it to detect if there are filesystems present in block devices, in
case of pvcreate. Otherwise it complaints "lvm built without blkid support" and
lacks the feature of detecting/wiping.
2016-05-06 15:09:49 +02:00
Vladimír Čunát
ae74c356d9 Merge recent 'staging' into closure-size
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
aszlig
8c4256e651
lvm2: 2.02.132 -> 2.02.140
Upstream changelog can be found at:

https://git.fedorahosted.org/cgit/lvm2.git/tree/WHATS_NEW?h=v2_02_140&id=0faa27d4f55abcda5fa94ef92343eb44e95ada89

I have tested this with:

nix-build nixos/release.nix -A tests.installer.lvm.x86_64-linux

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-22 13:30:43 +01:00
Vladimír Čunát
b44d846990 udev: complete rework
- systemd puts all into one output now (except for man),
  because I wasn't able to fix all systemd/udev refernces
  for NixOS to work well
- libudev is now by default *copied* into another path,
  which is what most packages will use as build input :-)
- pkgs.udev = [ libudev.out libudev.dev ]; because there are too many
  references that just put `udev` into build inputs (to rewrite them all),
  also this made "${udev}/foo" fail at *evaluation* time
  so it's easier to catch and change to something more specific
2015-10-04 10:03:53 +02:00
Vladimír Čunát
5227fb1dd5 Merge commit staging+systemd into closure-size
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
William A. Kennington III
de514ea334 llvm2: 2.02.128 -> 2.02.132 2015-09-24 16:15:31 -07:00
William A. Kennington III
429d4beaa2 lvm2: 2.02.124 -> 2.02.128 2015-08-18 17:01:13 -07:00
William A. Kennington III
2f28600f2b lvm2: 2.02.120 -> 2.02.124 2015-07-06 17:13:50 -07:00
William A. Kennington III
2f63137a44 lvm2: 2.02.118 -> 2.02.120 2015-06-18 21:50:53 -07:00
Vladimír Čunát
b7c3c25218 fix ${udev} references (and a few others) 2015-05-05 11:52:08 +02:00
William A. Kennington III
ab131767d1 lvm2: 2.02.114 -> 2.02.118 2015-03-26 11:42:32 -07:00
Michael Raskin
16a4882d71 LVM2: 2.02.111 → 2.02.114 2014-12-21 11:14:25 +03:00
Michael Raskin
4e92bee51d Update LVM2 2014-09-24 13:39:08 +04:00
Michael Raskin
d9b13c1eb1 Make dmeventd support in lvm2 optional; use it for dmraid 2014-09-01 02:06:41 +04:00
Michael Raskin
eecfa6d657 Enable dmeventd 2014-08-31 21:15:57 +04:00
Michael Raskin
eb66d3654f Update and adopt LVM2. 2014-08-31 21:08:56 +04:00
Eelco Dolstra
07cb7451d9 lvm2: Update to 2.02.106 2014-04-15 18:02:07 +02:00
William A. Kennington III
fb7421db64 Upgrade lvm from 2.02.100 -> 2.02.104 2013-11-28 00:52:12 -06:00
Lluís Batlle i Rossell
d5a44b27fd One more lvm2 systemd part working.
I didn't need it, to boot fine... but that complaint of bad path isn't in
systemd boot anymore, at least.
2013-09-20 11:45:50 +02:00
Lluís Batlle i Rossell
c0fd88748a Making lvm2 install systemd stuff, and combine all in a single derivation. 2013-09-20 09:20:14 +02:00
Lluís Batlle i Rossell
3974fb283a Updating lvm2 to 2.02.100. 2013-09-19 14:19:10 +02:00
Eelco Dolstra
3aae32372a Work around some crazy race condition in devicemapper device creation 2012-10-15 14:46:15 -04:00
Eelco Dolstra
ba2911fe1e lvm2: Update to 2.02.98 2012-10-15 13:14:12 -04:00
Eelco Dolstra
548365b95c lvm2: Update to 2.02.97 2012-08-16 15:37:36 -04:00
Eelco Dolstra
2199d375a2 * Updated lvm2 to 2.02.95.
svn path=/nixpkgs/trunk/; revision=33277
2012-03-19 19:34:34 +00:00
Yury G. Kudryashov
8e35598f6b lvm-2.02.87, patch udev rules
svn path=/nixpkgs/branches/udev-173/; revision=28661
2011-08-18 13:05:03 +00:00
Eelco Dolstra
982a83aa2e * Added udisks, the replacement of the disk management bits of HAL
(which is obsolete).
* lvm2: updated to 2.02.86.  Also install the pkgconfig files and
  build liblvm2app.
* Added libatasmart (udisks dependency for querying ATA SMART status).
* Updated sg3_utils to 1.31.

svn path=/nixpkgs/branches/kde-4.7/; revision=27908
2011-07-23 01:29:51 +00:00
Lluís Batlle i Rossell
f16353b6f2 Updated from trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
2010-08-20 13:41:12 +00:00
Peter Simons
961fda939c Fix some broken URLs.
svn path=/nixpkgs/trunk/; revision=23152
2010-08-12 14:56:14 +00:00
Marc Weber
47046e66c4 update lvm2 (this time not using latest version because I hope this is more stable and won't be removed that fast..
svn path=/nixpkgs/trunk/; revision=22175
2010-06-08 05:44:04 +00:00
David Guibert
ead4a8acbc lvm2: upstream version is now 2.02.65.
svn path=/nixpkgs/branches/stdenv-updates/; revision=22029
2010-05-28 06:16:11 +00:00
Yury G. Kudryashov
ff03fa4511 Upgrade lvm2
svn path=/nixpkgs/trunk/; revision=21791
2010-05-15 18:43:10 +00:00
Eelco Dolstra
645ae45d55 * Updated LVM2 to 2.02.56. LVM2 now includes device-mapper, so that
package is obsolete.  Also install the udev rules.

svn path=/nixpkgs/trunk/; revision=19293
2010-01-07 16:14:10 +00:00
Eelco Dolstra
64c003f97f * Partially reverted r12554: don't build devicemapper and lvm2 with
makeStaticBinaries, because it stubbornly tries to build dynamic
  libraries as well.

svn path=/nixpkgs/trunk/; revision=12633
2008-08-15 14:14:55 +00:00
Eelco Dolstra
a9d19f45db * A function `useKlibc' to build a package using klibc as the C
library.
* Removed devicemapperStatic, e2fsprogsDiet, lvm2Static since they're
  redundant (it's what you get when you use pkgsDiet/pkgsStatic).

svn path=/nixpkgs/trunk/; revision=12554
2008-08-08 19:05:32 +00:00
Eelco Dolstra
fdb399ead1 * Latest device-mapper / lvm2. This fixes problems with LVM
not detecting any volume groups on recent kernels.

svn path=/nixpkgs/trunk/; revision=12126
2008-06-16 19:43:30 +00:00
Eelco Dolstra
8f4d8573c0 * Fix a bunch of URLs.
svn path=/nixpkgs/trunk/; revision=9292
2007-09-11 10:15:07 +00:00