fix spec file
This commit is contained in:
parent
1f6366b973
commit
1764734190
13
lockdev.spec
13
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 <kzak@redhat.com> - 1.0.1-10
|
||||
- rebuild
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-9.2.2
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user