- package /lib/udev/devices/loop* to allow on demand loading of the
loop module (bnc#661715) OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=198
This commit is contained in:
parent
9bd094d13b
commit
3f4d0570ee
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 10:27:57 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- package /lib/udev/devices/loop* to allow on demand loading of the
|
||||
loop module (bnc#661715)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 08:42:14 UTC 2011 - lnussel@suse.de
|
||||
|
||||
|
@ -104,6 +104,9 @@ popd
|
||||
for i in passwd group shadow gshadow ; do
|
||||
touch $RPM_BUILD_ROOT/var/adm/fillup-templates/$i.aaa_base
|
||||
done
|
||||
#
|
||||
# loop module auto loading bnc#661715
|
||||
mkdir -p $RPM_BUILD_ROOT/lib/udev/devices
|
||||
|
||||
%pre -f ../scripts/aaa_base.pre
|
||||
|
||||
@ -219,6 +222,16 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
/var/adm/fillup-templates/sysconfig.suseconfig
|
||||
/var/adm/fillup-templates/sysconfig.sysctl
|
||||
/var/adm/fillup-templates/sysconfig.windowmanager
|
||||
%dir /lib/udev
|
||||
%dir /lib/udev/devices
|
||||
%attr(660,root,disk) %dev(b,7,0) /lib/udev/devices/loop0
|
||||
%attr(660,root,disk) %dev(b,7,1) /lib/udev/devices/loop1
|
||||
%attr(660,root,disk) %dev(b,7,2) /lib/udev/devices/loop2
|
||||
%attr(660,root,disk) %dev(b,7,3) /lib/udev/devices/loop3
|
||||
%attr(660,root,disk) %dev(b,7,4) /lib/udev/devices/loop4
|
||||
%attr(660,root,disk) %dev(b,7,5) /lib/udev/devices/loop5
|
||||
%attr(660,root,disk) %dev(b,7,6) /lib/udev/devices/loop6
|
||||
%attr(660,root,disk) %dev(b,7,7) /lib/udev/devices/loop7
|
||||
|
||||
%files extras
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:981b012dad0ed38ad66e495068afa513be6db7d480a12c4dba6698b5239d4002
|
||||
size 81991
|
||||
oid sha256:db0add8213294a874b9787790517bd148ba7b2606f34a64a7ead7554714cf1ce
|
||||
size 81999
|
||||
|
Loading…
Reference in New Issue
Block a user