From 45f48c377554012a4ec9065bfc382b5ad56a0582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Tue, 25 Sep 2007 21:25:17 +0000 Subject: [PATCH] - buildrequires popt-devel --- passwd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/passwd.spec b/passwd.spec index a186bd3..04ad406 100644 --- a/passwd.spec +++ b/passwd.spec @@ -7,7 +7,7 @@ Summary: The passwd utility for setting/changing passwords using PAM Name: passwd Version: 0.74 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: System Environment/Base Source: %{name}-%{version}.tar.bz2 @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog +* Tue Sep 25 2007 Tomas Mraz 0.74-5 +- buildrequires popt-devel + * Wed Aug 22 2007 Tomas Mraz 0.74-4 - spec file cleanups