forked from pool/systemd
- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1182
This commit is contained in:
parent
4fedee133f
commit
0cfa634a7d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 3 09:38:23 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 2 10:01:23 UTC 2021 - Franck Bui <fbui@suse.com>
|
Thu Sep 2 10:01:23 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -276,13 +276,14 @@ This library provides several of the systemd C APIs:
|
|||||||
Summary: A rule-based device node and kernel event manager
|
Summary: A rule-based device node and kernel event manager
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%systemd_requires
|
||||||
Requires: kmod
|
Requires: kmod
|
||||||
Requires: system-group-hardware
|
Requires: system-group-hardware
|
||||||
Requires: group(kvm)
|
Requires: group(kvm)
|
||||||
Requires(post): sed
|
Requires(post): sed
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(postun): coreutils
|
Requires(postun): coreutils
|
||||||
%systemd_requires
|
|
||||||
|
|
||||||
Conflicts: filesystem < 11.5
|
Conflicts: filesystem < 11.5
|
||||||
Conflicts: mkinitrd < 2.7.0
|
Conflicts: mkinitrd < 2.7.0
|
||||||
@ -368,12 +369,12 @@ and systemd-importd.
|
|||||||
Summary: Systemd tools for networkd and resolved
|
Summary: Systemd tools for networkd and resolved
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%systemd_requires
|
||||||
# This Recommends because some symbols of libidn2 are dlopen()ed by resolved
|
# This Recommends because some symbols of libidn2 are dlopen()ed by resolved
|
||||||
Recommends: pkgconfig(libidn2)
|
Recommends: pkgconfig(libidn2)
|
||||||
BuildRequires: pkgconfig(libidn2)
|
BuildRequires: pkgconfig(libidn2)
|
||||||
Provides: systemd:/usr/lib/systemd/systemd-networkd
|
Provides: systemd:/usr/lib/systemd/systemd-networkd
|
||||||
Provides: systemd:/usr/lib/systemd/systemd-resolved
|
Provides: systemd:/usr/lib/systemd/systemd-resolved
|
||||||
%systemd_requires
|
|
||||||
|
|
||||||
%description network
|
%description network
|
||||||
Systemd tools to manage network settings using networkd and
|
Systemd tools to manage network settings using networkd and
|
||||||
@ -566,6 +567,7 @@ testsuite, please refer to %{_testsuitedir}/test/README.testsuite.
|
|||||||
Summary: Experimental systemd features
|
Summary: Experimental systemd features
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%systemd_requires
|
||||||
# These Recommends because some symbols of these libs are dlopen()ed by home stuff
|
# These Recommends because some symbols of these libs are dlopen()ed by home stuff
|
||||||
Recommends: libfido2
|
Recommends: libfido2
|
||||||
Recommends: libpwquality1
|
Recommends: libpwquality1
|
||||||
@ -577,7 +579,6 @@ BuildRequires: pkgconfig(pwquality)
|
|||||||
# fdisk and openssl are build requirements for home stuff and repart
|
# fdisk and openssl are build requirements for home stuff and repart
|
||||||
BuildRequires: pkgconfig(fdisk)
|
BuildRequires: pkgconfig(fdisk)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
%systemd_requires
|
|
||||||
|
|
||||||
%description experimental
|
%description experimental
|
||||||
This package contains optional extra services that are considered as
|
This package contains optional extra services that are considered as
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 3 09:38:23 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 2 10:01:23 UTC 2021 - Franck Bui <fbui@suse.com>
|
Thu Sep 2 10:01:23 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -274,13 +274,14 @@ This library provides several of the systemd C APIs:
|
|||||||
Summary: A rule-based device node and kernel event manager
|
Summary: A rule-based device node and kernel event manager
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%systemd_requires
|
||||||
Requires: kmod
|
Requires: kmod
|
||||||
Requires: system-group-hardware
|
Requires: system-group-hardware
|
||||||
Requires: group(kvm)
|
Requires: group(kvm)
|
||||||
Requires(post): sed
|
Requires(post): sed
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(postun): coreutils
|
Requires(postun): coreutils
|
||||||
%systemd_requires
|
|
||||||
|
|
||||||
Conflicts: filesystem < 11.5
|
Conflicts: filesystem < 11.5
|
||||||
Conflicts: mkinitrd < 2.7.0
|
Conflicts: mkinitrd < 2.7.0
|
||||||
@ -366,12 +367,12 @@ and systemd-importd.
|
|||||||
Summary: Systemd tools for networkd and resolved
|
Summary: Systemd tools for networkd and resolved
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%systemd_requires
|
||||||
# This Recommends because some symbols of libidn2 are dlopen()ed by resolved
|
# This Recommends because some symbols of libidn2 are dlopen()ed by resolved
|
||||||
Recommends: pkgconfig(libidn2)
|
Recommends: pkgconfig(libidn2)
|
||||||
BuildRequires: pkgconfig(libidn2)
|
BuildRequires: pkgconfig(libidn2)
|
||||||
Provides: systemd:/usr/lib/systemd/systemd-networkd
|
Provides: systemd:/usr/lib/systemd/systemd-networkd
|
||||||
Provides: systemd:/usr/lib/systemd/systemd-resolved
|
Provides: systemd:/usr/lib/systemd/systemd-resolved
|
||||||
%systemd_requires
|
|
||||||
|
|
||||||
%description network
|
%description network
|
||||||
Systemd tools to manage network settings using networkd and
|
Systemd tools to manage network settings using networkd and
|
||||||
@ -564,6 +565,7 @@ testsuite, please refer to %{_testsuitedir}/test/README.testsuite.
|
|||||||
Summary: Experimental systemd features
|
Summary: Experimental systemd features
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%systemd_requires
|
||||||
# These Recommends because some symbols of these libs are dlopen()ed by home stuff
|
# These Recommends because some symbols of these libs are dlopen()ed by home stuff
|
||||||
Recommends: libfido2
|
Recommends: libfido2
|
||||||
Recommends: libpwquality1
|
Recommends: libpwquality1
|
||||||
@ -575,7 +577,6 @@ BuildRequires: pkgconfig(pwquality)
|
|||||||
# fdisk and openssl are build requirements for home stuff and repart
|
# fdisk and openssl are build requirements for home stuff and repart
|
||||||
BuildRequires: pkgconfig(fdisk)
|
BuildRequires: pkgconfig(fdisk)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
%systemd_requires
|
|
||||||
|
|
||||||
%description experimental
|
%description experimental
|
||||||
This package contains optional extra services that are considered as
|
This package contains optional extra services that are considered as
|
||||||
|
Loading…
Reference in New Issue
Block a user