fix udev unit naming
This commit is contained in:
parent
a245890179
commit
870007dd96
12
fixunit.diff
Normal file
12
fixunit.diff
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up initscripts-9.39/systemd/system/fedora-wait-storage.service.old initscripts-9.39/systemd/system/fedora-wait-storage.service
|
||||||
|
--- initscripts-9.39/systemd/system/fedora-wait-storage.service.old 2012-06-29 16:28:04.000000000 -0400
|
||||||
|
+++ initscripts-9.39/systemd/system/fedora-wait-storage.service 2012-07-09 14:47:30.288511989 -0400
|
||||||
|
@@ -4,7 +4,7 @@ DefaultDependencies=no
|
||||||
|
Conflicts=shutdown.target
|
||||||
|
After=systemd-udev-settle.service
|
||||||
|
Before=local-fs.target shutdown.target
|
||||||
|
-Wants=systemd-udev.service systemd-udev-settle.service
|
||||||
|
+Wants=systemd-udev-settle.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=-/sbin/rmmod scsi_wait_scan
|
@ -8,9 +8,10 @@ Version: 9.39
|
|||||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||||
License: GPLv2 and GPLv2+
|
License: GPLv2 and GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://fedorahosted.org/releases/i/n/initscripts/
|
URL: http://fedorahosted.org/releases/i/n/initscripts/
|
||||||
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
|
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
|
||||||
|
Patch1: fixunit.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: /bin/awk, sed, coreutils
|
Requires: /bin/awk, sed, coreutils
|
||||||
Requires: /sbin/sysctl
|
Requires: /sbin/sysctl
|
||||||
@ -76,6 +77,7 @@ Currently, this consists of various memory checking code.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -313,6 +315,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/profile.d/debug*
|
/etc/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 09 2012 Bill Nottingham <notting@redhat.com> - 9.39-2
|
||||||
|
- fix udev unit naming
|
||||||
|
|
||||||
* Fri Jun 29 2012 Bill Nottingham <notting@redhat.com> - 9.39-1
|
* Fri Jun 29 2012 Bill Nottingham <notting@redhat.com> - 9.39-1
|
||||||
- assorted documentation cleanups
|
- assorted documentation cleanups
|
||||||
- typo, spelling, licenese clean up (<ville.skytta@iki.fi>)
|
- typo, spelling, licenese clean up (<ville.skytta@iki.fi>)
|
||||||
|
Loading…
Reference in New Issue
Block a user