This commit is contained in:
committed by
Git OBS Bridge
parent
1f27bfc9fd
commit
a327a8df86
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 27 10:55:04 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Use pwdutils for PreReq instead of directly listing the programs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 16 22:21:27 CET 2009 - mboman@suse.de
|
Mon Mar 16 22:21:27 CET 2009 - mboman@suse.de
|
||||||
|
|
||||||
|
9
gdm.spec
9
gdm.spec
@@ -42,7 +42,7 @@ BuildRequires: zenity
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.26.0
|
Version: 2.26.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The GNOME 2.x Display Manager
|
Summary: The GNOME 2.x Display Manager
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: gdm.pamd
|
Source1: gdm.pamd
|
||||||
@@ -100,9 +100,8 @@ Requires: gnome-session
|
|||||||
Requires: gnome-themes
|
Requires: gnome-themes
|
||||||
Requires: klogd
|
Requires: klogd
|
||||||
Requires: xorg-x11-server-extra
|
Requires: xorg-x11-server-extra
|
||||||
PreReq: /usr/sbin/groupadd
|
# For groupadd, useradd, usermod
|
||||||
PreReq: /usr/sbin/useradd
|
PreReq: pwdutils
|
||||||
PreReq: /usr/sbin/usermod
|
|
||||||
PreReq: %insserv_prereq
|
PreReq: %insserv_prereq
|
||||||
Recommends: gnome-settings-daemon
|
Recommends: gnome-settings-daemon
|
||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
@@ -279,6 +278,8 @@ fi
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 27 2009 vuntz@novell.com
|
||||||
|
- Use pwdutils for PreReq instead of directly listing the programs.
|
||||||
* Mon Mar 16 2009 mboman@suse.de
|
* Mon Mar 16 2009 mboman@suse.de
|
||||||
- Update to version 2.26.0:
|
- Update to version 2.26.0:
|
||||||
+ Make xdmcp/PingIntervalSeconds config option work
|
+ Make xdmcp/PingIntervalSeconds config option work
|
||||||
|
Reference in New Issue
Block a user