public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/filesystem] rawhide: Add missing ownership for /usr/share/man/man3t
@ 2026-06-02 5:12 Martin Osvald
0 siblings, 0 replies; only message in thread
From: Martin Osvald @ 2026-06-02 5:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/filesystem
Branch : rawhide
Commit : 254091042a3e504c6b6a2d10d57bccc88d550fb7
Author : Martin Osvald <mosvald@redhat.com>
Date : 2026-03-15T14:41:52+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/filesystem/c/254091042a3e504c6b6a2d10d57bccc88d550fb7?branch=rawhide
Log:
Add missing ownership for /usr/share/man/man3t
- Resolves: rhbz#2283302
---
diff --git a/filesystem.spec b/filesystem.spec
index 29622e2..5843f92 100644
--- a/filesystem.spec
+++ b/filesystem.spec
@@ -78,7 +78,7 @@ Paths=(
afs boot dev \
etc/{X11/{applnk,fontpath.d,xinit/{xinitrc,xinput}.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},skel,sysconfig,keys/ima,pki,bash_completion.d,default,rwtab.d,statetab.d} \
home media mnt opt root run srv tmp \
- usr/{bin,games,include,%{_lib}/{bpf,games,X11,pkgconfig},lib/{debug/{.dwz,usr},games,locale,modules,sysimage,systemd/{system,user},swidtag,sysusers.d,tmpfiles.d},libexec,local/{bin,etc,games,lib,%{_lib}/bpf,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,},share/{aclocal,appdata,applications,augeas/lenses,backgrounds,bash-completion{,/completions,/helpers},desktop-directories,dict,doc,empty,fish/vendor_completions.d,games,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,2const,2type,3const,3head,3type},metainfo,mime-info,misc,modulefiles,omf,pixmaps,pkgconfig,sounds,themes,xsessions,X11/fonts,wayland-sessions,zsh/site-functions},src,src/kernels,src/debug} \
+ usr/{bin,games,include,%{_lib}/{bpf,games,X11,pkgconfig},lib/{debug/{.dwz,usr},games,locale,modules,sysimage,systemd/{system,user},swidtag,sysusers.d,tmpfiles.d},libexec,local/{bin,etc,games,lib,%{_lib}/bpf,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,},share/{aclocal,appdata,applications,augeas/lenses,backgrounds,bash-completion{,/completions,/helpers},desktop-directories,dict,doc,empty,fish/vendor_completions.d,games,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,2const,2type,3const,3head,3t,3type},metainfo,mime-info,misc,modulefiles,omf,pixmaps,pkgconfig,sounds,themes,xsessions,X11/fonts,wayland-sessions,zsh/site-functions},src,src/kernels,src/debug} \
var/{adm,empty,ftp,lib/{games,misc,rpm-state},local,log,nis,preserve,spool/{mail,lpd},tmp,db,cache/bpf,opt,games,yp}
)
for i in "${Paths[@]}"; do
@@ -139,7 +139,7 @@ while read locale; do
fi
done < <(cat %{SOURCE1} | grep -E -v '^#|^[[:space:]]*$')
-for i in man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p,2const,2type,3const,3head,3type}; do
+for i in man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p,2const,2type,3const,3head,3t,3type}; do
echo "/usr/share/man/$i" >>$RPM_BUILD_DIR/filelist
done
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-02 5:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-02 5:12 [rpms/filesystem] rawhide: Add missing ownership for /usr/share/man/man3t Martin Osvald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox