Hello community, here is the log from the commit of package cracklib for openSUSE:Factory checked in at 2020-06-04 17:51:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cracklib (Old) and /work/SRC/openSUSE:Factory/.cracklib.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cracklib" Thu Jun 4 17:51:02 2020 rev:59 rq:808364 version:2.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/cracklib/cracklib.changes 2018-02-28 19:56:19.257882198 +0100 +++ /work/SRC/openSUSE:Factory/.cracklib.new.3606/cracklib.changes 2020-06-04 17:51:23.904067955 +0200 @@ -1,0 +2,12 @@ +Fri May 22 16:06:54 UTC 2020 - Michael Gorse <[email protected]> + +- Enable translation-update-upstream on leap, to remove the use of + is_opensuse (jsc#SLE-12096). + +------------------------------------------------------------------- +Wed May 6 09:45:09 UTC 2020 - [email protected] + +- use /usr/lib instead of %{_libexecdir}, %{_libexecdir} should + contain internal binaries, not data + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cracklib.spec ++++++ --- /var/tmp/diff_new_pack.K7UUj7/_old 2020-06-04 17:51:24.844070945 +0200 +++ /var/tmp/diff_new_pack.K7UUj7/_new 2020-06-04 17:51:24.848070958 +0200 @@ -1,7 +1,7 @@ # # spec file for package cracklib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Version: 2.9.6 Release: 0 Summary: Library to crack passwords using dictionaries -License: LGPL-2.1 +License: LGPL-2.1-only Group: System/Libraries -Url: http://sourceforge.net/projects/cracklib +URL: http://sourceforge.net/projects/cracklib Source: https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz Source2: baselibs.conf # PATCH-FIX-OPENSUSE (should be upstreamed) @@ -38,7 +38,7 @@ BuildRequires: libtool BuildRequires: zlib-devel Requires: cracklib-dict -%if ! 0%{?is_opensuse} +%if 0%{?sle_version} BuildRequires: translation-update-upstream %endif @@ -87,7 +87,7 @@ %prep %setup -q -%if ! 0%{?is_opensuse} +%if 0%{?sle_version} translation-update-upstream %endif %patch1 @@ -118,9 +118,9 @@ ln -s cracklib-format %{buildroot}/%{_sbindir}/mkdict ln -s cracklib-packer %{buildroot}/%{_sbindir}/packer rm -f %{buildroot}/%{_datadir}/cracklib/cracklib-small -ln -sf %{_datadir}/cracklib/pw_dict.hwm %{buildroot}%{_libexecdir}/cracklib_dict.hwm -ln -sf %{_datadir}/cracklib/pw_dict.pwd %{buildroot}%{_libexecdir}/cracklib_dict.pwd -ln -sf %{_datadir}/cracklib/pw_dict.pwi %{buildroot}%{_libexecdir}/cracklib_dict.pwi +ln -sf %{_datadir}/cracklib/pw_dict.hwm %{buildroot}/usr/lib/cracklib_dict.hwm +ln -sf %{_datadir}/cracklib/pw_dict.pwd %{buildroot}/usr/lib/cracklib_dict.pwd +ln -sf %{_datadir}/cracklib/pw_dict.pwi %{buildroot}/usr/lib/cracklib_dict.pwi # # using zip'ed dict takes too long for a check. But the support # for this is still in the lib. @@ -154,9 +154,9 @@ %{_sbindir}/cracklib-unpacker %dir %{_datadir}/cracklib %{_datadir}/cracklib/cracklib.magic -%{_libexecdir}/cracklib_dict.hwm -%{_libexecdir}/cracklib_dict.pwd -%{_libexecdir}/cracklib_dict.pwi +/usr/lib/cracklib_dict.hwm +/usr/lib/cracklib_dict.pwd +/usr/lib/cracklib_dict.pwi %files devel %{_includedir}/crack.h
