# golang-github-elithrar-simple-scrypt.spec # Generated by go2rpm # The timing / calibration tests are non-deterministic # https://github.com/elithrar/simple-scrypt/issues/16 %bcond_with check # https://github.com/elithrar/simple-scrypt %global goipath github.com/elithrar/simple-scrypt Version: 1.3.0 %gometa %global common_description %{expand: Simple-scrypt provides a convenience wrapper around Go's existing scrypt package that makes it easier to securely derive strong keys ("hash user passwords"). This library allows you to: - Generate a scrypt derived key with a crytographically secure salt and sane default parameters for N, r and p. - Upgrade the parameters used to generate keys as hardware improves by storing them with the derived key (the scrypt spec. doesn't allow for this by default). - Provide your own parameters (if you wish to). The API closely mirrors Go's bcrypt library in an effort to make it easy to migrate—and because it's an easy to grok API.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Convenience library for generating, comparing and inspecting password hashes License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/crypto/scrypt) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Apr 17 12:31:43 CEST 2019 Robert-André Mauchin - 1.3.0-7 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 1.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 1.3.0-5 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 22 2018 Steve Miller (copart) - 1.3.0-3 - Removed tests for all archs due to non-deterministic nature * Fri Jun 22 2018 Steve Miller (copart) - 1.3.0-2 - Removed tests for s390x arch * Wed Jun 13 2018 Steve Miller (copart) - 1.3.0-1 - First package for Fedora