- Update to version 43:
+ requires /etc/os-release, support for /etc/SuSE-release is no longer present. + Track class of PAM logins to distinguish greeters from normal user logins. + Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=250
This commit is contained in:
parent
a5345e44b9
commit
590745bcff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5dc107d488d823eb2203b6f1567096749ea37c1cf9022a6b0507ec07691e0ec2
|
|
||||||
size 854808
|
|
3
systemd-43.tar.xz
Normal file
3
systemd-43.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3070e48e43bc0811fa8da5ba4832a11dac73b1625db94d42d4c15dc279335dd7
|
||||||
|
size 852432
|
@ -1,8 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 13:33:45 UTC 2012 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Update to version 43:
|
||||||
|
+ requires /etc/os-release, support for /etc/SuSE-release is no
|
||||||
|
longer present.
|
||||||
|
+ Track class of PAM logins to distinguish greeters from normal
|
||||||
|
user logins.
|
||||||
|
+ Various bug fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 19 07:56:05 UTC 2012 - jengelh@medozas.de
|
Sun Feb 19 07:56:05 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
- Use pkgconfig symbols for BuildRequires and specify version
|
- Use pkgconfig symbols for BuildRequires and specify version
|
||||||
- Add missing kmod BuildRequires for systemd-gtk
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 17 09:22:50 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Enable Plymouth integration.
|
||||||
|
* Bootsplash related files will be moved to the bootsplash
|
||||||
|
package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 12:11:17 UTC 2012 - fcrozat@suse.com
|
Mon Feb 13 12:11:17 UTC 2012 - fcrozat@suse.com
|
||||||
|
@ -15,9 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: systemd-gtk
|
Name: systemd-gtk
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 42
|
Version: 43
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 13:33:45 UTC 2012 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Update to version 43:
|
||||||
|
+ requires /etc/os-release, support for /etc/SuSE-release is no
|
||||||
|
longer present.
|
||||||
|
+ Track class of PAM logins to distinguish greeters from normal
|
||||||
|
user logins.
|
||||||
|
+ Various bug fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 19 07:56:05 UTC 2012 - jengelh@medozas.de
|
Sun Feb 19 07:56:05 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,11 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#don't require python, use recommends (bnc#716939)
|
#don't require python, use recommends (bnc#716939)
|
||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 42
|
Version: 43
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A System and Session Manager
|
Summary: A System and Session Manager
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -46,12 +47,12 @@ BuildRequires: pkgconfig(liblzma)
|
|||||||
BuildRequires: pkgconfig(libselinux)
|
BuildRequires: pkgconfig(libselinux)
|
||||||
BuildRequires: pkgconfig(libsepol)
|
BuildRequires: pkgconfig(libsepol)
|
||||||
BuildRequires: pkgconfig(udev) >= 172
|
BuildRequires: pkgconfig(udev) >= 172
|
||||||
Requires: udev >= 172
|
|
||||||
Requires: dbus-1 >= 1.4.0
|
Requires: dbus-1 >= 1.4.0
|
||||||
Requires: kbd
|
Requires: kbd
|
||||||
Requires: util-linux >= 2.19
|
|
||||||
Requires: pam-config >= 0.79-5
|
Requires: pam-config >= 0.79-5
|
||||||
Requires: systemd-presets-branding
|
Requires: systemd-presets-branding
|
||||||
|
Requires: udev >= 172
|
||||||
|
Requires: util-linux >= 2.19
|
||||||
Recommends: dbus-1-python
|
Recommends: dbus-1-python
|
||||||
Conflicts: filesystem < 11.5
|
Conflicts: filesystem < 11.5
|
||||||
Conflicts: mkinitrd < 2.7.0
|
Conflicts: mkinitrd < 2.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user