diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-05 12:53:30 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-11 16:32:25 +0200 |
commit | a5ff89ca9d55aab2107c4be073fa5d983e9d385f (patch) | |
tree | 29cba9ed1a696d77baa0fc5d445b60bd95de5559 /version.m4 | |
parent | 12a73062d84fec27536b09fd275ea248d14b93e5 (diff) | |
download | sssd-a5ff89ca9d55aab2107c4be073fa5d983e9d385f.tar.gz sssd-a5ff89ca9d55aab2107c4be073fa5d983e9d385f.tar.xz sssd-a5ff89ca9d55aab2107c4be073fa5d983e9d385f.zip |
rpm: Split providers into separate subpackages
https://fedorahosted.org/sssd/ticket/1510
This patch splits the previously monolithic sssd package into sssd-common
that contains the deamon and the responders and per-provider packages
such as sssd-ldap or sssd-ipa.
This split would benefit two parties:
1) security auditors who are often trying to find the smallest package
set including dependencies needed for the package to function.
They would be able to i.e. install sssd-ldap and not bother
about sssd-ipa or sssd-ad pulling in more dependencies.
2) 3rd party programs such as realmd or authconfig
that would only be able to require or install on demand the
needed packages.
Diffstat (limited to 'version.m4')
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.m4 b/version.m4 index 7a07ea5e0..1435f6999 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [1.9.93]) +m4_define([VERSION_NUMBER], [1.9.94]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM |