summaryrefslogtreecommitdiffstats
path: root/contrib/sssd.spec.in
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-08-27 15:14:22 -0400
committerJakub Hrozek <jhrozek@redhat.com>2013-08-28 11:00:03 +0200
commitac54a88b4b510289a411f334e371282d00e1538d (patch)
treecf3e1c0223ae18df256fcb85cdcf43df0e1948c6 /contrib/sssd.spec.in
parentdcc6877aa2e2dd63a9dc9c411a9c58feaeb36b9a (diff)
downloadsssd-ac54a88b4b510289a411f334e371282d00e1538d.tar.gz
sssd-ac54a88b4b510289a411f334e371282d00e1538d.tar.xz
sssd-ac54a88b4b510289a411f334e371282d00e1538d.zip
BUILD: Remove unnecessary patch and configure opts
Now that we use the libkrb5 defaults for the default ccname template we do not need the patch that changes the man pages defaults nor the configure options to change sssd defaults anymore. Related: https://fedorahosted.org/sssd/ticket/2036
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r--contrib/sssd.spec.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index d85c51a70..217625a3a 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -18,10 +18,6 @@
%define __provides_exclude_from %{python_sitearch}/.*\.so$
%endif
-%if (0%{?fedora} >= 17)
- %global with_ccache --with-default-ccache-dir='/run/user/%U' --with-default-ccname-template="DIR:%d/krb5cc"
-%endif
-
%if (0%{?fedora} >= 16)
%global use_systemd 1
%endif
@@ -56,7 +52,6 @@ Source0: %{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
### Patches ###
-Patch0001: sssd-1.9-man-change-default-ccache.patch
### Dependencies ###
@@ -365,9 +360,6 @@ be used by Python applications.
%prep
%setup -q -n %{name}-%{version}
-%if (0%{?fedora} >= 17)
-%patch0001 -p1
-%endif
%build