Move to Pagure.io, add ownership for /usr/share/metainfo/ (#1434008)
This commit is contained in:
parent
63bb20b848
commit
2f8c339a9f
@ -1,12 +1,11 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 3.2
|
||||
Release: 39%{?dist}
|
||||
Version: 3.3
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://fedorahosted.org/filesystem
|
||||
URL: https://pagure.io/filesystem
|
||||
Group: System Environment/Base
|
||||
# Raw source1 URL: https://fedorahosted.org/filesystem/browser/lang-exceptions?format=raw
|
||||
Source1: https://fedorahosted.org/filesystem/browser/lang-exceptions
|
||||
Source1: https://pagure.io/filesystem/raw/master/f/lang-exceptions
|
||||
Source2: iso_639.sed
|
||||
Source3: iso_3166.sed
|
||||
BuildRequires: iso-codes
|
||||
@ -34,7 +33,7 @@ cd %{buildroot}
|
||||
mkdir -p boot dev \
|
||||
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 srv sys tmp \
|
||||
usr/{bin,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{debug/usr,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,appdata,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,help,icons,idl,info,licenses,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,wayland-sessions},src,src/kernels,src/debug} \
|
||||
usr/{bin,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{debug/usr,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,appdata,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,help,icons,idl,info,licenses,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},metainfo,mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11,wayland-sessions},src,src/kernels,src/debug} \
|
||||
var/{adm,empty,ftp,gopher,lib/{games,misc,rpm-state},local,log,nis,preserve,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||
|
||||
#do not create the symlink atm.
|
||||
@ -239,6 +238,7 @@ restorecon /media 2>/dev/null >/dev/null || :
|
||||
%dir /usr/share/licenses
|
||||
%dir /usr/share/locale
|
||||
%dir /usr/share/man
|
||||
/usr/share/metainfo
|
||||
/usr/share/mime-info
|
||||
/usr/share/misc
|
||||
/usr/share/omf
|
||||
@ -274,6 +274,10 @@ restorecon /media 2>/dev/null >/dev/null || :
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Tue Mar 21 2017 Ondrej Vasik <ovasik@redhat.com> - 3.3-1
|
||||
- Move to Pagure.io
|
||||
- add ownership for /usr/share/metainfo/ (#1434008)
|
||||
|
||||
* Mon Jan 02 2017 Ondrej Vasik <ovasik@redhat.com> - 3.2-39
|
||||
- refresh lang-exceptions list - /usr/share/locale ownerships
|
||||
(#1409402, #1313421)
|
||||
|
Loading…
Reference in New Issue
Block a user