diff --git a/libcap-ng-0.6.6.tar.bz2 b/libcap-ng-0.6.6.tar.bz2 deleted file mode 100644 index 5c7a23d..0000000 --- a/libcap-ng-0.6.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1d91d57481d2bac97b86be3f7baa654ce474d410cd188dfe2cd92ea0afabc07 -size 280169 diff --git a/libcap-ng-0.7.3.tar.gz b/libcap-ng-0.7.3.tar.gz new file mode 100644 index 0000000..cbdf7b3 --- /dev/null +++ b/libcap-ng-0.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca441c8d3a1e4cfe8a8151907977662679457311ccaa7eaac91447c33a35bb1 +size 392613 diff --git a/libcap-ng-python.changes b/libcap-ng-python.changes index 7f80f78..f4c293c 100644 --- a/libcap-ng-python.changes +++ b/libcap-ng-python.changes @@ -1,5 +1,24 @@ ------------------------------------------------------------------- -Sun Feb 12 17:25:23 UTC 2012 - crrodriguez@opensuse.org +Thu Mar 14 09:30:13 UTC 2013 - meissner@suse.com + +- use source url + +------------------------------------------------------------------- +Wed Mar 13 22:44:29 UTC 2013 - crrodriguez@opensuse.org + +- version 0.7.3 +- Make file opens use the cloexec flag (Cristian Rodríguez) +- Add CAP_BLOCK_SUSPEND +- Fix possible segfaults when CAP_LAST_CAP is larger than the lookup table +- In pscap, don't drop capabilities when running with capabilities +- Add CAP_COMPROMISE_KERNEL +- Define FTW_CONTINUE in case its not defined in libc +- Use glibc for xattr.h if available +- Make sure stderr is used consistently in utils +- Fix logic causing file based capabilities to not be supported when it should + +------------------------------------------------------------------- +Sun Feb 12 17:24:55 UTC 2012 - crrodriguez@opensuse.org - Move libraries back to %{_libdir}, /usr merge project diff --git a/libcap-ng-python.spec b/libcap-ng-python.spec index e1eb1fa..3eb0c6f 100644 --- a/libcap-ng-python.spec +++ b/libcap-ng-python.spec @@ -1,7 +1,7 @@ # # spec file for package libcap-ng-python # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,13 +24,12 @@ License: LGPL-2.1+ Group: System/Libraries Name: libcap-ng-python -Version: 0.6.6 +Version: 0.7.3 Release: 0 %define soname 0 %define rname libcap-ng Url: http://people.redhat.com/sgrubb/libcap-ng -# http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz -Source0: libcap-ng-%{version}.tar.bz2 +Source0: http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz Source1: pre_checkin.sh Source2: baselibs.conf Source99: libcap-ng.rpmlintrc @@ -59,8 +58,8 @@ Libcap-ng is a library that makes using posix capabilities easier Summary: Header files for libcap-ng library License: LGPL-2.1+ Group: Development/Libraries/C and C++ -Requires: kernel-headers >= 2.6.11 Requires: %{name}%{soname} = %{version} +Requires: kernel-headers >= 2.6.11 Requires: pkgconfig %description devel diff --git a/libcap-ng.changes b/libcap-ng.changes index 163f4b3..8fb8c70 100644 --- a/libcap-ng.changes +++ b/libcap-ng.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Mar 14 09:30:04 UTC 2013 - meissner@suse.com + +- use source url + +------------------------------------------------------------------- +Wed Mar 13 22:44:29 UTC 2013 - crrodriguez@opensuse.org + +- version 0.7.3 +- Make file opens use the cloexec flag (Cristian Rodríguez) +- Add CAP_BLOCK_SUSPEND +- Fix possible segfaults when CAP_LAST_CAP is larger than the lookup table +- In pscap, don't drop capabilities when running with capabilities +- Add CAP_COMPROMISE_KERNEL +- Define FTW_CONTINUE in case its not defined in libc +- Use glibc for xattr.h if available +- Make sure stderr is used consistently in utils +- Fix logic causing file based capabilities to not be supported when it should + ------------------------------------------------------------------- Sun Feb 12 17:24:55 UTC 2012 - crrodriguez@opensuse.org diff --git a/libcap-ng.spec b/libcap-ng.spec index 68ebea4..539e70f 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -1,7 +1,7 @@ # # spec file for package libcap-ng # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,13 +24,12 @@ License: LGPL-2.1+ Group: System/Libraries Name: libcap-ng -Version: 0.6.6 +Version: 0.7.3 Release: 0 %define soname 0 %define rname libcap-ng Url: http://people.redhat.com/sgrubb/libcap-ng -# http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz -Source0: libcap-ng-%{version}.tar.bz2 +Source0: http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz Source1: pre_checkin.sh Source2: baselibs.conf Source99: libcap-ng.rpmlintrc @@ -59,8 +58,8 @@ Libcap-ng is a library that makes using posix capabilities easier Summary: Header files for libcap-ng library License: LGPL-2.1+ Group: Development/Libraries/C and C++ -Requires: kernel-headers >= 2.6.11 Requires: %{name}%{soname} = %{version} +Requires: kernel-headers >= 2.6.11 Requires: pkgconfig %description devel