From 176473419037cb60211bd998c981a1955c264728 Mon Sep 17 00:00:00 2001 From: kzak Date: Wed, 19 Jul 2006 21:47:39 +0000 Subject: [PATCH] fix spec file --- lockdev.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lockdev.spec b/lockdev.spec index f1c6e98..b4b178e 100644 --- a/lockdev.spec +++ b/lockdev.spec @@ -1,10 +1,11 @@ Summary: A library for locking devices. Name: lockdev Version: 1.0.1 -Release: 9.2.2 +Release: 10 License: LGPL Group: System Environment/Libraries Source: http://ftp.debian.org/debian/pool/main/l/lockdev/%{name}_%{version}.orig.tar.gz + Patch0: lockdev-1.0.0-rh.patch Patch1: lockdev-1.0.0-shared.patch Patch2: lockdev-1.0.0-signal.patch @@ -14,7 +15,12 @@ Patch5: lockdev-1.0.1-pidexists.patch Patch6: lockdev-1.0.1-subdir.patch Patch7: lockdev-1.0.1-fcntl.patch Patch8: lockdev-1.0.1-32bit.patch -Prereq: shadow-utils, filesystem >= 2.1.4-1 + +Requires(pre): shadow-utils +Requires(post): glibc +Requires(postun): glibc +PreReq: filesystem >= 2.1.4-1 + BuildRoot: %{_tmppath}/%{name}-root %description @@ -81,6 +87,9 @@ rm -fr $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Wed Jul 19 2006 Karel Zak - 1.0.1-10 +- rebuild + * Wed Jul 12 2006 Jesse Keating - 1.0.1-9.2.2 - rebuild