From ddeb22861e2285ae3871332b5d7617a407319eb9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jun 2008 21:54:43 +1000 Subject: A couple more package updates (This used to be commit bb6e0ee953dfc59d0e04f9ea2daf051f6a6ff837) --- packaging/Fedora/samba4.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packaging') 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} -- cgit