own /etc/bash_completion.d (#870193)
This commit is contained in:
parent
8645368d56
commit
fb487bfad3
@ -1,7 +1,7 @@
|
|||||||
Summary: The basic directory layout for a Linux system
|
Summary: The basic directory layout for a Linux system
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 3.1
|
Version: 3.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://fedorahosted.org/filesystem
|
URL: https://fedorahosted.org/filesystem
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -36,11 +36,12 @@ install -p -c -m755 %SOURCE3 %{buildroot}/iso_3166.sed
|
|||||||
cd %{buildroot}
|
cd %{buildroot}
|
||||||
|
|
||||||
mkdir -p boot dev \
|
mkdir -p boot dev \
|
||||||
etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},xinetd.d,skel,sysconfig,pki} \
|
etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},xinetd.d,skel,sysconfig,pki,bash_completion.d} \
|
||||||
home media mnt opt proc root run/lock srv sys tmp \
|
home media mnt opt proc root run/lock srv sys tmp \
|
||||||
usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{games,locale,modules,sse2},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{aclocal,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,icons,idl,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11},src,src/kernels,src/debug} \
|
usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{games,locale,modules,sse2},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{aclocal,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,icons,idl,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11},src,src/kernels,src/debug} \
|
||||||
var/{adm,empty,gopher,lib/{games,misc,rpm-state},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd,uucp},tmp,db,cache,opt,games,yp}
|
var/{adm,empty,gopher,lib/{games,misc,rpm-state},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd,uucp},tmp,db,cache,opt,games,yp}
|
||||||
|
|
||||||
|
ln -snf etc/sysconfig etc/default
|
||||||
ln -snf ../var/tmp usr/tmp
|
ln -snf ../var/tmp usr/tmp
|
||||||
ln -snf spool/mail var/mail
|
ln -snf spool/mail var/mail
|
||||||
ln -snf usr/bin bin
|
ln -snf usr/bin bin
|
||||||
@ -148,6 +149,7 @@ posix.symlink("../run/lock", "/var/lock")
|
|||||||
/etc/skel
|
/etc/skel
|
||||||
/etc/sysconfig
|
/etc/sysconfig
|
||||||
/etc/pki
|
/etc/pki
|
||||||
|
/etc/bash_completion.d/
|
||||||
/home
|
/home
|
||||||
/lib
|
/lib
|
||||||
%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x
|
%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x
|
||||||
@ -227,10 +229,13 @@ posix.symlink("../run/lock", "/var/lock")
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 27 2012 Ondrej Vasik <ovasik@redhat.com> 3.2-1
|
||||||
|
- own /etc/bash_completion.d (#870193)
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Mar 29 2012 Ondrej Vasik <ovasik@redhat.com 3.1-1
|
* Thu Mar 29 2012 Ondrej Vasik <ovasik@redhat.com> 3.1-1
|
||||||
- add brx and brx_IN from iso639-3 set to lang-exceptions
|
- add brx and brx_IN from iso639-3 set to lang-exceptions
|
||||||
file (#806328)
|
file (#806328)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user