diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-06-30 21:54:43 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-06-30 21:54:43 +1000 |
commit | ddeb22861e2285ae3871332b5d7617a407319eb9 (patch) | |
tree | 4fb72106fcbf70bab35f22c651e2262bf5fe6a89 | |
parent | 278016d28ffdb19dc2e785b0e23f5f71f5666135 (diff) | |
download | samba-ddeb22861e2285ae3871332b5d7617a407319eb9.tar.gz samba-ddeb22861e2285ae3871332b5d7617a407319eb9.tar.bz2 samba-ddeb22861e2285ae3871332b5d7617a407319eb9.zip |
A couple more package updates
(This used to be commit bb6e0ee953dfc59d0e04f9ea2daf051f6a6ff837)
-rw-r--r-- | packaging/Fedora/samba4.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/Fedora/samba4.spec b/packaging/Fedora/samba4.spec index 567d89bd5d..4e86050dcf 100644 --- a/packaging/Fedora/samba4.spec +++ b/packaging/Fedora/samba4.spec @@ -61,6 +61,8 @@ Summary: Samba libraries Group: Applications/System Requires: libtdb >= 0:%{tdb_version} Requires: libtalloc >= 0:%{talloc_version} +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig %description libs The %{name}-libs package contains the libraries needed by programs @@ -76,7 +78,7 @@ The %{name}-python package contains the python libraries needed by programs that use SMB, RPC and other Samba provided protocols in python programs/ %package devel -Summary: Developor tools for Samba libraries +Summary: Developer tools for Samba libraries Group: Development/Libraries Requires: %{name}-libs = %{epoch}:%{version}-%{release} |