Update to version 1.1.1

OBS-URL: https://build.opensuse.org/package/show/devel:tools/uid_wrapper?expand=0&rev=9
This commit is contained in:
Andreas Schneider 2015-09-02 11:31:25 +00:00 committed by Git OBS Bridge
parent 8846e5719f
commit 180912057f
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6038b7f9eb04714798ad37b4d0ca677014c5ad7c02b42a4791fd89d8ff7ada3
size 34979

3
uid_wrapper-1.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6995bebda7a729502012fac7f897e139cd9dd0819cb00e4ebf954fa0251b0378
size 35873

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 2 11:30:45 UTC 2015 - asn@cryptomilk.org
- Update to version 1.1.1
* Fixed getres(uid|gid) detection if unsupported.
* Fixed the configure on Solaris
* Added a lot more tests
-------------------------------------------------------------------
Fri Jun 26 06:52:03 UTC 2015 - mpluskal@suse.com

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
############################# NOTE ##################################
#
# This is a special library. You are not able to link this library.
@ -23,7 +24,7 @@
############################# NOTE ##################################
Name: uid_wrapper
Version: 1.1.0
Version: 1.1.1
Release: 0
Summary: A wrapper for privilege seperation
@ -38,8 +39,8 @@ BuildRequires: cmake
BuildRequires: libcmocka-devel
BuildRequires: pkg-config
Requires: pkg-config
Requires: cmake
Requires: pkg-config
%description
Some projects like a file server need privilege separation to be able to switch