- New upstream version

This commit is contained in:
Paul Moore 2016-02-29 15:37:14 -05:00
parent 4dc395b144
commit 498aa10e80
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/libseccomp-2.2.0.tar.gz
/libseccomp-2.2.1.tar.gz
/libseccomp-2.2.3.tar.gz
/libseccomp-2.3.0.tar.gz

View File

@ -1,8 +1,8 @@
Summary: Enhanced seccomp library
Name: libseccomp
Version: 2.2.3
Release: 1%{?dist}
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
Version: 2.3.0
Release: 0%{?dist}
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x
License: LGPLv2
Group: System Environment/Libraries
Source: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz
@ -83,6 +83,9 @@ make V=1 check
%{_libdir}/libseccomp.a
%changelog
* Mon Feb 29 2016 Paul Moore <pmoore@redhat.com> - 2.3.0
- New upstream version
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
7db418d35d7a6168400bf6b05502f8bf libseccomp-2.2.3.tar.gz
f93b366adc6a0dc94c37002b3ead67d1 libseccomp-2.3.0.tar.gz