Accepting request 242436 from Base:System
- Remove insserv dependency; the package has been moved to systemd init system - Remove redundant %clean section (forwarded request 242360 from posophe) OBS-URL: https://build.opensuse.org/request/show/242436 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=94
This commit is contained in:
commit
28a21a3331
@ -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
|
Mon Jul 7 01:52:35 UTC 2014 - nfbrown@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: sgmltool
|
BuildRequires: sgmltool
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
PreReq: %fillup_prereq %insserv_prereq /sbin/mkinitrd
|
PreReq: %fillup_prereq /sbin/mkinitrd
|
||||||
Recommends: cron
|
Recommends: cron
|
||||||
Recommends: smtp_daemon
|
Recommends: smtp_daemon
|
||||||
Obsoletes: raidtools
|
Obsoletes: raidtools
|
||||||
@ -78,14 +78,10 @@ install -d %{buildroot}%{_systemdshutdowndir}
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
%{?regenerate_initrd_post}
|
%{?regenerate_initrd_post}
|
||||||
%{insserv_cleanup}
|
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
%{?regenerate_initrd_posttrans}
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING ChangeLog README.initramfs TODO mdadm.conf-example mkinitramfs
|
%doc COPYING ChangeLog README.initramfs TODO mdadm.conf-example mkinitramfs
|
||||||
|
Loading…
Reference in New Issue
Block a user