Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56446ce42c |
3 changed files with 10 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/uid_wrapper-1.1.0.tar.gz
|
||||
/uid_wrapper-1.1.1.tar.gz
|
||||
/uid_wrapper-1.2.0.tar.gz
|
||||
/uid_wrapper-1.2.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
8d75bb77e1f9d6e17d400e78b18bbf30 uid_wrapper-1.2.0.tar.gz
|
||||
7068033341c3d6a883066d45dc4dcd26 uid_wrapper-1.2.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: uid_wrapper
|
||||
Version: 1.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A wrapper for privilege separation
|
||||
License: GPLv3+
|
||||
|
|
@ -54,7 +54,7 @@ popd
|
|||
|
||||
%check
|
||||
pushd obj
|
||||
make test
|
||||
make test || cat $(find Testing -name "*.log")
|
||||
popd
|
||||
|
||||
%files
|
||||
|
|
@ -67,6 +67,11 @@ popd
|
|||
%{_mandir}/man1/uid_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 23 2016 Andreas Schneider <asn@redhat.com> - 1.2.1-1
|
||||
- Update to version 1.2.1
|
||||
* Documented missing options.
|
||||
* Fixed a comipilation issue with -O3.
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue