forked from pool/systemd
G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch
G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=845
This commit is contained in:
parent
bc83988d29
commit
52b288bd3a
@ -1,4 +1,3 @@
|
|||||||
setBadness("suse-dbus-unauthorized-service", 0)
|
|
||||||
addFilter("invalid-pkgconfig-file")
|
addFilter("invalid-pkgconfig-file")
|
||||||
addFilter(".*dangling-symlink /sbin/(halt|init|poweroff|telinit|shutdown|runlevel|reboot).*")
|
addFilter(".*dangling-symlink /sbin/(halt|init|poweroff|telinit|shutdown|runlevel|reboot).*")
|
||||||
addFilter(".*dangling-symlink .* /dev/null.*")
|
addFilter(".*dangling-symlink .* /dev/null.*")
|
||||||
|
@ -21,6 +21,8 @@ Fri Jan 9 18:48:28 UTC 2015 - jengelh@inai.de
|
|||||||
N=no longer applies to source nor is it deemed needed;
|
N=no longer applies to source nor is it deemed needed;
|
||||||
K=killed: no longer applicable and too complex to resolve:
|
K=killed: no longer applicable and too complex to resolve:
|
||||||
----
|
----
|
||||||
|
G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch
|
||||||
|
G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch
|
||||||
K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch
|
K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch
|
||||||
K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch
|
K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch
|
||||||
K handle-SYSTEMCTL_OPTIONS-environment-variable.patch
|
K handle-SYSTEMCTL_OPTIONS-environment-variable.patch
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemd-mini
|
# spec file for package systemd-mini
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%define udevpkgname udev-mini
|
%define udevpkgname udev-mini
|
||||||
%define udev_major 1
|
%define udev_major 1
|
||||||
%bcond_without bash_completion
|
%bcond_without bash_completion
|
||||||
%bcond_with networkd
|
%bcond_without networkd
|
||||||
%bcond_with python
|
%bcond_with python
|
||||||
%bcond_with parentpathid
|
%bcond_with parentpathid
|
||||||
%ifarch %{ix86} x86_64 aarch64
|
%ifarch %{ix86} x86_64 aarch64
|
||||||
@ -121,6 +121,7 @@ Requires: kbd
|
|||||||
Requires: kmod >= 15
|
Requires: kmod >= 15
|
||||||
Requires: netcfg
|
Requires: netcfg
|
||||||
Requires: pam-config >= 0.79-5
|
Requires: pam-config >= 0.79-5
|
||||||
|
BuildRequires: pam-config >= 0.79-5
|
||||||
Requires: pwdutils
|
Requires: pwdutils
|
||||||
Requires: systemd-presets-branding
|
Requires: systemd-presets-branding
|
||||||
Requires: sysvinit-tools
|
Requires: sysvinit-tools
|
||||||
@ -1275,6 +1276,9 @@ exit 0
|
|||||||
/bin/systemd
|
/bin/systemd
|
||||||
/bin/systemd-ask-password
|
/bin/systemd-ask-password
|
||||||
/bin/systemctl
|
/bin/systemctl
|
||||||
|
%if %{with networkd}
|
||||||
|
%{_bindir}/networkctl
|
||||||
|
%endif
|
||||||
%{_bindir}/systemd-sleep-grub
|
%{_bindir}/systemd-sleep-grub
|
||||||
%{_bindir}/busctl
|
%{_bindir}/busctl
|
||||||
%{_bindir}/kernel-install
|
%{_bindir}/kernel-install
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
setBadness("suse-dbus-unauthorized-service", 0)
|
|
||||||
addFilter("invalid-pkgconfig-file")
|
addFilter("invalid-pkgconfig-file")
|
||||||
addFilter(".*dangling-symlink /sbin/(halt|init|poweroff|telinit|shutdown|runlevel|reboot).*")
|
addFilter(".*dangling-symlink /sbin/(halt|init|poweroff|telinit|shutdown|runlevel|reboot).*")
|
||||||
addFilter(".*dangling-symlink .* /dev/null.*")
|
addFilter(".*dangling-symlink .* /dev/null.*")
|
||||||
|
@ -21,6 +21,8 @@ Fri Jan 9 18:48:28 UTC 2015 - jengelh@inai.de
|
|||||||
N=no longer applies to source nor is it deemed needed;
|
N=no longer applies to source nor is it deemed needed;
|
||||||
K=killed: no longer applicable and too complex to resolve:
|
K=killed: no longer applicable and too complex to resolve:
|
||||||
----
|
----
|
||||||
|
G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch
|
||||||
|
G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch
|
||||||
K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch
|
K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch
|
||||||
K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch
|
K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch
|
||||||
K handle-SYSTEMCTL_OPTIONS-environment-variable.patch
|
K handle-SYSTEMCTL_OPTIONS-environment-variable.patch
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemd
|
# spec file for package systemd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -116,6 +116,7 @@ Requires: kbd
|
|||||||
Requires: kmod >= 15
|
Requires: kmod >= 15
|
||||||
Requires: netcfg
|
Requires: netcfg
|
||||||
Requires: pam-config >= 0.79-5
|
Requires: pam-config >= 0.79-5
|
||||||
|
BuildRequires: pam-config >= 0.79-5
|
||||||
Requires: pwdutils
|
Requires: pwdutils
|
||||||
Requires: systemd-presets-branding
|
Requires: systemd-presets-branding
|
||||||
Requires: sysvinit-tools
|
Requires: sysvinit-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user