forked from jengelh/sssd
Accepting request 48186 from network:ldap
Copy from network:ldap/sssd based on submit request 48186 from user rhafer OBS-URL: https://build.opensuse.org/request/show/48186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=8
This commit is contained in:
commit
dd3a2243fa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 13 12:23:47 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- remove hard coded python version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 3 13:17:48 UTC 2010 - rhafer@novell.com
|
Fri Sep 3 13:17:48 UTC 2010 - rhafer@novell.com
|
||||||
|
|
||||||
|
24
sssd.spec
24
sssd.spec
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+ and LGPLv3+
|
License: GPLv3+ and LGPLv3+
|
||||||
@ -106,7 +106,7 @@ Security Services Daemon (sssd).
|
|||||||
Summary: Dynamic hash table
|
Summary: Dynamic hash table
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{dhash_version}
|
Version: %{dhash_version}
|
||||||
Release: 4
|
Release: 5
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
%description -n libdhash1
|
%description -n libdhash1
|
||||||
@ -117,7 +117,7 @@ time properties
|
|||||||
Summary: Development files for libdhash
|
Summary: Development files for libdhash
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{dhash_version}
|
Version: %{dhash_version}
|
||||||
Release: 4
|
Release: 5
|
||||||
Requires: libdhash1 = %{dhash_version}
|
Requires: libdhash1 = %{dhash_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
@ -129,7 +129,7 @@ time properties
|
|||||||
Summary: Collection data-type for C
|
Summary: Collection data-type for C
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{collection_version}
|
Version: %{collection_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
%description -n libcollection2
|
%description -n libcollection2
|
||||||
@ -140,7 +140,7 @@ and serialization
|
|||||||
Summary: Development files for libcollection
|
Summary: Development files for libcollection
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{collection_version}
|
Version: %{collection_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
Requires: libcollection2 = %{collection_version}
|
Requires: libcollection2 = %{collection_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
@ -152,7 +152,7 @@ and serialization
|
|||||||
Summary: INI file parser for C
|
Summary: INI file parser for C
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{ini_config_version}
|
Version: %{ini_config_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
%description -n libini_config2
|
%description -n libini_config2
|
||||||
@ -163,7 +163,7 @@ structure
|
|||||||
Summary: Development files for libini_config
|
Summary: Development files for libini_config
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{ini_config_version}
|
Version: %{ini_config_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
Requires: libini_config2 = %{ini_config_version}
|
Requires: libini_config2 = %{ini_config_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
@ -175,7 +175,7 @@ structure
|
|||||||
Summary: Filesystem Path Utilities
|
Summary: Filesystem Path Utilities
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{path_utils_version}
|
Version: %{path_utils_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
%description -n libpath_utils1
|
%description -n libpath_utils1
|
||||||
@ -185,7 +185,7 @@ Utility functions to manipulate filesystem pathnames
|
|||||||
Summary: Development files for libpath_utils
|
Summary: Development files for libpath_utils
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{path_utils_version}
|
Version: %{path_utils_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
Requires: libpath_utils1 = %{path_utils_version}
|
Requires: libpath_utils1 = %{path_utils_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
@ -196,7 +196,7 @@ Utility functions to manipulate filesystem pathnames
|
|||||||
Summary: A refcounted array for C
|
Summary: A refcounted array for C
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{refarray_version}
|
Version: %{refarray_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
%description -n libref_array1
|
%description -n libref_array1
|
||||||
@ -206,7 +206,7 @@ A dynamically-growing, reference-counted array
|
|||||||
Summary: Development files for libref_array
|
Summary: Development files for libref_array
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{refarray_version}
|
Version: %{refarray_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
Requires: libref_array1 = %{refarray_version}
|
Requires: libref_array1 = %{refarray_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
|
|
||||||
@ -251,7 +251,7 @@ rm -f \
|
|||||||
$RPM_BUILD_ROOT/%{_lib}/security/pam_sss.la \
|
$RPM_BUILD_ROOT/%{_lib}/security/pam_sss.la \
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/*.la \
|
$RPM_BUILD_ROOT/%{_libdir}/*.la \
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/ldb/memberof.la \
|
$RPM_BUILD_ROOT/%{_libdir}/ldb/memberof.la \
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/python2.6/site-packages/pysss.la \
|
$RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/pysss.la \
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_ldap.la \
|
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_ldap.la \
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_proxy.la \
|
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_proxy.la \
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_krb5.la \
|
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_krb5.la \
|
||||||
|
Loading…
Reference in New Issue
Block a user