System Security Services Daemon
Go to file
Lukas Slebodnik 584e0c3964 Remove unnecessary requirements
We do not need to requires specific version of libldb
or libtdb because it is automatically detected from
binary/library dependencies. We also need never version
of that libraries as it was specified in spec file.

e.g.
  sh$ rpm -q --requires sssd-common | grep -E "TDB|LDB"
  libldb.so.1(LDB_0.9.10)(64bit)
  libtdb.so.1(TDB_1.2.1)(64bit)

There is also redundant dependency on sssd-common-pac
sssd -> sssd-ipa -> sssd-common-pac
     -> sssd-ad -> sssd-common-pac
     -> sssd-common-pac

  sh$ rpm -q --whatrequires sssd-common-pac
  sssd-ipa-1.13.3-1.fc23.x86_64
  sssd-ad-1.13.3-1.fc23.x86_64
  sssd-1.13.3-1.fc23.x86_64
2016-02-17 16:30:01 +01:00
.gitignore New upstream release 1.13.3 2015-12-16 08:47:07 +01:00
0001-nfs-idmap-fix-infinite-loop.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0002-Use-right-domain-for-user-lookups.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0003-sdap_save_grpmem-determine-domain-by-SID-if-possible.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0004-ipa_s2n_save_objects-use-configured-user-and-group-t.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0005-SPEC-Change-package-ownership-of-pubconfpath-krb5.in.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0006-AD-SRV-prefer-site-local-DCs-in-LDAP-ping.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0007-ldap-remove-originalMeberOf-if-there-is-no-memberOf.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0008-KRB5-Adding-DNS-SRV-lookup-for-krb5-provider.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0009-SDAP-do-not-fail-if-refs-are-found-but-not-processed.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0010-sudo-remove-unused-param-name-in-sdap_sudo_get_usn.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0011-sudo-remove-unused-param.-in-ldap_get_sudo_options.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0012-SDAP-Add-request-that-iterates-over-all-search-bases.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0013-SDAP-rename-sdap_get_id_specific_filter.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0014-SDAP-support-empty-filters-in-sdap_combine_filters.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0015-SUDO-use-sdap_search_bases-instead-custom-sb-iterato.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0016-SUDO-make-sudo-sysdb-interface-more-reusable.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0017-SUDO-move-code-shared-between-ldap-and-ipa-to-separa.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0018-SUDO-allow-to-disable-ptask.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0019-SUDO-fail-on-failed-request-that-cannot-be-retry.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0020-IPA-add-ipa_get_rdn-and-ipa_check_rdn.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0021-SDAP-use-ipa_get_rdn-in-nested-groups.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0022-IPA-SUDO-choose-between-IPA-and-LDAP-schema.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0023-IPA-SUDO-Add-ipasudorule-mapping.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0024-IPA-SUDO-Add-ipasudocmdgrp-mapping.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0025-IPA-SUDO-Add-ipasudocmd-mapping.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0026-IPA-SUDO-Implement-sudo-handler.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0027-IPA-SUDO-Implement-full-refresh.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0028-IPA-SUDO-Implement-rules-refresh.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0029-IPA-SUDO-Remember-USN.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0030-SDAP-Add-sdap_or_filters.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0031-IPA-SUDO-Implement-smart-refresh.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0032-SUDO-sdap_sudo_set_usn-do-not-steal-usn.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0033-SUDO-remove-full_refresh_in_progress.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0034-SUDO-assume-zero-if-usn-is-unknown.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0035-SUDO-allow-disabling-full-refresh.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0036-SUDO-remember-usn-as-number-instead-of-string.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0037-SUDO-simplify-usn-filter.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0038-IPA-SUDO-Add-support-for-ipaSudoRunAsExt-attributes.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0039-UTIL-allow-to-skip-default-options-for-child-process.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0040-DP_TASK-add-be_ptask_get_timeout.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0041-AD-add-task-to-renew-the-machine-account-password-if.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0042-FO-add-fo_get_active_server.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0043-FO-add-be_fo_get_active_server_name.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0044-AD-try-to-use-current-server-in-the-renewal-task.patch Resolves: rhbz#1256849 - SUDO: Support the IPA schema 2016-01-19 18:23:34 +01:00
0045-sdap_connect_send-fail-if-uri-or-sockaddr-is-NULL.patch Additional upstream fixes 2016-01-20 18:40:57 +01:00
0046-SDAP-Make-it-possible-to-silence-errors-from-derefer.patch Additional upstream fixes 2016-01-20 18:40:57 +01:00
0047-p11-add-gnome-screensaver-to-list-of-allowed-service.patch Additional upstream fixes 2016-01-20 18:40:57 +01:00
0048-IDMAP-Fix-computing-max-id-for-slice-range.patch Additional upstream fixes 2016-01-20 18:40:57 +01:00
0049-IDMAP-New-structure-for-domain-range-params.patch Additional upstream fixes 2016-01-20 18:40:57 +01:00
0050-IDMAP-Add-support-for-automatic-adding-of-ranges.patch Additional upstream fixes 2016-01-20 18:40:57 +01:00
0100-FO-Don-t-free-rc-allocated-structure.patch Backport patches from sssd master #2829 2015-11-20 09:47:17 +01:00
0101-tests-Reduce-failover-code-duplication.patch Backport patches from sssd master #2829 2015-11-20 09:47:17 +01:00
0102-FO-Use-refcount-to-keep-track-of-servers-returned-to.patch Backport patches from sssd master #2829 2015-11-20 09:47:17 +01:00
0103-FAIL_OVER-Fix-warning-value-computed-is-not-used.patch Backport patches from sssd master #2829 2015-11-20 09:47:17 +01:00
0104-FO-Use-tevent_req_defer_callback-when-notifying-call.patch Additional patch for upstream #2829 2015-12-16 08:51:17 +01:00
sources New upstream release 1.13.3 2015-12-16 08:47:07 +01:00
sssd.spec Remove unnecessary requirements 2016-02-17 16:30:01 +01:00