forked from pool/mdadm
Accepting request 242360 from home:posophe:branches:Base:System
- Remove insserv dependency; the package has been moved to systemd init system - Remove redundant %clean section OBS-URL: https://build.opensuse.org/request/show/242360 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=118
This commit is contained in:
parent
18396eb711
commit
252d4aff0d
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 11:48:12 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Remove insserv dependency; the package has been moved to systemd
|
||||
init system
|
||||
- Remove redundant %clean section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 01:52:35 UTC 2014 - nfbrown@suse.com
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: sgmltool
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
PreReq: %fillup_prereq %insserv_prereq /sbin/mkinitrd
|
||||
PreReq: %fillup_prereq /sbin/mkinitrd
|
||||
Recommends: cron
|
||||
Recommends: smtp_daemon
|
||||
Obsoletes: raidtools
|
||||
@ -78,14 +78,10 @@ install -d %{buildroot}%{_systemdshutdowndir}
|
||||
|
||||
%postun
|
||||
%{?regenerate_initrd_post}
|
||||
%{insserv_cleanup}
|
||||
|
||||
%posttrans
|
||||
%{?regenerate_initrd_posttrans}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING ChangeLog README.initramfs TODO mdadm.conf-example mkinitramfs
|
||||
|
Loading…
Reference in New Issue
Block a user