Prepare 3:2.6.0-1
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
1c5cbaacf0
commit
73e07ff7ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/libcacard-2.5.1.tar.xz
|
/libcacard-2.5.1.tar.xz
|
||||||
/libcacard-2.5.2.tar.xz
|
/libcacard-2.5.2.tar.xz
|
||||||
/libcacard-2.5.3.tar.xz
|
/libcacard-2.5.3.tar.xz
|
||||||
|
/libcacard-2.6.0.tar.xz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Name: libcacard
|
Name: libcacard
|
||||||
Version: 2.5.3
|
Version: 2.6.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CAC (Common Access Card) library
|
Summary: CAC (Common Access Card) library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.spice-space.org/page/Libcacard
|
URL: https://gitlab.freedesktop.org/spice/libcacard
|
||||||
Source0: http://www.spice-space.org/download/libcacard/%{name}-%{version}.tar.xz
|
Source0: http://www.spice-space.org/download/libcacard/%{name}-%{version}.tar.xz
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
@ -20,14 +20,6 @@ reader running in a guest virtual machine.
|
|||||||
It implements DoD CAC standard with separate pki containers
|
It implements DoD CAC standard with separate pki containers
|
||||||
(compatible coolkey), using certificates read from NSS.
|
(compatible coolkey), using certificates read from NSS.
|
||||||
|
|
||||||
%package tools
|
|
||||||
Summary: CAC Emulation tools
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
||||||
|
|
||||||
%description tools
|
|
||||||
CAC emulation tools.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
@ -55,10 +47,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%{_libdir}/libcacard.so.*
|
%{_libdir}/libcacard.so.*
|
||||||
%{_bindir}/vscclient
|
|
||||||
|
|
||||||
%files tools
|
|
||||||
%{_bindir}/vscclient
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/cacard
|
%{_includedir}/cacard
|
||||||
@ -66,6 +54,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_libdir}/pkgconfig/libcacard.pc
|
%{_libdir}/pkgconfig/libcacard.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 8 2018 Marc-André Lureau <marcandre.lureau@redhat.com> - 3:2.6.0-1
|
||||||
|
- Update to release v2.6.0
|
||||||
|
- remove vscclient, drop libcacard-tools
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.5.3-5
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.5.3-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libcacard-2.5.3.tar.xz) = 844c6c71b9e9f776204e2efd3be81cc1b3d3d5291f315de525dbbb4a04bdc261822447ebdb48964e9f4cffd23fa84a5a43a29728e103df664b259534feb1b494
|
SHA512 (libcacard-2.6.0.tar.xz) = d6dfe6fe6cd2711bf8f71edc134a7caf459fc2a9c4f664ab2f1c28cc9ee8efe7a2d5a15c4dc735956638176e07e22416cad5e8e926aa7cab3fa95ded853f5982
|
||||||
|
Loading…
Reference in New Issue
Block a user