rpms/xorg-x11-xdm/F-11 xorg-x11-xdm.spec,1.43,1.44

Matej Cepl mcepl at fedoraproject.org
Wed Jun 10 20:34:24 UTC 2009


Author: mcepl

Update of /cvs/pkgs/rpms/xorg-x11-xdm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31930

Modified Files:
	xorg-x11-xdm.spec 
Log Message:
Fixing config files ... bug 190127


Index: xorg-x11-xdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xdm/F-11/xorg-x11-xdm.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- xorg-x11-xdm.spec	14 May 2009 12:38:24 -0000	1.43
+++ xorg-x11-xdm.spec	10 Jun 2009 20:33:53 -0000	1.44
@@ -3,7 +3,7 @@
 Summary: X.Org X11 xdm - X Display Manager
 Name: xorg-x11-%{pkgname}
 Version: 1.1.6
-Release: 8%{?dist}
+Release: 9%{?dist}
 # NOTE: Remove Epoch line if/when the package ever gets renamed.
 Epoch: 1
 License: MIT
@@ -131,9 +131,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/X11/xdm
 # NOTE: The Xaccess file from our "xinitrc" package had no customizations,
 # and was out of sync with upstream, so we ship the upstream one now.
-%{_sysconfdir}/X11/xdm/Xaccess
-%{_sysconfdir}/X11/xdm/Xresources
-%{_sysconfdir}/X11/xdm/Xservers
+%config %{_sysconfdir}/X11/xdm/Xaccess
+%config %{_sysconfdir}/X11/xdm/Xresources
+%config %{_sysconfdir}/X11/xdm/Xservers
 %config %{_sysconfdir}/X11/xdm/xdm-config
 # NOTE: In Fedora Core 4 and earlier, most of these config files and scripts
 # were kept in the "xinitrc" package as forked copies, however they were
@@ -141,11 +141,11 @@ rm -rf $RPM_BUILD_ROOT
 # upstream files and can patch them as needed to make changes.
 %{_sysconfdir}/X11/xdm/GiveConsole
 %{_sysconfdir}/X11/xdm/TakeConsole
-%{_sysconfdir}/X11/xdm/Xreset
+%config %{_sysconfdir}/X11/xdm/Xreset
 %{_sysconfdir}/X11/xdm/Xsession
-%{_sysconfdir}/X11/xdm/Xsetup_0
-%{_sysconfdir}/X11/xdm/Xstartup
-%{_sysconfdir}/X11/xdm/Xwilling
+%config %{_sysconfdir}/X11/xdm/Xsetup_0
+%config %{_sysconfdir}/X11/xdm/Xstartup
+%config %{_sysconfdir}/X11/xdm/Xwilling
 # NOTE: For security, upgrades of this package will install the new pam.d
 # files and make backup copies by default.  'noreplace' is intentionally avoided
 # here.




More information about the fedora-extras-commits mailing list