[uid_wrapper/f21] Update to version 1.1.0

asn asn at fedoraproject.org
Wed Jan 21 13:22:35 UTC 2015


commit 413c8e93e81e97f0edfb444e88b97ffa369b2616
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Wed Jan 21 13:52:25 2015 +0100

    Update to version 1.1.0

 .gitignore                      |    1 +
 aarch64-has-no-sys-access.patch |   15 ---------------
 sources                         |    2 +-
 uid_wrapper.spec                |    9 +++++----
 4 files changed, 7 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dffae94..1082de1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /uid_wrapper-1.0.1.tar.gz
 /uid_wrapper-1.0.2.tar.gz
+/uid_wrapper-1.1.0.tar.gz
diff --git a/sources b/sources
index 0aadc5b..7289e50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8fb6b12fa2f0dd918f2d5ad90e60014f  uid_wrapper-1.0.2.tar.gz
+097385bb018d4f3e521a176e9e6d3f07  uid_wrapper-1.1.0.tar.gz
diff --git a/uid_wrapper.spec b/uid_wrapper.spec
index 3b179d5..1e1f172 100644
--- a/uid_wrapper.spec
+++ b/uid_wrapper.spec
@@ -1,13 +1,12 @@
 Name:           uid_wrapper
-Version:        1.0.2
-Release:        5%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 
 Summary:        A wrapper for privilege separation
 License:        GPLv3+
 Url:            http://cwrap.org/
 
 Source0:        https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
-Patch0:         aarch64-has-no-sys-access.patch
 
 BuildRequires:  cmake
 BuildRequires:  libcmocka-devel
@@ -31,7 +30,6 @@ development/testing.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 if test ! -e "obj"; then
@@ -69,6 +67,9 @@ popd
 %{_mandir}/man1/uid_wrapper.1*
 
 %changelog
+* Wed Jan 21 2015 Andreas Schneider <asn at redhat.com> - 1.1.0-1
+- Update to version 1.1.0
+
 * Mon Dec 15 2014 Michael Adam <madam at redhat.com> - 1.0.2-5
 - Fix format errors in changelog.
 - Require cmake.


More information about the scm-commits mailing list