rpms/gpm/F-12 gpm.spec,1.78,1.79

Nikola Pajkovsky npajkovs at fedoraproject.org
Thu Nov 19 12:34:48 UTC 2009


Author: npajkovs

Update of /cvs/extras/rpms/gpm/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27651

Modified Files:
	gpm.spec 
Log Message:
Resolves: #537724 - Opening console failed


Index: gpm.spec
===================================================================
RCS file: /cvs/extras/rpms/gpm/F-12/gpm.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -p -r1.78 -r1.79
--- gpm.spec	30 Sep 2009 09:07:28 -0000	1.78
+++ gpm.spec	19 Nov 2009 12:34:48 -0000	1.79
@@ -1,7 +1,7 @@
 Summary: A mouse server for the Linux console
 Name: gpm
 Version: 1.20.6
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://unix.schottelius.org/gpm/
@@ -14,10 +14,10 @@ Patch3: gpm-1.20.3-gcc4.3.patch
 Patch4: gpm-1.20.5-close-fds.patch
 Patch5: gpm-1.20.1-weak-wgetch.patch
 Patch6: gpm-1.20.6-libtool.patch
-Patch7: gpm-1.20.6-capability.patch
-Requires(post): /sbin/chkconfig /sbin/install-info /sbin/ldconfig 
+#Patch7: gpm-1.20.6-capability.patch
+Requires(post): /sbin/chkconfig /sbin/install-info /sbin/ldconfig
 Requires(preun): /sbin/chkconfig /sbin/install-info
-Requires(postun): /sbin/ldconfig 
+Requires(postun): /sbin/ldconfig
 # this defines the library version that this package builds.
 %define LIBVER 2.1.0
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -66,7 +66,7 @@ mouse support to text-based Linux applic
 %patch4 -p1 -b .close-fds
 %patch5 -p1 -b .weak-wgetch
 %patch6 -p1 -b .libtool
-%patch7 -p1 -b .capability
+#%patch7 -p1 -b .capability
 
 iconv -f iso-8859-1 -t utf-8 -o TODO.utf8 TODO
 touch -c -r TODO TODO.utf8
@@ -115,7 +115,7 @@ fi
 /sbin/ldconfig
 
 %preun
-%ifnarch s390 s390x   
+%ifnarch s390 s390x
 if [ $1 = 0 ]; then
     /sbin/service gpm stop >/dev/null 2>&1
     /sbin/chkconfig --del gpm
@@ -143,6 +143,7 @@ fi
 %attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/gpm
 %{_sbindir}/*
 %{_bindir}/*
+%{_datadir}/emacs/site-lisp/*
 %{_mandir}/man?/*
 %endif
 
@@ -160,6 +161,10 @@ fi
 %{_libdir}/libgpm.a
 
 %changelog
+* Thu Nov 19 2009 Nikola Pajkovsky <npajkvos at redhat.com> 1.20.6-8
+- drop patch7
+- resolved #537724(does not work with capabilities)
+
 * Wed Sep 30 2009 Nikola Pajkovsky <npajkovs at redhat.com> 1.20.6-7
 - add BuildRequires: libcap-ng-devel
 - fix patch .capability




More information about the scm-commits mailing list