summaryrefslogtreecommitdiffstats
path: root/ipa-python
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-01-24 13:44:38 -0500
committerRob Crittenden <rcritten@redhat.com>2008-01-24 13:44:38 -0500
commit00e20c2003b8c5f42b6ad0a4bb2191602ca11788 (patch)
tree0b4109c35f4b6965241d0f754ebd3bceaf42ab53 /ipa-python
parent3594157f54fb82b774700f52156916149be10bc8 (diff)
downloadfreeipa-00e20c2003b8c5f42b6ad0a4bb2191602ca11788.tar.gz
freeipa-00e20c2003b8c5f42b6ad0a4bb2191602ca11788.tar.xz
freeipa-00e20c2003b8c5f42b6ad0a4bb2191602ca11788.zip
Use Fedora package names for PyKerberos (python-kerberos) and pyasn1
(python-pyasn1) for the specfile Requires.
Diffstat (limited to 'ipa-python')
-rwxr-xr-xipa-python/ipa-python.spec9
-rwxr-xr-xipa-python/ipa-python.spec.in9
2 files changed, 12 insertions, 6 deletions
diff --git a/ipa-python/ipa-python.spec b/ipa-python/ipa-python.spec
index 2e8a24b2b..0392a4ed5 100755
--- a/ipa-python/ipa-python.spec
+++ b/ipa-python/ipa-python.spec
@@ -1,6 +1,6 @@
Name: ipa-python
Version: 0.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: IPA authentication server
Group: System Environment/Base
@@ -9,8 +9,8 @@ URL: http://www.freeipa.org
Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: python-devel
-Requires: PyKerberos
+BuildRequires: python-devel
+Requires: python-kerberos
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -35,6 +35,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf
%changelog
+* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3
+- Use new name of PyKerberos, python-kerberos, in Requires
+
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
- Fixed License in specfile
diff --git a/ipa-python/ipa-python.spec.in b/ipa-python/ipa-python.spec.in
index a0c8862be..0444ce191 100755
--- a/ipa-python/ipa-python.spec.in
+++ b/ipa-python/ipa-python.spec.in
@@ -1,6 +1,6 @@
Name: ipa-python
Version: VERSION
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: IPA authentication server
Group: System Environment/Base
@@ -9,8 +9,8 @@ URL: http://www.freeipa.org
Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: python-devel
-Requires: PyKerberos
+BuildRequires: python-devel
+Requires: python-kerberos
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -35,6 +35,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf
%changelog
+* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3
+- Use new name of PyKerberos, python-kerberos, in Requires
+
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
- Fixed License in specfile