From 8791b9888a23ace096b03b1262708b63d4facbf9 Mon Sep 17 00:00:00 2001 From: Xiao Ni Date: Thu, 18 Apr 2019 07:10:52 +0800 Subject: [PATCH] Update tmpfiles directory to non-legacy location Resolves: bz1691905 Signed-off-by: Xiao Ni --- mdadm.conf | 2 +- mdadm.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mdadm.conf b/mdadm.conf index 6200117..3207dda 100644 --- a/mdadm.conf +++ b/mdadm.conf @@ -1 +1 @@ -d /var/run/mdadm 0710 root root - +d /run/mdadm 0710 root root - diff --git a/mdadm.spec b/mdadm.spec index 5d211cc..2938d6d 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,7 +1,7 @@ Name: mdadm Version: 4.1 %define subversion rc2 -Release: rc2.0.2%{?dist} +Release: rc2.0.3%{?dist} Summary: The mdadm program controls Linux md devices (software RAID arrays) URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/ License: GPLv2+ @@ -92,6 +92,10 @@ install -m644 %{SOURCE8} %{buildroot}/etc/libreport/events.d /etc/libreport/events.d/* %changelog +* Thu Apr 18 2019 Xiao Ni - 4.1-rc2.0.3 +- Update tmpfiles directory to non-legacy location +- Resolves bz1691905 + * Thu Sep 13 2018 Adam Williamson - 4.1-rc2.0.2 - Fix multipath check in udev rule, broke array init in F29 - Resolves bz1628192