diff --git a/dracut.changes b/dracut.changes index 2ab0f6d..2b088e6 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 4 09:58:17 UTC 2013 - tittiatcoke@gmail.com + +- Bring back the versioned Provides/Obsoletes for mkinitrd. + Otherwise we run into issues as that udev is conflicting with + mkinitrd < 2.7.0 + ------------------------------------------------------------------- Wed Oct 2 14:54:51 UTC 2013 - trenn@suse.de diff --git a/dracut.spec b/dracut.spec index 9a84b7c..6dec870 100644 --- a/dracut.spec +++ b/dracut.spec @@ -75,8 +75,8 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: libxslt BuildRequires: pkgconfig(systemd) >= 199 %if %{replace_mkinitrd} -Obsoletes: mkinitrd -Provides: mkinitrd +Obsoletes: mkinitrd < 2.8.2 +Provides: mkinitrd = 2.8.2 %endif Requires: bash