Resolving conflicts with ff-utils

This commit is contained in:
Jaromir Capik 2013-02-04 14:26:08 +01:00
parent 014553a820
commit 666152effa

View File

@ -1,6 +1,6 @@
Name: linuxconsoletools
Version: 1.4.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Tools for connecting joysticks & legacy devices to the kernel's input subsystem
Group: Applications/System
License: GPLv2+
@ -11,7 +11,9 @@ Source: http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}.tar.bz2
BuildRequires: SDL-devel
Provides: joystick = %{version}-%{release}
Provides: ff-utils = 1:%{version}-%{release}
Obsoletes: joystick < 1.2.16-1
Obsoletes: ff-utils < 2.4.22-1
Conflicts: gpm < 1.20.6-26
%description
@ -61,6 +63,9 @@ chmod -x %{buildroot}%{_mandir}/man1/*
%changelog
* Mon Feb 04 2013 Jaromir Capik <jcapik@redhat.com> - 1.4.4-5
- Resolving conflicts with ff-utils
* Fri Jan 04 2013 Jaromir Capik <jcapik@redhat.com> - 1.4.4-4
- Adding conflict with gpm < 1.20.6-26 (inputattach)