diff --git a/uid_wrapper.spec b/uid_wrapper.spec index d799663..b9a7355 100644 --- a/uid_wrapper.spec +++ b/uid_wrapper.spec @@ -1,8 +1,8 @@ Name: uid_wrapper Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} -Summary: A wrapper for privilege seperation +Summary: A wrapper for privilege separation License: GPLv3+ Url: http://cwrap.org/ @@ -13,9 +13,9 @@ BuildRequires: libcmocka-devel %description Some projects like a file server need privilege separation to be able to switch -to the connnection user and do file operations. uid_wrapper convincingly lies +to the connection user and do file operations. uid_wrapper convincingly lies to the application letting it believe it is operating as root and even -switching betwen uids and gids as needed. +switching between UIDs and GIDs as needed. To use it set the following environment variables: @@ -64,6 +64,10 @@ popd %{_libdir}/pkgconfig/uid_wrapper.pc %changelog +* Tue Mar 11 2014 - Andreas Schneider - 1.0.1-3 +- Fix some typos. +- resolves: #1060910 - Fedora import + * Tue Feb 11 2014 - Andreas Schneider - 1.0.1-2 - Remove Group - Remove glibc-devel build requirement