diff --git a/fish.spec b/fish.spec
index a6521e5..0b6b040 100644
--- a/fish.spec
+++ b/fish.spec
@@ -1,7 +1,7 @@
 Summary:                A friendly interactive shell
 Name:                   fish
 Version:                1.23.1
-Release:                2%{?dist}
+Release:                3%{?dist}
 License:                GPLv2
 Group:                  System Environment/Shells
 URL:                    http://fishshell.org/
@@ -9,6 +9,7 @@ Source0:                http://fishshell.org/files/%{version}/fish-%{version}.ta
 # Emailed to upstream
 Patch0:                 fish-1.23.0-ARG_MAX.patch
 BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:               xsel
 BuildRequires:          ncurses-devel gettext groff doxygen
 BuildRequires:          autoconf
 BuildRequires:          xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel
@@ -94,13 +95,16 @@ fi
 %attr(0755,root,root) %{_bindir}/fishd
 %attr(0755,root,root) %{_bindir}/fish_pager
 %attr(0755,root,root) %{_bindir}/fish_indent
-%attr(0755,root,root) %{_bindir}/xsel
 %attr(0755,root,root) %{_bindir}/set_color
 %attr(0755,root,root) %{_bindir}/mimedb
 %config(noreplace) %{_sysconfdir}/fish
 %{_datadir}/fish/
 
 %changelog
+* Fri Jul 03 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 1.23.1-3
+- Fix file list
+- Don't use own copy of xsel
+
 * Fri Jul 03 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 1.23.1-2
 - rebuilt