forked from pool/systemd
Accepting request 173021 from home:coolo:branches:openSUSE:Factory
- add some more conflicts to make bootstrap work OBS-URL: https://build.opensuse.org/request/show/173021 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=369
This commit is contained in:
parent
4a46ed333b
commit
1d570af07b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 12:44:16 UTC 2013 - coolo@suse.com
|
||||
|
||||
- add some more conflicts to make bootstrap work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 09:48:22 UTC 2013 - fcrozat@suse.com
|
||||
|
||||
|
@ -81,6 +81,7 @@ BuildRequires: pkgconfig(usbutils) >= 0.82
|
||||
%if 0%{?bootstrap}
|
||||
Requires: this-is-only-for-build-envs
|
||||
Conflicts: systemd
|
||||
Conflicts: kiwi
|
||||
%else
|
||||
# the buildignore is important for bootstrapping
|
||||
#!BuildIgnore: udev
|
||||
@ -205,6 +206,9 @@ Summary: Development headers for systemd
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
%if 0%{?bootstrap}
|
||||
Conflicts: systemd-devel
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
Development headers and auxiliary files for developing applications for systemd.
|
||||
@ -237,7 +241,7 @@ Conflicts: ConsoleKit < 0.4.1
|
||||
Requires: filesystem
|
||||
%if 0%{?bootstrap}
|
||||
Provides: udev = %{version}
|
||||
Conflicts: libudev%{udev_major} = %{version}
|
||||
Conflicts: libudev%{udev_major}
|
||||
Conflicts: udev
|
||||
%endif
|
||||
|
||||
@ -257,6 +261,7 @@ Group: System/Libraries
|
||||
Requires: %{udevpkgname} >= %{version}-%{release}
|
||||
%if 0%{?bootstrap}
|
||||
Conflicts: libudev%{udev_major}
|
||||
Conflicts: kiwi
|
||||
%endif
|
||||
|
||||
%description -n lib%{udevpkgname}%{udev_major}
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 12:44:16 UTC 2013 - coolo@suse.com
|
||||
|
||||
- add some more conflicts to make bootstrap work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 09:48:22 UTC 2013 - fcrozat@suse.com
|
||||
|
||||
|
@ -76,6 +76,7 @@ BuildRequires: pkgconfig(usbutils) >= 0.82
|
||||
%if 0%{?bootstrap}
|
||||
Requires: this-is-only-for-build-envs
|
||||
Conflicts: systemd
|
||||
Conflicts: kiwi
|
||||
%else
|
||||
# the buildignore is important for bootstrapping
|
||||
#!BuildIgnore: udev
|
||||
@ -200,6 +201,9 @@ Summary: Development headers for systemd
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
%if 0%{?bootstrap}
|
||||
Conflicts: systemd-devel
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
Development headers and auxiliary files for developing applications for systemd.
|
||||
@ -232,7 +236,7 @@ Conflicts: ConsoleKit < 0.4.1
|
||||
Requires: filesystem
|
||||
%if 0%{?bootstrap}
|
||||
Provides: udev = %{version}
|
||||
Conflicts: libudev%{udev_major} = %{version}
|
||||
Conflicts: libudev%{udev_major}
|
||||
Conflicts: udev
|
||||
%endif
|
||||
|
||||
@ -252,6 +256,7 @@ Group: System/Libraries
|
||||
Requires: %{udevpkgname} >= %{version}-%{release}
|
||||
%if 0%{?bootstrap}
|
||||
Conflicts: libudev%{udev_major}
|
||||
Conflicts: kiwi
|
||||
%endif
|
||||
|
||||
%description -n lib%{udevpkgname}%{udev_major}
|
||||
|
Loading…
Reference in New Issue
Block a user