packages: dmraid/dmraid.spec, dmraid/dmraid-initramfs-hook (REMOVED), dmrai...
baggins
baggins at pld-linux.org
Sat Apr 28 19:29:54 CEST 2012
Author: baggins Date: Sat Apr 28 17:29:54 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 6
- drop initramfs package, it was never properly tested, never really updated
and initramfs-tools functionality is obsoleted by dracut
---- Files affected:
packages/dmraid:
dmraid.spec (1.49 -> 1.50) , dmraid-initramfs-hook (1.1 -> NONE) (REMOVED), dmraid-initramfs-local-top (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/dmraid/dmraid.spec
diff -u packages/dmraid/dmraid.spec:1.49 packages/dmraid/dmraid.spec:1.50
--- packages/dmraid/dmraid.spec:1.49 Mon Apr 6 17:08:40 2009
+++ packages/dmraid/dmraid.spec Sat Apr 28 19:29:49 2012
@@ -10,13 +10,11 @@
Name: dmraid
Version: 1.0.0
%define _rc rc15
-Release: 0.%{_rc}.5
+Release: 0.%{_rc}.6
License: GPL
Group: Base
Source0: http://people.redhat.com/~heinzm/sw/dmraid/src/%{name}-%{version}.%{_rc}.tar.bz2
# Source0-md5: 2602887205a35f89b59eeba3a868150f
-Source1: %{name}-initramfs-hook
-Source2: %{name}-initramfs-local-top
Patch0: %{name}-selinux-static.patch
Patch1: %{name}-fix.patch
Patch2: %{name}-optflags.patch
@@ -100,19 +98,6 @@
%description initrd -l pl.UTF-8
Statycznie skonsolidowana wersja programu narzędziowego dmraid.
-%package initramfs
-Summary: Device-mapper RAID tool - support scripts for initramfs-tools
-Summary(pl.UTF-8): Narzędzie do RAID-u opartego o device-mapper - skrypty dla initramfs-tools
-Group: Base
-Requires: %{name} = %{version}-%{release}
-Requires: initramfs-tools
-
-%description initramfs
-Device-mapper RAID tool - support scripts for initramfs-tools.
-
-%description initramfs -l pl.UTF-8
-Narzędzie do RAID-u opartego o device-mapper - skrypty dla initramfs-tools.
-
%prep
%setup -q -n %{name}
mv */* ./
@@ -153,7 +138,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/%{_lib},%{_datadir}/initramfs-tools/{hooks,scripts/local-top}}
+install -d $RPM_BUILD_ROOT/%{_lib}
%{__make} install \
includedir=$RPM_BUILD_ROOT%{_includedir} \
@@ -170,9 +155,6 @@
install dmraid-initrd $RPM_BUILD_ROOT%{_libdir}/initrd/dmraid
%endif
-install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/initramfs-tools/hooks/dmraid
-install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/initramfs-tools/scripts/local-top/dmraid
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -201,17 +183,17 @@
%attr(755,root,root) %{_libdir}/initrd/dmraid
%endif
-%files initramfs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_datadir}/initramfs-tools/hooks/dmraid
-%attr(755,root,root) %{_datadir}/initramfs-tools/scripts/local-top/dmraid
-
%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.50 2012/04/28 17:29:49 baggins
+- rel 6
+- drop initramfs package, it was never properly tested, never really updated
+ and initramfs-tools functionality is obsoleted by dracut
+
Revision 1.49 2009/04/06 15:08:40 baggins
- rel 5
- proper C on geninitrd
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/dmraid/dmraid.spec?r1=1.49&r2=1.50
More information about the pld-cvs-commit
mailing list