udev-071
This commit is contained in:
parent
7ec47ce06c
commit
4e926cc718
4 changed files with 6 additions and 12 deletions
|
|
@ -1 +1 @@
|
|||
udev-069.tar.bz2
|
||||
udev-071.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4693092422576c258b8b068811de559c udev-069.tar.bz2
|
||||
6325fda7a6f29ef9fce3bcf73db3ad89 udev-071.tar.bz2
|
||||
|
|
|
|||
|
|
@ -222,6 +222,7 @@ LANG=C awk "\$2 == \"${udev_root%/}\" && \$3 == \"tmpfs\" { exit 1 }" /proc/moun
|
|||
rm -fr "$udev_db"
|
||||
make_extra_nodes
|
||||
kill_udevd > "$udev_root/null" 2>&1
|
||||
udevd -d
|
||||
scsi_replay > "$udev_root/null" 2>&1
|
||||
ret=$[$ret + $?]
|
||||
ide_scan > "$udev_root/null" 2>&1
|
||||
|
|
|
|||
13
udev.spec
13
udev.spec
|
|
@ -40,11 +40,6 @@ Source24: path_id
|
|||
|
||||
Source30: firmware_helper.c
|
||||
|
||||
Patch1: udev-062-build.patch
|
||||
Patch2: udev-069-install.patch
|
||||
Patch50: udev-039-scsi_id-tmp_dir.patch
|
||||
Patch51: udev-069-sepol.patch
|
||||
|
||||
ExclusiveOS: Linux
|
||||
URL: http://kernel.org/pub/linux/utils/kernel/hotplug/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
|
@ -79,11 +74,6 @@ udev-persistent enables persistent device naming with udev.
|
|||
%prep
|
||||
%setup -q
|
||||
|
||||
#%patch1 -p1 -b .build
|
||||
#%patch2 -p1 -b .mkinst
|
||||
#%patch50 -p1 -b .tmp_dir
|
||||
#%patch51 -p1 -b .sepol
|
||||
|
||||
cp %{SOURCE21} .
|
||||
|
||||
%build
|
||||
|
|
@ -312,6 +302,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 25 2005 Harald Hoyer <harald@redhat.com> - 071-1
|
||||
- version 071
|
||||
|
||||
* Mon Oct 10 2005 Harald Hoyer <harald@redhat.com> - 069-10
|
||||
- removed group usb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue