fix udev unit naming

This commit is contained in:
Bill Nottingham 2012-07-09 14:48:39 -04:00
parent a245890179
commit 870007dd96
2 changed files with 18 additions and 1 deletions

12
fixunit.diff Normal file
View 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

View File

@ -8,9 +8,10 @@ Version: 9.39
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://fedorahosted.org/releases/i/n/initscripts/
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
Patch1: fixunit.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: /bin/awk, sed, coreutils
Requires: /sbin/sysctl
@ -76,6 +77,7 @@ Currently, this consists of various memory checking code.
%prep
%setup -q
%patch1 -p1
%build
make
@ -313,6 +315,9 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%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
- assorted documentation cleanups
- typo, spelling, licenese clean up (<ville.skytta@iki.fi>)