diff options
| author | Benjamin Marzinski <bmarzins@redhat.com> | 2012-04-30 16:26:16 -0500 |
|---|---|---|
| committer | Benjamin Marzinski <bmarzins@redhat.com> | 2012-04-30 16:26:16 -0500 |
| commit | 9b42c44c5c8adaf0d82aecb87f9ac40d44fd83bf (patch) | |
| tree | 86152694f61d0017ab5e451a5a7e55ba6d15d967 | |
| parent | c0b04511d54b03c01ebd1c27b645790ecadd1973 (diff) | |
| download | device-mapper-multipath-9b42c44c5c8adaf0d82aecb87f9ac40d44fd83bf.tar.gz device-mapper-multipath-9b42c44c5c8adaf0d82aecb87f9ac40d44fd83bf.tar.xz device-mapper-multipath-9b42c44c5c8adaf0d82aecb87f9ac40d44fd83bf.zip | |
device-mapper-multipath-0.4.9-24
Add requirements on libudev to spec file
Resolves: bz #805493
| -rw-r--r-- | device-mapper-multipath.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec index e7817cf..4414b2c 100644 --- a/device-mapper-multipath.spec +++ b/device-mapper-multipath.spec @@ -1,7 +1,7 @@ Summary: Tools to manage multipath devices using device-mapper Name: device-mapper-multipath Version: 0.4.9 -Release: 23%{?dist} +Release: 24%{?dist} License: GPL+ Group: System Environment/Base URL: http://christophe.varoqui.free.fr/ @@ -37,7 +37,7 @@ Patch0024: 0024-RH-libudev-monitor.patch Requires: %{name}-libs = %{version}-%{release} Requires: kpartx = %{version}-%{release} Requires: device-mapper >= 1.02.39-1 -Requires: udev initscripts +Requires: udev initscripts libudev Requires(post): systemd-units systemd-sysv chkconfig Requires(preun): systemd-units Requires(postun): systemd-units @@ -46,7 +46,7 @@ Requires(postun): systemd-units BuildRequires: libaio-devel, device-mapper-devel >= 1.02.39-1 BuildRequires: libselinux-devel, libsepol-devel BuildRequires: readline-devel, ncurses-devel -BuildRequires: systemd-units +BuildRequires: systemd-units, libudev-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -198,6 +198,10 @@ bin/systemctl --no-reload enable multipathd.service >/dev/null 2>&1 ||: %{_mandir}/man8/kpartx.8.gz %changelog +* Mon Apr 30 2012 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-24 +- Add requirements on libudev to spec file +- Resolves: bz #805493 + * Mon Apr 30 2012 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-23 - Add 0024-RH-libudev-monitor.patch |
