diff --git a/.gitignore b/.gitignore index d921f2d..e743151 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/svrcore-4.0.4.tar.bz2 +SOURCES/svrcore-4.1.2.tar.bz2 diff --git a/.svrcore.metadata b/.svrcore.metadata index 7d68a4f..3793d30 100644 --- a/.svrcore.metadata +++ b/.svrcore.metadata @@ -1 +1 @@ -cfd07bbffeab10c4edca331b980a3f614dac996e SOURCES/svrcore-4.0.4.tar.bz2 +699db1b2294e7d15c8f576037fc5ff9bc6d8e001 SOURCES/svrcore-4.1.2.tar.bz2 diff --git a/SPECS/svrcore.spec b/SPECS/svrcore.spec index 217884f..f7dcc90 100644 --- a/SPECS/svrcore.spec +++ b/SPECS/svrcore.spec @@ -3,10 +3,10 @@ Summary: Secure PIN handling using NSS crypto Name: svrcore -Version: 4.0.4 -Release: 11%{?dist} -License: MPLv1.1 or GPLv2+ or LGPLv2+ -URL: http://www.mozilla.org/projects/security/pki/ +Version: 4.1.2 +Release: 1%{?dist} +License: MPL2.0 +URL: https://pagure.io/svrcore Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: nspr >= %{nspr_version} @@ -15,7 +15,7 @@ BuildRequires: nspr-devel >= %{nspr_version} BuildRequires: nss-devel >= %{nss_version} BuildRequires: pkgconfig -Source0: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/src/%{name}-%{version}.tar.bz2 +Source0: http://www.port389.org/binaries/%{name}-%{version}.tar.bz2 %description svrcore provides applications with several ways to handle secure PIN storage @@ -46,7 +46,7 @@ develop programs which will use the svrcore library. %build -%configure +%configure --with-systemd make %install @@ -74,6 +74,19 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.la %{_includedir}/svrcore.h %changelog +* Thu Apr 21 2016 Noriko Hosoi <nhosoi@redhat.com> - 4.1.2-1 +- release 4.1.2-1 +- Resolves: Bug 1329002 - SVRCORE - Fixing coverity issues. + +* Thu Apr 21 2016 Noriko Hosoi <nhosoi@redhat.com> - 4.1.1-1 +- release 4.1.1-1 +- Resolves: Bug 1329002 - SVRCORE - Fixing coverity issues. + +* Fri Apr 8 2016 Noriko Hosoi <nhosoi@redhat.com> - 4.1.0-1 +- release 4.1.0-1 +- Resolves: Bug 1324983 - Rebase: svrcore + Added systemd ask password support (DS 48450) + * Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.0.4-11 - Mass rebuild 2014-01-24