SPECS: lilo.spec - defined _sbindir to /sbin to use macro - BR: se...
darekr
darekr at pld-linux.org
Wed Sep 21 22:05:44 CEST 2005
Author: darekr Date: Wed Sep 21 20:05:44 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- defined _sbindir to /sbin to use macro
- BR: sed 4.0
---- Files affected:
SPECS:
lilo.spec (1.137 -> 1.138)
---- Diffs:
================================================================
Index: SPECS/lilo.spec
diff -u SPECS/lilo.spec:1.137 SPECS/lilo.spec:1.138
--- SPECS/lilo.spec:1.137 Sun Sep 18 13:58:41 2005
+++ SPECS/lilo.spec Wed Sep 21 22:05:38 2005
@@ -37,10 +37,13 @@
URL: http://home.san.rr.com/johninsd/pub/linux/lilo/
BuildRequires: bin86 >= 0.15
BuildRequires: device-mapper-devel >= 1.01.01
+BuildRequires: sed >= 4.0
Provides: bootloader
ExclusiveArch: %{ix86} %{x8664}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _sbindir /sbin
+
%description
Lilo is repsonsible for loading your linux kernel from either a floppy
or a hard drive and giving it control of the system. It can also be
@@ -141,8 +144,8 @@
/boot/lilo-pldblack.bmp
/boot/lilo-pldblue.bmp
/boot/lilo-pldblue8.bmp
-%attr(755,root,root) /sbin/lilo
-%attr(755,root,root) /sbin/mkrescue
+%attr(755,root,root) %{_sbindir}/lilo
+%attr(755,root,root) %{_sbindir}/mkrescue
%{_mandir}/man[58]/*
%lang(cs) %{_mandir}/cs/man[58]/*
%lang(de) %{_mandir}/de/man[58]/*
@@ -161,6 +164,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.138 2005/09/21 20:05:38 darekr
+- defined _sbindir to /sbin to use macro
+- BR: sed 4.0
+
Revision 1.137 2005/09/18 11:58:41 areq
- 22.7.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lilo.spec?r1=1.137&r2=1.138&f=u
More information about the pld-cvs-commit
mailing list