diff --git a/systemd-mini.changes b/systemd-mini.changes index 1b6d3a2c..036dd8c0 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 10 14:22:21 UTC 2012 - coolo@suse.com + +- add conflicts between udev-mini and udev-mini-devel to libudev1 + ------------------------------------------------------------------- Thu Dec 6 22:47:09 UTC 2012 - crrodriguez@opensuse.org diff --git a/systemd-mini.spec b/systemd-mini.spec index c4033294..810469bf 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -239,6 +239,7 @@ Conflicts: ConsoleKit < 0.4.1 Requires: filesystem %if 0%{?bootstrap} Provides: udev = %{version} +Conflicts: libudev%{udev_major} = %{version} %endif %description -n %{udevpkgname} @@ -270,6 +271,7 @@ Group: Development/Libraries/Other Requires: lib%{udevpkgname}%{udev_major} = %{version}-%{release} %if 0%{?bootstrap} Provides: libudev-devel = %{version} +Conflicts: libudev%{udev_major} = %{version} %endif %description -n lib%{udevpkgname}-devel diff --git a/systemd.changes b/systemd.changes index 1b6d3a2c..036dd8c0 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 10 14:22:21 UTC 2012 - coolo@suse.com + +- add conflicts between udev-mini and udev-mini-devel to libudev1 + ------------------------------------------------------------------- Thu Dec 6 22:47:09 UTC 2012 - crrodriguez@opensuse.org diff --git a/systemd.spec b/systemd.spec index 8cf0b455..4ab279c3 100644 --- a/systemd.spec +++ b/systemd.spec @@ -234,6 +234,7 @@ Conflicts: ConsoleKit < 0.4.1 Requires: filesystem %if 0%{?bootstrap} Provides: udev = %{version} +Conflicts: libudev%{udev_major} = %{version} %endif %description -n %{udevpkgname} @@ -265,6 +266,7 @@ Group: Development/Libraries/Other Requires: lib%{udevpkgname}%{udev_major} = %{version}-%{release} %if 0%{?bootstrap} Provides: libudev-devel = %{version} +Conflicts: libudev%{udev_major} = %{version} %endif %description -n lib%{udevpkgname}-devel