summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-11-30 14:23:45 -0500
committerNalin Dahyabhai <nalin@redhat.com>2010-11-30 14:23:45 -0500
commitee3bb042af587af5b4adfce84ce0ebd81fb02c7d (patch)
treefcf46cac436111b4187dab8b8f534315e8e896f6
parentb5f2ca038984e0491b76c8c9488fe1bd6a2f78bd (diff)
parent3515095a61d574fa2dad2634e11db4a62a3b2766 (diff)
downloadkrb5-ee3bb042af587af5b4adfce84ce0ebd81fb02c7d.tar.gz
krb5-ee3bb042af587af5b4adfce84ce0ebd81fb02c7d.tar.xz
krb5-ee3bb042af587af5b4adfce84ce0ebd81fb02c7d.zip
Merge branch 'master-f15-1.9' of ssh://pkgs.fedoraproject.org/krb5 into master-f15-1.9
-rw-r--r--krb5.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/krb5.spec b/krb5.spec
index 5f55b89..8e133e4 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -6,7 +6,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.9
-Release: 0%{?dist}.beta1.0
+Release: 0%{?dist}.beta1.1
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9-beta1-signed.tar
Source0: krb5-%{version}-beta1.tar.gz
@@ -56,7 +56,7 @@ BuildRequires: autoconf, bison, flex, gawk
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
BuildRequires: libcom_err-devel, libss-devel
%endif
-BuildRequires: gzip, ncurses-devel, rsh, texinfo, texinfo-tex, tar
+BuildRequires: gzip, ncurses-devel, texinfo, texinfo-tex, tar
BuildRequires: texlive-latex
BuildRequires: keyutils-libs-devel
BuildRequires: libselinux-devel
@@ -631,6 +631,9 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Tue Nov 9 2010 Nalin Dahyabhai <nalin@redhat.com> 1.9-0.beta1.1
+- drop not-needed-since-1.8 build dependency on rsh (ssorce)
+
* Fri Nov 5 2010 Nalin Dahyabhai <nalin@redhat.com> 1.9-0.beta1.0
- start moving to 1.9 with beta 1
- drop patches for RT#5755, RT#6762, RT#6774, RT#6775