3c2b0c
%define pkgname xinit
3c2b0c
3c2b0c
Summary:   X.Org X11 X Window System xinit startup scripts
3c2b0c
Name:      xorg-x11-%{pkgname}
3c2b0c
Version:   1.3.4
3c2b0c
Release:   2%{?dist}
3c2b0c
License:   MIT
3c2b0c
Group:     User Interface/X
3c2b0c
URL:       http://www.x.org
3c2b0c
3c2b0c
Source0:  ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
3c2b0c
Source10: xinitrc-common
3c2b0c
Source11: xinitrc
3c2b0c
Source12: Xclients
3c2b0c
Source13: Xmodmap
3c2b0c
Source14: Xresources
3c2b0c
# NOTE: Xsession is used by xdm/kdm/gdm and possibly others, so we keep it
3c2b0c
#       here instead of the xdm package.
3c2b0c
Source16: Xsession
3c2b0c
Source17: localuser.sh
3c2b0c
Source18: xinit-compat.desktop
3c2b0c
Source19: xinit-compat
3c2b0c
3c2b0c
# Fedora specific patches
3c2b0c
3c2b0c
Patch1: xinit-1.0.2-client-session.patch
3c2b0c
Patch2: xinit-1.0.9-unset.patch
3c2b0c
Patch3: 0001-startx-Pass-keeptty-when-telling-the-server-to-start.patch
3c2b0c
Patch4: 0002-startx-Fix-startx-picking-an-already-used-display-nu.patch
3c2b0c
Patch5: 0003-startx-Make-startx-auto-display-select-work-with-per.patch
3c2b0c
3c2b0c
BuildRequires: pkgconfig
3c2b0c
BuildRequires: libX11-devel
3c2b0c
BuildRequires: autoconf
3c2b0c
BuildRequires: automake
3c2b0c
BuildRequires: dbus-devel
3c2b0c
BuildRequires: libtool
3c2b0c
BuildRequires: xorg-x11-util-macros
3c2b0c
# NOTE: startx needs xauth in order to run, but that is not picked up
3c2b0c
#       automatically by rpm.  (Bug #173684)
3c2b0c
Requires: xorg-x11-xauth
3c2b0c
# next two are for localuser.sh
3c2b0c
Requires: coreutils
3c2b0c
Requires: xorg-x11-server-utils
3c2b0c
3c2b0c
%package session
3c2b0c
Summary: Display manager support for ~/.xsession and ~/.Xclients
3c2b0c
Group: User Interface/X
3c2b0c
3c2b0c
%description
3c2b0c
X.Org X11 X Window System xinit startup scripts
3c2b0c
3c2b0c
%description session
3c2b0c
Allows legacy ~/.xsession and ~/.Xclients files to be used from display managers
3c2b0c
3c2b0c
%prep
3c2b0c
%setup -q -n %{pkgname}-%{version}
3c2b0c
%patch1 -p1 -b .client-session
3c2b0c
%patch2 -p1 -b .unset
3c2b0c
%patch3 -p1
3c2b0c
%patch4 -p1
3c2b0c
%patch5 -p1
3c2b0c
3c2b0c
%build
3c2b0c
autoreconf
3c2b0c
%configure
3c2b0c
make %{?_smp_mflags}
3c2b0c
3c2b0c
%install
3c2b0c
%make_install
3c2b0c
install -p -m644 -D %{SOURCE18} $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compat.desktop
3c2b0c
3c2b0c
# Install Red Hat custom xinitrc, etc.
3c2b0c
{
3c2b0c
    mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit
3c2b0c
3c2b0c
    install -p -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc-common
3c2b0c
3c2b0c
    for script in %{SOURCE11} %{SOURCE12} %{SOURCE16} ; do
3c2b0c
        install -p -m 755 $script $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/${script##*/}
3c2b0c
    done
3c2b0c
3c2b0c
    install -p -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/X11/Xmodmap
3c2b0c
    install -p -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/X11/Xresources
3c2b0c
3c2b0c
    mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d
3c2b0c
    install -p -m 755 %{SOURCE17} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/localuser.sh
3c2b0c
3c2b0c
    mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/Xclients.d
3c2b0c
3c2b0c
    mkdir -p $RPM_BUILD_ROOT%{_libexecdir}
3c2b0c
    install -p -m 755 %{SOURCE19} $RPM_BUILD_ROOT%{_libexecdir}
3c2b0c
}
3c2b0c
3c2b0c
%files
3c2b0c
%defattr(-,root,root,-)
3c2b0c
%doc COPYING README ChangeLog
3c2b0c
%{_bindir}/startx
3c2b0c
%{_bindir}/xinit
3c2b0c
%dir %{_sysconfdir}/X11/xinit
3c2b0c
%{_sysconfdir}/X11/xinit/xinitrc
3c2b0c
%{_sysconfdir}/X11/xinit/xinitrc-common
3c2b0c
%config(noreplace) %{_sysconfdir}/X11/Xmodmap
3c2b0c
%config(noreplace) %{_sysconfdir}/X11/Xresources
3c2b0c
%dir %{_sysconfdir}/X11/xinit/Xclients.d
3c2b0c
%{_sysconfdir}/X11/xinit/Xclients
3c2b0c
%{_sysconfdir}/X11/xinit/Xsession
3c2b0c
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
3c2b0c
%{_sysconfdir}/X11/xinit/xinitrc.d/*
3c2b0c
%{_mandir}/man1/startx.1*
3c2b0c
%{_mandir}/man1/xinit.1*
3c2b0c
3c2b0c
%files session
3c2b0c
%defattr(-, root, root,-)
3c2b0c
%{_libexecdir}/xinit-compat
3c2b0c
%{_datadir}/xsessions/xinit-compat.desktop
3c2b0c
3c2b0c
%changelog
3c2b0c
* Fri Aug 25 2017 Adam Jackson <ajax@redhat.com> - 1.3.4-2
3c2b0c
- Make xinitrc-common tolerate set -u
3c2b0c
3c2b0c
* Tue May 12 2015 Hans de Goede <hdegoede@redhat.com> - 1.3.4-1
3c2b0c
- xinit 1.3.4
3c2b0c
- Drop xorg-x11-xinit-1.3.2-systemd-logind.patch (included upstream in 1.3.4)
3c2b0c
- Add patches from Fedora to fix automatically finding a free display-number
3c2b0c
- Resolves: rhbz#1194894
3c2b0c
3c2b0c
* Mon Sep  1 2014 Hans de Goede <hdegoede@redhat.com> - 1.3.2-14
3c2b0c
- Xclients: only try to start gnome classic session if installed
3c2b0c
- Resolves: rhbz#1078948
3c2b0c
- startx: Only specify vt argument automatically when run from a vt
3c2b0c
- Resolves: rhbz#1083188
3c2b0c
3c2b0c
* Mon Mar 10 2014 Adam Jackson <ajax@redhat.com> 1.3.2-13
3c2b0c
- Xclients: Fix --session argument for classic (#1074174)
3c2b0c
3c2b0c
* Sat Feb 15 2014 Soren Sandmann <ssp@redhat.com> - 1.3.2-12
3c2b0c
- XClients: Use classic mode for the GNOME session (#960520)
3c2b0c
3c2b0c
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 1.3.2-11.1
3c2b0c
- Mass rebuild
3c2b0c
3c2b0c
* Mon Jan 6 2014 Soren Sandmann <ssp@redhat.com> - 1.3.2-11
3c2b0c
- Rebuild
3c2b0c
3c2b0c
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.3.2-10
3c2b0c
- Mass rebuild 2013-12-27
3c2b0c
3c2b0c
* Thu Dec 19 2013 Soren Sandmann <ssp@redhat.com> - 1.3.2-9
3c2b0c
- Fix changelog (#1043626)
3c2b0c
3c2b0c
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-8
3c2b0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3c2b0c
3c2b0c
* Mon Oct 01 2012 Kevin Fenzi <kevin@scrye.com> 1.3.2-7
3c2b0c
- Add patch to not switch tty's, so systemd-logind works right with startx. 
3c2b0c
- Partially Fixes bug #806491 
3c2b0c
3c2b0c
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-6
3c2b0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3c2b0c
3c2b0c
* Thu Apr 26 2012 Adam Jackson <ajax@redhat.com> 1.3.2-5
3c2b0c
- xinit 1.3.2
3c2b0c
3c2b0c
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.3.1-5
3c2b0c
- Rebuild
3c2b0c
3c2b0c
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-3
3c2b0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3c2b0c
3c2b0c
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 1.3.1-2
3c2b0c
- Drop ConsoleKit integration, being removed in F17
3c2b0c
3c2b0c
* Mon Jul 25 2011 Matěj Cepl <mcepl@redhat.com> - 1.3.1-1
3c2b0c
- New upstream version. Patches updated.
3c2b0c
3c2b0c
* Sat May 28 2011 Matěj Cepl <mcepl@redhat.com> - 1.0.9-21
3c2b0c
- xinitrc-common sources ~/.profile (Bug 551508)
3c2b0c
3c2b0c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-20
3c2b0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3c2b0c
3c2b0c
* Sat Sep 25 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.0.9-19
3c2b0c
- Merge-review cleanup (#226653)
3c2b0c
3c2b0c
* Fri Aug 27 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-18
3c2b0c
- Fix ownership of files.
3c2b0c
3c2b0c
* Tue Aug 24 2010 Adam Tkac <atkac redhat com> - 1.0.9-17
3c2b0c
- rebuild to ensure F14 has higher NVR than F13
3c2b0c
3c2b0c
* Wed Mar 24 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-16
3c2b0c
- Remove explicit %%attr from _bindir
3c2b0c
3c2b0c
* Thu Feb 04 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-15
3c2b0c
- Add xinit-compat script
3c2b0c
  Patch from Rex Dieter, bug 540546
3c2b0c
  Move xinit-compat script to -session subpackage.
3c2b0c
3c2b0c
* Fri Jan 29 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.0.9-14
3c2b0c
- Eliminate dependency on which.
3c2b0c
- Change Xclients, Xsession and xinitrc-common to make fewer stat calls.
3c2b0c
- Install xinitrc-common non-executable.
3c2b0c
3c2b0c
* Tue Nov 10 2009 Matěj Cepl <mcepl@redhat.com> - 1.0.9-13
3c2b0c
- Fix SELinux labels on $errfile (fixes bug# 530419)
3c2b0c
3c2b0c
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-12
3c2b0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3c2b0c
3c2b0c
* Wed Jun 17 2009 Nalin Dahyabhai <nalin@redhat.com> - 1.0.9-11
3c2b0c
- pull up ck-xinit-session changes for #502258 from from F11 branch
3c2b0c
3c2b0c
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> - 1.0.9-10
3c2b0c
- Don't own /etc/X11, since its already owned by filesystem
3c2b0c
3c2b0c
* Mon Jun 08 2009 Matěj Cepl <mcepl@redhat.com> - 1.0.9-9
3c2b0c
- consider scripts in /etc/X11/xinit/Xclients.d/ as well
3c2b0c
- add back scripts in Release -7 and -8 from F11 branch.
3c2b0c
3c2b0c
* Fri May 22 2009 Nalin Dahyabhai <nalin@redhat.com> 1.0.9-8
3c2b0c
- have ck-xinit-session tell the session bus to set
3c2b0c
  XDG_SESSION_COOKIE for services which it autostarts (#502258)
3c2b0c
- add direct build dependency on dbus-devel, since we call it
3c2b0c
  directly now
3c2b0c
3c2b0c
* Fri May 08 2009 Adam Jackson <ajax@redhat.com> 1.0.9-7
3c2b0c
- xinit-1.0.9-unset.patch: Also unset XDG_SESSION_COOKIE in
3c2b0c
  startx. (#489999)
3c2b0c
3c2b0c
* Wed Mar 11 2009 Adam Jackson <ajax@redhat.com> 1.0.9-6
3c2b0c
- xinitrc-common: Load /etc/X11/Xresources with -nocpp
3c2b0c
3c2b0c
* Wed Feb 25 2009 Adam Tkac <atkac redhat com> 1.0.9-5
3c2b0c
- run ck-xinit-session for all sessions where the xdg cookie isn't already
3c2b0c
  set (#452156, patch from Patrice Dumas)
3c2b0c
- add which Requires (#413041, patch from Patrice Dumas)
3c2b0c
3c2b0c
* Mon Aug 25 2008 Matthias Clasen <mclasen@redhat.com> 1.0.9-4
3c2b0c
- Make the gnome session actually take the gnome case in the switch (#458694)
3c2b0c
- Update patches
3c2b0c
- Drop upstreamed patch
3c2b0c
3c2b0c
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.9-3
3c2b0c
- Really fix license tag.
3c2b0c
3c2b0c
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.9-2
3c2b0c
- Fix license tag.
3c2b0c
3c2b0c
* Wed Jun 11 2008 Adam Jackson <ajax@redhat.com> 1.0.9-1
3c2b0c
- xinit 1.0.9
3c2b0c
3c2b0c
* Tue Apr 08 2008 Adam Jackson <ajax@redhat.com> 1.0.7-7
3c2b0c
- Xsession: Don't start ssh-agent for gnome sessions anymore, gnome-keyring
3c2b0c
  acts as an agent now. (#441123)
3c2b0c
3c2b0c
* Wed Mar 12 2008 Ray Strode <rstrode@redhat.com> 1.0.7-6
3c2b0c
- Add a new subpackage to add ~/.xsessions and ~/.Xclients
3c2b0c
  to session list
3c2b0c
3c2b0c
* Mon Feb 11 2008 Adam Jackson <ajax@redhat.com> 1.0.7-5
3c2b0c
- Xresources: s/don't/do not/, cpp is dumb. (#431704)
3c2b0c
3c2b0c
* Mon Feb 11 2008 Adam Jackson <ajax@redhat.com> 1.0.7-4
3c2b0c
- xinit-1.0.7-unset.patch: Unset various session-related environment
3c2b0c
  variables at the top of startx. (#431899)
3c2b0c
3c2b0c
* Mon Feb  4 2008 Ray Strode <rstrode@redhat.com> 1.0.7-3
3c2b0c
- don't special case dbus-launch. dbus-x11 now installs
3c2b0c
  a script into /etc/X11/xinit/xinitrc.d.
3c2b0c
- Drop the weird grep rule for extensions ending in .sh
3c2b0c
  when sourcing /etc/X11/xinit/xinitrc.d
3c2b0c
3c2b0c
* Fri Oct 12 2007 Nalin Dahyabhai <nalin@redhat.com> 1.0.7-2
3c2b0c
- Try opening the console-kit session after the user's UID has already
3c2b0c
  been granted access to the server by localuser.sh, so that console-kit-daemon
3c2b0c
  can connect and ask the server for information just by having switch to the
3c2b0c
  user's UID (#287941).
3c2b0c
3c2b0c
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.7-1
3c2b0c
- xinit 1.0.7
3c2b0c
3c2b0c
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-27
3c2b0c
- Rebuild for build id
3c2b0c
3c2b0c
* Mon Aug 6 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-26
3c2b0c
- Bump release
3c2b0c
3c2b0c
* Mon Aug 6 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-25
3c2b0c
- Fix typo: s/unask/umask/ - Bug 250882, Jan ONDREJ (ondrejj@salstar.sk)
3c2b0c
3c2b0c
* Thu Aug 2 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-24
3c2b0c
- Fix bug 212167, CVE-2006-5214
3c2b0c
3c2b0c
* Sun Jul 29 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-23
3c2b0c
- Fix Xsession to run the login shell inside the setgid ssh-agent, rather
3c2b0c
  than the other way around. This preserves LD_LIBRARY_PRELOAD.
3c2b0c
  Patch from Stefan Becker, bug 164869.
3c2b0c
3c2b0c
* Fri Jul 27 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-22
3c2b0c
- Remove xinput.sh. Bug 244963.
3c2b0c
3c2b0c
* Mon May 21 2007 Adam Jackson <ajax@redhat.com> 1.0.2-21
3c2b0c
- localuser.sh: Run silently.
3c2b0c
3c2b0c
* Sun Apr 22 2007 Matthias Clasen <mclasen@redhat.com> 1.0.2-20
3c2b0c
- Don't install INSTALL
3c2b0c
3c2b0c
* Thu Apr 19 2007 Warren Togami <wtogami@redhat.com> 1.0.2-19
3c2b0c
- disable SCIM by default in non-Asian languages #237054
3c2b0c
  If you want to use SCIM, use im-chooser to enable it.
3c2b0c
3c2b0c
* Mon Apr 02 2007 David Zeuthen <davidz@redhat.com> 1.0.2-18
3c2b0c
- Man pages are now in section 1, not in section 1x
3c2b0c
3c2b0c
* Mon Apr 02 2007 David Zeuthen <davidz@redhat.com> 1.0.2-17
3c2b0c
- Also BR xorg-x11-util-macros since we autoreconf
3c2b0c
3c2b0c
* Mon Apr 02 2007 David Zeuthen <davidz@redhat.com> 1.0.2-16
3c2b0c
- Add ConsoleKit support (#233183)
3c2b0c
3c2b0c
* Mon Nov 27 2006 Adam Jackson <ajax@redhat.com> 1.0.2-15
3c2b0c
- Bump EVR to fix 6 to 7 updates.
3c2b0c
3c2b0c
* Fri Nov 10 2006 Ray Strode <rstrode@redhat.com> - 1.0.2-14
3c2b0c
- start client in its own session with no controlling tty
3c2b0c
  (bug 214649)
3c2b0c
3c2b0c
* Mon Oct 23 2006 Kristian Høgsberg <krh@redhat.com> - 1.0.2-13
3c2b0c
- Update Xsession to not use switchdesk for the hard coded kde and twm
3c2b0c
  cases.
3c2b0c
3c2b0c
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-12
3c2b0c
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
3c2b0c
3c2b0c
* Mon Sep 25 2006 Kristian Høgsberg <krh@redhat.com> - 1.0.2-11.fc6
3c2b0c
- Bump and rebuild.
3c2b0c
3c2b0c
* Mon Sep 25 2006 Kristian Høgsberg <krh@redhat.com> - 1.0.2-10.fc6
3c2b0c
- Move hardcoded xsetroot background color to fallback cases (#205901).
3c2b0c
3c2b0c
* Thu Aug 17 2006 Kristian Høgsberg <krh@redhat.com> - 1.0.2-9.fc6
3c2b0c
- Start ssh-agent for startx also (#169259).
3c2b0c
3c2b0c
* Sat Jul 22 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-8.fc6
3c2b0c
- Fix SourceN line for localuser.sh to not collide.
3c2b0c
3c2b0c
* Fri Jul 21 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-7.fc6
3c2b0c
- Added localuser.sh.
3c2b0c
3c2b0c
* Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-6.fc6
3c2b0c
- Added fix to Xclients script, based on patch from bug (#190799)
3c2b0c
3c2b0c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-5.1.fc6
3c2b0c
- rebuild
3c2b0c
3c2b0c
* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5.fc6
3c2b0c
- Implemented changes to xinput.sh based on suggestions from (#194458)
3c2b0c
3c2b0c
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-4
3c2b0c
- Added documentation to doc macro.
3c2b0c
3c2b0c
* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
3c2b0c
- Added xinit-1.0.2-setuid.diff to fix potential security issue (#196094)
3c2b0c
3c2b0c
* Tue Jun 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
3c2b0c
- Added "BuildRequires: pkgconfig" for bug (#194187)
3c2b0c
3c2b0c
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
3c2b0c
- Update xinit to 1.0.2
3c2b0c
3c2b0c
* Thu Feb 16 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
3c2b0c
- Change Conflicts to Obsoletes for xorg-x11 and XFree86 (#181414)
3c2b0c
3c2b0c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
3c2b0c
- bump again for double-long bug on ppc(64)
3c2b0c
3c2b0c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
3c2b0c
- rebuilt for new gcc4.1 snapshot and glibc changes
3c2b0c
3c2b0c
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
3c2b0c
- Updated to xinit 1.0.1 from X11R7.0
3c2b0c
3c2b0c
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
3c2b0c
- Updated to xinit 1.0.0 from X11R7 RC4.
3c2b0c
- Changed manpage dir from man1x to man1 to match upstream default.
3c2b0c
3c2b0c
* Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-6
3c2b0c
- Add "Requires: xauth" for startx, to fix bug (#173684)
3c2b0c
3c2b0c
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-5
3c2b0c
- Do not provide xinit anymore, gdm has been fixed and that breaks things
3c2b0c
  with the obsoletes
3c2b0c
3c2b0c
* Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-4
3c2b0c
- Added Xsession script from xinitrc, as it is very similar codebase, which
3c2b0c
  shares "xinitrc-common" anyway, and all of the display managers use it.
3c2b0c
3c2b0c
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-3
3c2b0c
- Updated to xinit 0.99.3 from X11R7 RC2.
3c2b0c
3c2b0c
* Mon Nov 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
3c2b0c
- Added "Provides: xinitrc = 5.0.0-1" for temporary compatibility between
3c2b0c
  monolithic and modular X.  This will be removed however for FC5.
3c2b0c
3c2b0c
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
3c2b0c
- Import custom Red Hat xinit scripts from xinitrc package.
3c2b0c
- Obsolete xinitrc package, as we include the scripts/configs here now.
3c2b0c
- Fix all scripts/configs to avoid the now obsolete /usr/X11R6 prefix.
3c2b0c
3c2b0c
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
3c2b0c
- Updated to xinit 0.99.2 from X11R7 RC1.
3c2b0c
- Change manpage location to 'man1x' in file manifest.
3c2b0c
3c2b0c
* Wed Oct 05 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
3c2b0c
- Use Fedora-Extras style BuildRoot tag.
3c2b0c
- Update BuildRequires to use new library package names.
3c2b0c
- Tidy up spec file a bit.
3c2b0c
3c2b0c
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
3c2b0c
- Initial build.