.dwz symlink is needed as well (#974130)
This commit is contained in:
parent
73e32d77f9
commit
45bbc1f838
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 3.2
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://fedorahosted.org/filesystem
|
||||
Group: System Environment/Base
|
||||
@ -118,6 +118,7 @@ posix.mkdir("/usr/bin")
|
||||
posix.mkdir("/usr/sbin")
|
||||
posix.mkdir("/usr/lib")
|
||||
posix.mkdir("/usr/lib/debug")
|
||||
posix.mkdir("/usr/lib/debug/usr/")
|
||||
posix.mkdir("/usr/%{_lib}")
|
||||
posix.symlink("usr/bin", "/bin")
|
||||
posix.symlink("usr/sbin", "/sbin")
|
||||
@ -125,6 +126,7 @@ posix.symlink("usr/lib", "/lib")
|
||||
posix.symlink("usr/bin", "/usr/lib/debug/bin")
|
||||
posix.symlink("usr/lib", "/usr/lib/debug/lib")
|
||||
posix.symlink("usr/%{_lib}", "/usr/lib/debug/%{_lib}")
|
||||
posix.symlink("../.dwz", "/usr/lib/debug/usr/.dwz")
|
||||
posix.symlink("usr/sbin", "/usr/lib/debug/sbin")
|
||||
posix.symlink("usr/%{_lib}", "/%{_lib}")
|
||||
posix.mkdir("/run")
|
||||
@ -232,6 +234,9 @@ return 0
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Sun Jun 30 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-17
|
||||
- .dwz symlink is needed as well (#974130)
|
||||
|
||||
* Wed Jun 20 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-16
|
||||
- /var/run and /var/lock can't be in payload for some reason
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user