import uid_wrapper-1.2.4-4.el8

This commit is contained in:
CentOS Sources 2019-11-05 15:22:38 -05:00 committed by Stepan Oksanichenko
parent aa0e152148
commit 598cfaebe5
1 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: uid_wrapper
Version: 1.2.4
Release: 2%{?dist}
Release: 4%{?dist}
Summary: A wrapper for privilege separation
License: GPLv3+
@ -8,6 +8,7 @@ Url: http://cwrap.org/
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: cmake
BuildRequires: libcmocka-devel
@ -45,9 +46,7 @@ pushd obj
make DESTDIR=%{buildroot} install
popd
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%check
pushd obj
@ -66,6 +65,12 @@ popd
%{_mandir}/man1/uid_wrapper.1*
%changelog
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild