SHA256
1
0
forked from pool/cracklib

Accepting request 267168 from home:posophe:branches:Base:System

Update

OBS-URL: https://build.opensuse.org/request/show/267168
OBS-URL: https://build.opensuse.org/package/show/Base:System/cracklib?expand=0&rev=38
This commit is contained in:
2015-01-06 11:00:32 +00:00
committed by Git OBS Bridge
parent bdc8916c83
commit 30835962de
5 changed files with 21 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cracklib
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -28,7 +28,7 @@ Url: http://sourceforge.net/projects/cracklib
Obsoletes: cracklib-64bit
%endif
#
Version: 2.9.0
Version: 2.9.2
Release: 0
Requires: cracklib-dict
Summary: Library to crack passwords using dictionaries
@@ -40,7 +40,7 @@ Source2: baselibs.conf
# Remove support for broken 64bit indexes from magic entry [bnc#106007]
Patch: cracklib-magic.diff
# PATCH-FIX-OPENSUSE Hide non-public functions
Patch1: cracklib-visibility.patch
Patch1: cracklib-2.9.2-visibility.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -49,8 +49,6 @@ certainsecurity-oriented characteristics. You can use CrackLib to
stopusers from choosing passwords that are too simple.This package
contains a full dictionary file used by cracklib.
%package devel
Summary: Header files and libraries for developing apps which will use CrackLib
Group: Development/Libraries/C and C++