|
|
|
@ -1,17 +1,15 @@
|
|
|
|
|
Name: uid_wrapper
|
|
|
|
|
Version: 1.3.0
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 1.2.9
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
Summary: A wrapper for privilege separation
|
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
Url: http://cwrap.org/
|
|
|
|
|
|
|
|
|
|
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
|
|
|
|
|
Source2: uid_wrapper.keyring
|
|
|
|
|
|
|
|
|
|
Patch0: uid_wrapper-fix-cmocka-1.1.6+-support.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
@ -35,7 +33,7 @@ This package doesn't have a devel package cause this project is for
|
|
|
|
|
development/testing.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
|
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -49,14 +47,10 @@ development/testing.
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%ifarch %{ix86}
|
|
|
|
|
%ctest -E '^test_syscall$'
|
|
|
|
|
%else
|
|
|
|
|
%ctest
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS README.md CHANGELOG
|
|
|
|
|
%doc AUTHORS README.md ChangeLog
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_libdir}/libuid_wrapper.so*
|
|
|
|
|
%dir %{_libdir}/cmake
|
|
|
|
@ -68,51 +62,18 @@ development/testing.
|
|
|
|
|
%{_mandir}/man1/uid_wrapper.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-8
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.3.0-7
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-7
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Andreas Schneider <asn@redhat.com> - 1.3.0-4
|
|
|
|
|
- Update License to SPDX expression
|
|
|
|
|
|
|
|
|
|
* Mon Feb 27 2023 Andreas Schneider <asn@redhat.com> - 1.3.0-3
|
|
|
|
|
- Fix building with cmocka >= 1.1.6
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 17 2023 Andreas Schneider <asn@redhat.com> - 1.3.0-1
|
|
|
|
|
- Update to version 1.3.0
|
|
|
|
|
o https://gitlab.com/cwrap/uid_wrapper/-/blob/uid_wrapper-1.3.0/CHANGELOG
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
* Thu Apr 21 2022 Andreas Schneider <asn@redhat.com> - 1.2.9-2
|
|
|
|
|
- related: rhbz#2028819 - Rebuild for RHEL 9.1
|
|
|
|
|
|
|
|
|
|
* Thu Dec 02 2021 Andreas Schneider <asn@redhat.com> - 1.2.9-1
|
|
|
|
|
- Rebase to version 1.2.9
|
|
|
|
|
- resolves: rhbz#2021214 - Add support for getgroups_chk()
|
|
|
|
|
* Mon Feb 21 2022 Andreas Schneider <asn@redhat.com> - 1.2.9-1
|
|
|
|
|
- related: rhbz#2013578 - Rebase to version 1.2.9
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.7-7
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon Apr 19 2021 Andreas Schneider <asn@redhat.com> - 1.2.8-1
|
|
|
|
|
- Update to version 1.2.8
|
|
|
|
|
o https://gitlab.com/cwrap/uid_wrapper/-/blob/uid_wrapper-1.2.8/ChangeLog
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.7-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|