forked from pool/mdadm
Accepting request 657206 from home:jengelh:branches:Base:System
- Update description. Remove references to historic software. OBS-URL: https://build.opensuse.org/request/show/657206 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=170
This commit is contained in:
parent
c827adab74
commit
46b9e0c233
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 11 13:52:25 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update description. Remove references to historic software.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 10 01:52:35 UTC 2018 - Neil Brown <nfbrown@suse.com>
|
Mon Dec 10 01:52:35 UTC 2018 - Neil Brown <nfbrown@suse.com>
|
||||||
|
|
||||||
|
10
mdadm.spec
10
mdadm.spec
@ -34,7 +34,7 @@ BuildRequires: pkgconfig(udev)
|
|||||||
PreReq: %fillup_prereq /sbin/mkinitrd coreutils
|
PreReq: %fillup_prereq /sbin/mkinitrd coreutils
|
||||||
Recommends: smtp_daemon
|
Recommends: smtp_daemon
|
||||||
Url: http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
Url: http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
||||||
Summary: Utility for Configuring MD Setup
|
Summary: Utility for configuring "MD" software RAID devices
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -55,9 +55,7 @@ Patch1001: 1001-display-timeout-status.patch
|
|||||||
%define _systemdshutdowndir %{_unitdir}/../system-shutdown
|
%define _systemdshutdowndir %{_unitdir}/../system-shutdown
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mdadm is a program that can be used to control Linux md devices. It is
|
mdadm is a program that can be used to control Linux md devices.
|
||||||
intended to provide all the functionality of the mdtools and raidtools
|
|
||||||
programs but with a very different interface.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a1
|
%setup -q -a1
|
||||||
@ -73,13 +71,13 @@ programs but with a very different interface.
|
|||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error" SUSE=yes
|
make %{?_smp_mflags} CC="%__cc" CXFLAGS="%{optflags} -Wno-error" SUSE=yes
|
||||||
cd Software-RAID.HOWTO
|
cd Software-RAID.HOWTO
|
||||||
sgml2html Software-RAID.HOWTO.sgml
|
sgml2html Software-RAID.HOWTO.sgml
|
||||||
sgml2txt Software-RAID.HOWTO.sgml
|
sgml2txt Software-RAID.HOWTO.sgml
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install install-systemd install-udev DESTDIR=%{buildroot} SYSTEMD_DIR=%{_unitdir} UDEVDIR=%{_udevdir} SUSE=yes
|
%make_install install-systemd install-udev SYSTEMD_DIR=%{_unitdir} UDEVDIR=%{_udevdir} SUSE=yes
|
||||||
rm -rf %{buildroot}/lib/udev
|
rm -rf %{buildroot}/lib/udev
|
||||||
install -d %{buildroot}%{_fillupdir}
|
install -d %{buildroot}%{_fillupdir}
|
||||||
install -d %{buildroot}/usr/share/mdadm
|
install -d %{buildroot}/usr/share/mdadm
|
||||||
|
Loading…
Reference in New Issue
Block a user