SPECS: grub.spec - rel 4; rc-boot support into subpackage to avoid...
arekm
arekm at pld-linux.org
Sun Feb 18 21:59:49 CET 2007
Author: arekm Date: Sun Feb 18 20:59:49 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 4; rc-boot support into subpackage to avoid direct dependency on rc-boot
---- Files affected:
SPECS:
grub.spec (1.111 -> 1.112)
---- Diffs:
================================================================
Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.111 SPECS/grub.spec:1.112
--- SPECS/grub.spec:1.111 Thu Feb 15 06:41:05 2007
+++ SPECS/grub.spec Sun Feb 18 21:59:44 2007
@@ -14,7 +14,7 @@
Summary(pt_BR.UTF-8): Gerenciador de inicialização GRUB
Name: grub
Version: 0.97
-Release: 3
+Release: 4
License: GPL
Group: Base
Source0: ftp://alpha.gnu.org/gnu/grub/%{name}-%{version}.tar.gz
@@ -137,6 +137,18 @@
Jest niemal identyczny z tym ze Stage 2, ale uruchamia sieć oraz
ładuje z niej plik konfiguracyjny.
+%package -n rc-boot-grub
+Summary: grub support for rc-boot
+Summary(pl.UTF-8): Wsparcie gruba dla rc-boot
+Group: Base
+Requires: rc-boot
+
+%description -n rc-boot-grub
+grub support for rc-boot.
+
+%description -n rc-boot-grub -l pl.UTF-8
+Wsparcie gruba dla rc-boot.
+
%prep
%setup -q
%patch0 -p1
@@ -256,7 +268,6 @@
%attr(754,root,root) %{_sbindir}/*
%{_infodir}/*.info*
%{_mandir}/*/*
-/etc/sysconfig/rc-boot/%{name}_functions.sh
%if !%{with splashimage}
%files nb
@@ -268,12 +279,19 @@
%{_libdir}/grub/pxegrub
%endif
+%files
+%defattr(644,root,root,755)
+/etc/sysconfig/rc-boot/%{name}_functions.sh
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.112 2007/02/18 20:59:44 arekm
+- rel 4; rc-boot support into subpackage to avoid direct dependency on rc-boot
+
Revision 1.111 2007/02/15 05:41:05 pluto
- r4 patch dropped, build fixed, release 3.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/grub.spec?r1=1.111&r2=1.112&f=u
More information about the pld-cvs-commit
mailing list