Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Xiao Ni
8791b9888a Update tmpfiles directory to non-legacy location
Resolves: bz1691905

Signed-off-by: Xiao Ni <xni@redhat.com>
2019-04-18 07:10:52 +08:00
2 changed files with 6 additions and 2 deletions

View file

@ -1 +1 @@
d /var/run/mdadm 0710 root root -
d /run/mdadm 0710 root root -

View file

@ -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 <xni@redhat.com> - 4.1-rc2.0.3
- Update tmpfiles directory to non-legacy location
- Resolves bz1691905
* Thu Sep 13 2018 Adam Williamson <awilliam@redhat.com> - 4.1-rc2.0.2
- Fix multipath check in udev rule, broke array init in F29
- Resolves bz1628192