- gpm-devel now requires version-release correctly, fixes #238785
This commit is contained in:
parent
d956636365
commit
fd97f4977d
7
gpm.spec
7
gpm.spec
@ -1,7 +1,7 @@
|
||||
Summary: A mouse server for the Linux console.
|
||||
Name: gpm
|
||||
Version: 1.20.1
|
||||
Release: 82%{?dist}
|
||||
Release: 83%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
|
||||
@ -39,7 +39,7 @@ mouse button.
|
||||
|
||||
|
||||
%package devel
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: A mouse server for the Linux console.
|
||||
Group: System Environment/Daemons
|
||||
|
||||
@ -186,6 +186,9 @@ fi
|
||||
%{_libdir}/libgpm.so
|
||||
|
||||
%changelog
|
||||
* Thu May 03 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-83
|
||||
- gpm-devel now requires version-release correctly, fixes #238785
|
||||
|
||||
* Mon Apr 02 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-82
|
||||
- updated inputattach.c to 1.24 from cvs, fixes #231635
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user