diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,2 +1,3 @@
libc.so.6
+libdl.so.2
libpthread.so.0
diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- system.utils
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,14 @@
name : mdadm
-version : 3.3.4
-release : 1
+version : 4.0
+release : 2
source :
- - https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-3.3.4.tar.xz : 8ae5f45306b873190e91f410709b00e51997b633c072b33f8efd9f7df022ca68
-license : GPL-2.0
+ - https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-4.0.tar.xz : 1d6ae7f24ced3a0fa7b5613b32f4a589bb4881e3946a5a2c3724056254ada3a9
+license : GPL-2.0-only
+component : system.utils
summary : MDADM - Software Raid Management
description: |
A tool for managing/monitoring Linux md device arrays, also known as Software RAID
build : |
- %make
+ %make CXFLAGS="$CFLAGS"
install : |
%make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,11 @@
mdadm
- Justin Zobel
- justin@solus-project.com
+ Philipp Trulson
+ philipp@trulson.de
- GPL-2.0
+ GPL-2.0-only
+ system.utils
MDADM - Software Raid Management
A tool for managing/monitoring Linux md device arrays, also known as Software RAID
@@ -18,18 +19,23 @@
system.utils
- /usr/share/man
- /usr/lib/udev
- /sbin
+ /sbin/mdadm
+ /sbin/mdmon
+ /usr/lib/udev/rules.d/63-md-raid-arrays.rules
+ /usr/lib/udev/rules.d/64-md-raid-assembly.rules
+ /usr/share/man/man4/md.4
+ /usr/share/man/man5/mdadm.conf.5
+ /usr/share/man/man8/mdadm.8
+ /usr/share/man/man8/mdmon.8
-
- 2015-10-26
- 3.3.4
+
+ 2018-10-19
+ 4.0
Packaging update
- Justin Zobel
- justin@solus-project.com
+ Philipp Trulson
+ philipp@trulson.de
\ No newline at end of file