summaryrefslogtreecommitdiffstats
path: root/func.spec
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-28 15:28:05 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-28 15:28:05 -0400
commit99a55551d25a81bf019a90193f084eba386f2512 (patch)
tree1118d880a7b574b178e8d732986f43fe986dfb26 /func.spec
parentc36de46938255f1e16861981db3c59990e6f7b0c (diff)
downloadfunc-99a55551d25a81bf019a90193f084eba386f2512.tar.gz
func-99a55551d25a81bf019a90193f084eba386f2512.tar.xz
func-99a55551d25a81bf019a90193f084eba386f2512.zip
remove rhpl dep
use python gettext instead of rhpl.gettext stuff
Diffstat (limited to 'func.spec')
-rw-r--r--func.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/func.spec b/func.spec
index b0547b9..5586963 100644
--- a/func.spec
+++ b/func.spec
@@ -10,7 +10,6 @@ Source0: %{name}-%{version}.tar.gz
License: GPL+
Group: Applications/System
Requires: python >= 2.3
-Requires: rhpl
Requires: pyOpenSSL
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -74,6 +73,9 @@ fi
%changelog
+* Fri Sep 28 2007 Adrian Likins <alikins@redhat.com> - 0.0.12-1
+- remove rhpl deps
+
* Fri Sep 28 2007 Michael DeHaan <mdehaan@redhat.com> - 0.0.12-1
- bump version and get ready for first public release
- add BuildRequires python-devel