Browse Source

mdadm-4.2-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
93da806acf
1 changed files with 11 additions and 3 deletions
  1. 11 3
      m/mdadm/mdadm-vl.spec

+ 11 - 3
m/mdadm/mdadm-vl.spec

@@ -4,15 +4,15 @@
 Summary:        Utilities for Linux md devices (software RAID arrays)
 Summary(ja):    Linux の MD デバイス(ソフトウエアRAIDアレイ)用のユーティリティ
 Name:           mdadm
-Version:        4.1
+Version:        4.2
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
-Group:          System Environment/Base
+Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 License:        GPL
-URL:            http://www.kernel.org/pub/linux/utils/raid/mdadm/
+URL:            https://www.kernel.org/pub/linux/utils/raid/mdadm/
 Source:         https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
 Source1:        mdmonitor.init
 Source2:        raid-check
@@ -35,10 +35,12 @@ Requires:       postfix
 BuildRequires:  glibc-static
 
 %if %{with systemd}
+BuildRequires: systemd-devel
 Requires(post): systemd coreutils
 Requires(preun): systemd
 Requires(postun): systemd coreutils
 %else
+BuildRequires: eudev-libudev-devel
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
@@ -53,6 +55,9 @@ almost all functions without a configuration file, though a configuration
 file can be used to help with some common tasks.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 %autopatch -p1
@@ -156,6 +161,9 @@ fi
 
 
 %changelog
+* Mon Nov 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.2-1
+- new upstream release.
+
 * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.1-1
 - new upstream release.
 - added systemd support (disabled as default).