diff --git a/shadow-utils.spec b/shadow-utils.spec index 266aaec..2b214d3 100644 --- a/shadow-utils.spec +++ b/shadow-utils.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing accounts and shadow password files Name: shadow-utils Version: 4.1.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 2 URL: http://pkg-shadow.alioth.debian.org/ Source0: http://pkg-shadow.alioth.debian.org/releases/shadow-%{version}.tar.bz2 @@ -17,6 +17,7 @@ Patch7: shadow-4.1.5-2ndskip.patch Patch8: shadow-4.1.5.1-backup-mode.patch Patch9: shadow-4.1.5.1-merge-group.patch Patch10: shadow-4.1.5.1-orig-context.patch +Patch11: shadow-4.1.5.1-logmsg.patch License: BSD and GPLv2+ Group: System Environment/Base BuildRequires: libselinux-devel >= 1.25.2-1 @@ -54,6 +55,7 @@ are used for managing group accounts. %patch8 -p1 -b .backup-mode %patch9 -p1 -b .merge-group %patch10 -p1 -b .orig-context +%patch11 -p1 -b .logmsg iconv -f ISO88591 -t utf-8 doc/HOWTO > doc/HOWTO.utf8 cp -f doc/HOWTO.utf8 doc/HOWTO @@ -207,6 +209,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/vigr.8* %changelog +* Tue Mar 19 2013 Tomas Mraz - 2:4.1.5.1-5 +- improve the failure syslog message in useradd (#830617) + * Wed Feb 20 2013 Tomas Mraz - 2:4.1.5.1-4 - keep the original context if matchpathcon() fails (#912399)