From c98579f7c0151d4aa16a9221b4c1a9f39e60af3b Mon Sep 17 00:00:00 2001 From: Ankur Sinha Date: Aug 21 2009 17:43:10 +0000 Subject: Added xsel to requires --- diff --git a/fpaste.spec b/fpaste.spec index cef9696..8d8b2e6 100644 --- a/fpaste.spec +++ b/fpaste.spec @@ -1,13 +1,13 @@ Name: fpaste Version: 0.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple tool for pasting info onto fpaste.org BuildArch: noarch Group: Applications/Internet License: GPLv3+ URL: https://fedorahosted.org/fpaste/ Source0: https://fedorahosted.org/released/fpaste/fpaste-%{version}.tar.bz2 - +Requires: xsel %description It is often useful to be able to easily paste text to the Fedora @@ -38,6 +38,8 @@ rm -rf %{buildroot} %{_mandir}/man1/fpaste.1.gz %changelog +* Fri Aug 21 2009 Ankur Sinha - 0.3.3-2 +- Added xsel in requires * Fri Aug 21 2009 Ankur Sinha - 0.3.3-1 - new package release - Proper urllib2 error handling