Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 602723 Details for
Bug 846143
[PATCH] Please adapt xdm for display manager rework feature
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
updated patch
0001-Display-manager-rework.patch (text/plain), 2.92 KB, created by
Lennart Poettering
on 2012-08-07 11:43:30 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Lennart Poettering
Created:
2012-08-07 11:43:30 UTC
Size:
2.92 KB
patch
obsolete
>From bf990e82bf1f94b4b4b077c0c4c880c4a1d3afdf Mon Sep 17 00:00:00 2001 >From: Lennart Poettering <lennart@poettering.net> >Date: Tue, 7 Aug 2012 12:16:48 +0200 >Subject: [PATCH] Display manager rework > >https://fedoraproject.org/wiki/Features/DisplayManagerRework >--- > xdm-service.patch | 19 +++++++++++++++++++ > xorg-x11-xdm.spec | 23 ++++++++++++++++++++++- > 2 files changed, 41 insertions(+), 1 deletion(-) > create mode 100644 xdm-service.patch > >diff --git a/xdm-service.patch b/xdm-service.patch >new file mode 100644 >index 0000000..136b9f7 >--- /dev/null >+++ b/xdm-service.patch >@@ -0,0 +1,19 @@ >+--- xdm-1.1.11/xdm.service.in 2011-09-25 09:35:47.000000000 +0200 >++++ xdm-1.1.11.save/xdm.service.in 2012-08-07 12:08:24.620127471 +0200 >+@@ -1,9 +1,13 @@ >+ [Unit] >+-Description=X-Window Display Manager >+-After=systemd-user-sessions.service >++Description=X11 Display Manager >++Documentation=man:xdm(1) >++Conflicts=getty@tty1.service >++After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service >+ >+ [Service] >+ ExecStart=BINDIR/xdm -nodaemon >++Restart=always >++IgnoreSIGPIPE=no >+ >+ [Install] >+-Alias=graphical.target.wants/xdm.service >++Alias=display-manager.service >diff --git a/xorg-x11-xdm.spec b/xorg-x11-xdm.spec >index e90d83a..9d02123 100644 >--- a/xorg-x11-xdm.spec >+++ b/xorg-x11-xdm.spec >@@ -24,6 +24,9 @@ Patch14: xdm-1.1.10-libdl.patch > # send a USER_LOGIN event like other login programs do. > Patch15: xdm-1.1.10-add-audit-event.patch > >+# systemd unit file update >+Patch16: xdm-service.patch >+ > # FIXME: Temporary build dependencies for autotool dependence. > BuildRequires: autoconf, automake, libtool > >@@ -54,7 +57,10 @@ BuildRequires: libXft-devel > # Add libaudit support > BuildRequires: audit-libs-devel > # systemd support >-BuildRequires: systemd-units >+BuildRequires: systemd >+Requires(post): systemd >+Requires(preun): systemd >+Requires(postun): systemd > > # FIXME:These old provides should be removed > Provides: xdm >@@ -73,6 +79,7 @@ X.Org X11 xdm - X Display Manager > %patch11 -p0 -b .redhat-sessreg-utmp-fix-bug177890 > #%_patch14 -p1 -b .add-needed > %patch15 -p1 -b .add-audit-events >+%patch16 -p1 -b .systemd > > %build > autoreconf -v --install >@@ -111,6 +118,15 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/xdm/Xsession > # 500704) > mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/xdm > >+%post >+%systemd_post xdm.service >+ >+%preun >+%systemd_preun xdm.service >+ >+%postun >+%systemd_postun >+ > %files > %defattr(-,root,root,-) > %doc AUTHORS COPYING README ChangeLog >@@ -149,6 +165,11 @@ mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/xdm > %{_unitdir}/xdm.service > > %changelog >+* Tue Aug 7 2012 Lennart Poettering <lpoetter@redhat.com> - 1:1.1.11-3 >+- Display Manager Rework >+- https://fedoraproject.org/wiki/Features/DisplayManagerRework >+- https://bugzilla.redhat.com/show_bug.cgi?id=846143 >+ > * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.11-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >-- >1.7.11.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 846143
:
602710
| 602723