forked from pool/util-linux
Accepting request 1071401 from home:dgarcia:branches:Base:System
- Redistribute file entries to make sure that the files goes to the corresponding subpackage, util-linux or util-linux-systemd. This change places almost all binaries (and the corresponding man pages and bash-completion files) in the util-linux package and just some of them in the util-linux-systemd: - /usr/bin/findmnt - /usr/bin/logger - /usr/bin/lsblk - /usr/bin/lslogins - /usr/sbin/rcfstrim (bsc#1207023) OBS-URL: https://build.opensuse.org/request/show/1071401 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=503
This commit is contained in:
parent
91bafd44ec
commit
9999368afe
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 13 12:40:13 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Redistribute file entries to make sure that the files goes to the
|
||||||
|
corresponding subpackage, util-linux or util-linux-systemd
|
||||||
|
(bsc#1207023)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 8 22:22:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Wed Mar 8 22:22:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
881
util-linux.spec
881
util-linux.spec
@ -592,10 +592,10 @@ rm -f %{buildroot}%{_mandir}/man8/fdisk.8*
|
|||||||
|
|
||||||
# create list of setarch(8) symlinks
|
# create list of setarch(8) symlinks
|
||||||
find %{buildroot}%{_mandir}/man8 -regextype posix-egrep \
|
find %{buildroot}%{_mandir}/man8 -regextype posix-egrep \
|
||||||
-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|parisc|parisc32|parisc64)\.8.*" \
|
-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|parisc|parisc32|parisc64|uname26)\.8.*" \
|
||||||
-printf "%{_mandir}/man8/%f*\n" >> %{name}.files
|
-printf "%{_mandir}/man8/%f*\n" >> %{name}.files
|
||||||
find %{buildroot}%{_bindir}/ -regextype posix-egrep -type l \
|
find %{buildroot}%{_bindir}/ -regextype posix-egrep -type l \
|
||||||
-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|parisc|parisc32|parisc64)$" \
|
-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|parisc|parisc32|parisc64|uname26)$" \
|
||||||
-printf "%{_bindir}/%f\n" >> %{name}.files
|
-printf "%{_bindir}/%f\n" >> %{name}.files
|
||||||
mkdir -p %{buildroot}/run/uuidd
|
mkdir -p %{buildroot}/run/uuidd
|
||||||
|
|
||||||
@ -848,32 +848,32 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%if %{defined no_config}
|
%if %{defined no_config}
|
||||||
%{_pam_vendordir}/login
|
%core %{_pam_vendordir}/login
|
||||||
%{_pam_vendordir}/remote
|
%core %{_pam_vendordir}/remote
|
||||||
%{_pam_vendordir}/runuser
|
%core %{_pam_vendordir}/runuser
|
||||||
%{_pam_vendordir}/runuser-l
|
%core %{_pam_vendordir}/runuser-l
|
||||||
%{_pam_vendordir}/su
|
%core %{_pam_vendordir}/su
|
||||||
%{_pam_vendordir}/su-l
|
%core %{_pam_vendordir}/su-l
|
||||||
|
|
||||||
%if 0%{?suse_version} <= 1520
|
%if 0%{?suse_version} <= 1520
|
||||||
%dir %{_distconfdir}/default
|
%core %dir %{_distconfdir}/default
|
||||||
%endif
|
%endif
|
||||||
# suse_version <= 1520
|
# suse_version <= 1520
|
||||||
|
|
||||||
%{_distconfdir}/default/runuser
|
%core %{_distconfdir}/default/runuser
|
||||||
%{_distconfdir}/default/su
|
%core %{_distconfdir}/default/su
|
||||||
|
|
||||||
%else
|
%else
|
||||||
# ! defined no_config
|
# ! defined no_config
|
||||||
|
|
||||||
%config(noreplace) %{_pam_vendordir}/login
|
%core %config(noreplace) %{_pam_vendordir}/login
|
||||||
%config(noreplace) %{_pam_vendordir}/remote
|
%core %config(noreplace) %{_pam_vendordir}/remote
|
||||||
%config(noreplace) %{_pam_vendordir}/runuser
|
%core %config(noreplace) %{_pam_vendordir}/runuser
|
||||||
%config(noreplace) %{_pam_vendordir}/runuser-l
|
%core %config(noreplace) %{_pam_vendordir}/runuser-l
|
||||||
%config(noreplace) %{_pam_vendordir}/su
|
%core %config(noreplace) %{_pam_vendordir}/su
|
||||||
%config(noreplace) %{_pam_vendordir}/su-l
|
%core %config(noreplace) %{_pam_vendordir}/su-l
|
||||||
%config(noreplace) %{_sysconfdir}/default/runuser
|
%core %config(noreplace) %{_sysconfdir}/default/runuser
|
||||||
%config(noreplace) %{_sysconfdir}/default/su
|
%core %config(noreplace) %{_sysconfdir}/default/su
|
||||||
%endif
|
%endif
|
||||||
# defined no_config
|
# defined no_config
|
||||||
|
|
||||||
@ -881,161 +881,161 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
|
|
||||||
%if %{ul_extra_bin_sbin}
|
%if %{ul_extra_bin_sbin}
|
||||||
%exclude /bin/findmnt
|
%exclude /bin/findmnt
|
||||||
/bin/kill
|
%core /bin/kill
|
||||||
%verify(not mode) %attr(%ul_suid,root,root) /bin/su
|
%core %verify(not mode) %attr(%ul_suid,root,root) /bin/su
|
||||||
/bin/dmesg
|
%core /bin/dmesg
|
||||||
/bin/more
|
%core /bin/more
|
||||||
%verify(not mode) %attr(%ul_suid,root,root) /bin/mount
|
%core %verify(not mode) %attr(%ul_suid,root,root) /bin/mount
|
||||||
%verify(not mode) %attr(%ul_suid,root,root) /bin/umount
|
%core %verify(not mode) %attr(%ul_suid,root,root) /bin/umount
|
||||||
/bin/login
|
%core /bin/login
|
||||||
|
%core /sbin/agetty
|
||||||
|
%core /sbin/blockdev
|
||||||
|
%core /sbin/ctrlaltdel
|
||||||
|
%core /sbin/fsck.minix
|
||||||
|
%core /sbin/fsck.cramfs
|
||||||
|
%core /sbin/losetup
|
||||||
|
%core /sbin/mkfs
|
||||||
|
%core /sbin/mkfs.bfs
|
||||||
|
%core /sbin/mkfs.minix
|
||||||
|
%core /sbin/mkfs.cramfs
|
||||||
|
%core /sbin/mkswap
|
||||||
|
%core /sbin/nologin
|
||||||
|
%core /sbin/pivot_root
|
||||||
|
%core /sbin/swapoff
|
||||||
|
%core /sbin/swapon
|
||||||
|
%core /sbin/blkid
|
||||||
|
%core /sbin/findfs
|
||||||
|
%core /sbin/fsck
|
||||||
|
%core /sbin/switch_root
|
||||||
|
%core /sbin/wipefs
|
||||||
|
%core /sbin/fsfreeze
|
||||||
|
%core /sbin/swaplabel
|
||||||
|
%core /sbin/fstrim
|
||||||
|
%core /sbin/chcpu
|
||||||
|
|
||||||
%exclude /bin/logger
|
%exclude /bin/logger
|
||||||
%exclude /bin/lsblk
|
%exclude /bin/lsblk
|
||||||
/sbin/agetty
|
|
||||||
/sbin/blockdev
|
|
||||||
/sbin/ctrlaltdel
|
|
||||||
/sbin/fsck.minix
|
|
||||||
/sbin/fsck.cramfs
|
|
||||||
/sbin/losetup
|
|
||||||
/sbin/mkfs
|
|
||||||
/sbin/mkfs.bfs
|
|
||||||
/sbin/mkfs.minix
|
|
||||||
/sbin/mkfs.cramfs
|
|
||||||
/sbin/mkswap
|
|
||||||
/sbin/nologin
|
|
||||||
/sbin/pivot_root
|
|
||||||
/sbin/swapoff
|
|
||||||
/sbin/swapon
|
|
||||||
/sbin/blkid
|
|
||||||
/sbin/findfs
|
|
||||||
/sbin/fsck
|
|
||||||
/sbin/switch_root
|
|
||||||
/sbin/wipefs
|
|
||||||
/sbin/fsfreeze
|
|
||||||
/sbin/swaplabel
|
|
||||||
/sbin/fstrim
|
|
||||||
/sbin/chcpu
|
|
||||||
%endif
|
%endif
|
||||||
# ul_extra_bin_sbin
|
# ul_extra_bin_sbin
|
||||||
|
|
||||||
%{_bindir}/kill
|
%core %{_bindir}/kill
|
||||||
%verify(not mode) %attr(%ul_suid,root,root) %{_bindir}/su
|
%core %verify(not mode) %attr(%ul_suid,root,root) %{_bindir}/su
|
||||||
%{_bindir}/eject
|
%core %{_bindir}/eject
|
||||||
%{_bindir}/cal
|
%core %{_bindir}/cal
|
||||||
%{_bindir}/chmem
|
%core %{_bindir}/chmem
|
||||||
%{_bindir}/choom
|
%core %{_bindir}/choom
|
||||||
%{_bindir}/chrt
|
%core %{_bindir}/chrt
|
||||||
%{_bindir}/col
|
%core %{_bindir}/col
|
||||||
%{_bindir}/colcrt
|
%core %{_bindir}/colcrt
|
||||||
%{_bindir}/colrm
|
%core %{_bindir}/colrm
|
||||||
%{_bindir}/column
|
%core %{_bindir}/column
|
||||||
%{_bindir}/dmesg
|
%core %{_bindir}/dmesg
|
||||||
%{_bindir}/fallocate
|
%core %{_bindir}/fallocate
|
||||||
%{_bindir}/fincore
|
%core %{_bindir}/fincore
|
||||||
|
|
||||||
%{_bindir}/flock
|
%core %{_bindir}/flock
|
||||||
%{_bindir}/getopt
|
%core %{_bindir}/getopt
|
||||||
%{_bindir}/hardlink
|
%core %{_bindir}/hardlink
|
||||||
%{_bindir}/hexdump
|
%core %{_bindir}/hexdump
|
||||||
%{_bindir}/ionice
|
%core %{_bindir}/ionice
|
||||||
%{_bindir}/ipcmk
|
%core %{_bindir}/ipcmk
|
||||||
%{_bindir}/ipcrm
|
%core %{_bindir}/ipcrm
|
||||||
%{_bindir}/ipcs
|
%core %{_bindir}/ipcs
|
||||||
%{_bindir}/irqtop
|
%core %{_bindir}/irqtop
|
||||||
%{_bindir}/isosize
|
%core %{_bindir}/isosize
|
||||||
%{_bindir}/last
|
%core %{_bindir}/last
|
||||||
%{_bindir}/lastb
|
%core %{_bindir}/lastb
|
||||||
%{_bindir}/line
|
%core %{_bindir}/line
|
||||||
%{_bindir}/look
|
%core %{_bindir}/look
|
||||||
|
|
||||||
%if !%{ul_extra_bin_sbin}
|
%if !%{ul_extra_bin_sbin}
|
||||||
%{_bindir}/login
|
%core %{_bindir}/login
|
||||||
%endif
|
%endif
|
||||||
# ul_extra_bin_sbin
|
# ul_extra_bin_sbin
|
||||||
|
|
||||||
%{_bindir}/lscpu
|
%core %{_bindir}/lscpu
|
||||||
%{_bindir}/lsfd
|
%core %{_bindir}/lsfd
|
||||||
%{_bindir}/lsipc
|
%core %{_bindir}/lsipc
|
||||||
%{_bindir}/lsirq
|
%core %{_bindir}/lsirq
|
||||||
%{_bindir}/lslocks
|
%core %{_bindir}/lslocks
|
||||||
%{_bindir}/lsmem
|
%core %{_bindir}/lsmem
|
||||||
%{_bindir}/lsns
|
%core %{_bindir}/lsns
|
||||||
%{_bindir}/mcookie
|
%core %{_bindir}/mcookie
|
||||||
%{_bindir}/more
|
%core %{_bindir}/more
|
||||||
%verify(not mode) %attr(%ul_suid,root,root) %{_bindir}/mount
|
%core %verify(not mode) %attr(%ul_suid,root,root) %{_bindir}/mount
|
||||||
%{_bindir}/namei
|
%core %{_bindir}/namei
|
||||||
%{_bindir}/nsenter
|
%core %{_bindir}/nsenter
|
||||||
%{_bindir}/prlimit
|
%core %{_bindir}/prlimit
|
||||||
%{_bindir}/rename
|
%core %{_bindir}/rename
|
||||||
%{_bindir}/renice
|
%core %{_bindir}/renice
|
||||||
%{_bindir}/rev
|
%core %{_bindir}/rev
|
||||||
%{_bindir}/script
|
%core %{_bindir}/script
|
||||||
%{_bindir}/scriptlive
|
%core %{_bindir}/scriptlive
|
||||||
%{_bindir}/scriptreplay
|
%core %{_bindir}/scriptreplay
|
||||||
%{_bindir}/setarch
|
%core %{_bindir}/setarch
|
||||||
%{_bindir}/setpriv
|
%core %{_bindir}/setpriv
|
||||||
%{_bindir}/setsid
|
%core %{_bindir}/setsid
|
||||||
%{_bindir}/taskset
|
%core %{_bindir}/taskset
|
||||||
%{_bindir}/uclampset
|
%core %{_bindir}/uclampset
|
||||||
%{_bindir}/ul
|
%core %{_bindir}/ul
|
||||||
%verify(not mode)%attr(%ul_suid,root,root) %{_bindir}/umount
|
%core %verify(not mode)%attr(%ul_suid,root,root) %{_bindir}/umount
|
||||||
%{_bindir}/unshare
|
%core %{_bindir}/unshare
|
||||||
%{_bindir}/mountpoint
|
%core %{_bindir}/mountpoint
|
||||||
%{_bindir}/utmpdump
|
%core %{_bindir}/utmpdump
|
||||||
%{_bindir}/uuidgen
|
%core %{_bindir}/uuidgen
|
||||||
%{_bindir}/uuidparse
|
%core %{_bindir}/uuidparse
|
||||||
%{_bindir}/uname26
|
%core %{_bindir}/uname26
|
||||||
%{_bindir}/wdctl
|
%core %{_bindir}/wdctl
|
||||||
%{_sbindir}/addpart
|
%core %{_sbindir}/addpart
|
||||||
%{_sbindir}/agetty
|
%core %{_sbindir}/agetty
|
||||||
%{_sbindir}/blkid
|
%core %{_sbindir}/blkid
|
||||||
%{_sbindir}/blkdiscard
|
%core %{_sbindir}/blkdiscard
|
||||||
# blkzone depends on linux/blkzoned.h
|
|
||||||
|
|
||||||
|
# blkzone depends on linux/blkzoned.h
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
%{_sbindir}/blkzone
|
%core %{_sbindir}/blkzone
|
||||||
%endif
|
%endif
|
||||||
# suse_version >= 1330
|
# suse_version >= 1330
|
||||||
|
|
||||||
%{_sbindir}/blockdev
|
%core %{_sbindir}/blockdev
|
||||||
%{_sbindir}/chcpu
|
%core %{_sbindir}/chcpu
|
||||||
%{_sbindir}/ctrlaltdel
|
%core %{_sbindir}/ctrlaltdel
|
||||||
%{_sbindir}/delpart
|
%core %{_sbindir}/delpart
|
||||||
%{_sbindir}/findfs
|
%core %{_sbindir}/findfs
|
||||||
%{_sbindir}/fsck
|
%core %{_sbindir}/fsck
|
||||||
%{_sbindir}/fsck.minix
|
%core %{_sbindir}/fsck.minix
|
||||||
%{_sbindir}/fsck.cramfs
|
%core %{_sbindir}/fsck.cramfs
|
||||||
%{_sbindir}/fsfreeze
|
%core %{_sbindir}/fsfreeze
|
||||||
%{_sbindir}/fstrim
|
%core %{_sbindir}/fstrim
|
||||||
%{_sbindir}/ldattach
|
%core %{_sbindir}/ldattach
|
||||||
%{_sbindir}/losetup
|
%core %{_sbindir}/losetup
|
||||||
%{_sbindir}/mkfs
|
%core %{_sbindir}/mkfs
|
||||||
%{_sbindir}/mkfs.bfs
|
%core %{_sbindir}/mkfs.bfs
|
||||||
%{_sbindir}/mkfs.minix
|
%core %{_sbindir}/mkfs.minix
|
||||||
%{_sbindir}/mkfs.cramfs
|
%core %{_sbindir}/mkfs.cramfs
|
||||||
%{_sbindir}/mkswap
|
%core %{_sbindir}/mkswap
|
||||||
%{_sbindir}/nologin
|
%core %{_sbindir}/nologin
|
||||||
%{_sbindir}/partx
|
%core %{_sbindir}/partx
|
||||||
%{_sbindir}/pivot_root
|
%core %{_sbindir}/pivot_root
|
||||||
%{_sbindir}/resizepart
|
%core %{_sbindir}/resizepart
|
||||||
%{_sbindir}/rfkill
|
%core %{_sbindir}/rfkill
|
||||||
%{_sbindir}/rtcwake
|
%core %{_sbindir}/rtcwake
|
||||||
%{_sbindir}/runuser
|
%core %{_sbindir}/runuser
|
||||||
%{_sbindir}/sulogin
|
%core %{_sbindir}/sulogin
|
||||||
%{_sbindir}/swaplabel
|
%core %{_sbindir}/swaplabel
|
||||||
%{_sbindir}/swapoff
|
%core %{_sbindir}/swapoff
|
||||||
%{_sbindir}/swapon
|
%core %{_sbindir}/swapon
|
||||||
%{_sbindir}/switch_root
|
%core %{_sbindir}/switch_root
|
||||||
%{_sbindir}/wipefs
|
%core %{_sbindir}/wipefs
|
||||||
%{_bindir}/whereis
|
%core %{_bindir}/whereis
|
||||||
%{_sbindir}/zramctl
|
%core %{_sbindir}/zramctl
|
||||||
%{_sbindir}/flushb
|
%core %{_sbindir}/flushb
|
||||||
%{_sbindir}/readprofile
|
%core %{_sbindir}/readprofile
|
||||||
# These directories should be owned by bash-completion. But we don't want to
|
# These directories should be owned by bash-completion. But we don't want to
|
||||||
# install them on build, so own these two directories:
|
# install them on build, so own these two directories:
|
||||||
%dir %{_datadir}/bash-completion
|
%core %dir %{_datadir}/bash-completion
|
||||||
%dir %{_datadir}/bash-completion/completions
|
%core %dir %{_datadir}/bash-completion/completions
|
||||||
%{_datadir}/bash-completion/completions/*
|
|
||||||
#
|
|
||||||
%exclude %{_datadir}/bash-completion/completions/uuidd
|
%exclude %{_datadir}/bash-completion/completions/uuidd
|
||||||
|
|
||||||
# tty-tools package
|
# tty-tools package
|
||||||
@ -1109,6 +1109,115 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%endif
|
%endif
|
||||||
# narch s390
|
# narch s390
|
||||||
|
|
||||||
|
%core %{_mandir}/man1/kill.1.gz
|
||||||
|
%core %{_mandir}/man1/su.1.gz
|
||||||
|
%core %{_mandir}/man1/cal.1.gz
|
||||||
|
%core %{_mandir}/man1/choom.1.gz
|
||||||
|
%core %{_mandir}/man1/chrt.1.gz
|
||||||
|
%core %{_mandir}/man1/col.1.gz
|
||||||
|
%core %{_mandir}/man1/colcrt.1.gz
|
||||||
|
%core %{_mandir}/man1/colrm.1.gz
|
||||||
|
%core %{_mandir}/man1/column.1.gz
|
||||||
|
%core %{_mandir}/man1/dmesg.1.gz
|
||||||
|
%core %{_mandir}/man1/eject.1.gz
|
||||||
|
%core %{_mandir}/man1/fallocate.1.gz
|
||||||
|
%core %{_mandir}/man1/fincore.1.gz
|
||||||
|
%core %{_mandir}/man1/flock.1.gz
|
||||||
|
%core %{_mandir}/man1/getopt.1.gz
|
||||||
|
%core %{_mandir}/man1/hardlink.1.gz
|
||||||
|
%core %{_mandir}/man1/hexdump.1.gz
|
||||||
|
%core %{_mandir}/man1/ipcrm.1.gz
|
||||||
|
%core %{_mandir}/man1/ipcs.1.gz
|
||||||
|
%core %{_mandir}/man1/last.1.gz
|
||||||
|
%core %{_mandir}/man1/lastb.1.gz
|
||||||
|
%core %{_mandir}/man1/line.1.gz
|
||||||
|
%core %{_mandir}/man1/login.1.gz
|
||||||
|
%core %{_mandir}/man1/look.1.gz
|
||||||
|
%core %{_mandir}/man1/lscpu.1.gz
|
||||||
|
%core %{_mandir}/man1/lsfd.1.gz
|
||||||
|
%core %{_mandir}/man1/lsipc.1.gz
|
||||||
|
%core %{_mandir}/man1/lsirq.1.gz
|
||||||
|
%core %{_mandir}/man1/lsmem.1.gz
|
||||||
|
%core %{_mandir}/man1/mcookie.1.gz
|
||||||
|
%core %{_mandir}/man1/more.1.gz
|
||||||
|
%core %{_mandir}/man1/namei.1.gz
|
||||||
|
%core %{_mandir}/man1/nsenter.1.gz
|
||||||
|
%core %{_mandir}/man1/ionice.1.gz
|
||||||
|
%core %{_mandir}/man1/irqtop.1.gz
|
||||||
|
%core %{_mandir}/man1/prlimit.1.gz
|
||||||
|
%core %{_mandir}/man1/rename.1.gz
|
||||||
|
%core %{_mandir}/man1/rev.1.gz
|
||||||
|
%core %{_mandir}/man1/renice.1.gz
|
||||||
|
%core %{_mandir}/man1/setpriv.1.gz
|
||||||
|
%core %{_mandir}/man1/setsid.1.gz
|
||||||
|
%core %{_mandir}/man1/script.1.gz
|
||||||
|
%core %{_mandir}/man1/scriptlive.1.gz
|
||||||
|
%core %{_mandir}/man1/scriptreplay.1.gz
|
||||||
|
%core %{_mandir}/man1/setterm.1.gz
|
||||||
|
%core %{_mandir}/man1/taskset.1.gz
|
||||||
|
%core %{_mandir}/man1/ul.1.gz
|
||||||
|
%core %{_mandir}/man1/unshare.1.gz
|
||||||
|
%core %{_mandir}/man1/whereis.1.gz
|
||||||
|
%core %{_mandir}/man1/ipcmk.1.gz
|
||||||
|
%core %{_mandir}/man1/mountpoint.1.gz
|
||||||
|
%core %{_mandir}/man1/runuser.1.gz
|
||||||
|
%core %{_mandir}/man1/uclampset.1.gz
|
||||||
|
%core %{_mandir}/man1/utmpdump.1.gz
|
||||||
|
%core %{_mandir}/man1/uuidgen.1.gz
|
||||||
|
%core %{_mandir}/man1/uuidparse.1.gz
|
||||||
|
%core %{_mandir}/man5/adjtime_config.5.gz
|
||||||
|
%core %{_mandir}/man5/fstab.5.gz
|
||||||
|
%core %{_mandir}/man5/terminal-colors.d.5.gz
|
||||||
|
%core %{_mandir}/man8/addpart.8.gz
|
||||||
|
%core %{_mandir}/man8/agetty.8.gz
|
||||||
|
|
||||||
|
%if 0%{?suse_version} >= 1330
|
||||||
|
%core %{_mandir}/man8/blkzone.8.gz
|
||||||
|
%endif
|
||||||
|
# suse_version >= 1330
|
||||||
|
|
||||||
|
%core %{_mandir}/man8/blockdev.8.gz
|
||||||
|
%core %{_mandir}/man8/chmem.8.gz
|
||||||
|
%core %{_mandir}/man8/ctrlaltdel.8.gz
|
||||||
|
%core %{_mandir}/man8/delpart.8.gz
|
||||||
|
%core %{_mandir}/man8/blkid.8.gz
|
||||||
|
%core %{_mandir}/man8/blkdiscard.8.gz
|
||||||
|
%core %{_mandir}/man8/switch_root.8.gz
|
||||||
|
%core %{_mandir}/man8/mkfs.bfs.8.gz
|
||||||
|
%core %{_mandir}/man8/mkfs.minix.8.gz
|
||||||
|
%core %{_mandir}/man8/findfs.8.gz
|
||||||
|
%core %{_mandir}/man8/fsck.8.gz
|
||||||
|
%core %{_mandir}/man8/fsck.cramfs.8.gz
|
||||||
|
%core %{_mandir}/man8/fsck.minix.8.gz
|
||||||
|
%core %{_mandir}/man8/isosize.8.gz
|
||||||
|
%core %{_mandir}/man8/ldattach.8.gz
|
||||||
|
%core %{_mandir}/man8/losetup.8.gz
|
||||||
|
%core %{_mandir}/man8/lslocks.8.gz
|
||||||
|
%core %{_mandir}/man8/lsns.8.gz
|
||||||
|
%core %{_mandir}/man8/mkfs.8.gz
|
||||||
|
%core %{_mandir}/man8/mkfs.cramfs.8.gz
|
||||||
|
%core %{_mandir}/man8/mkswap.8.gz
|
||||||
|
%core %{_mandir}/man8/mount.8.gz
|
||||||
|
%core %{_mandir}/man8/nologin.8.gz
|
||||||
|
%core %{_mandir}/man8/fsfreeze.8.gz
|
||||||
|
%core %{_mandir}/man8/swaplabel.8.gz
|
||||||
|
%core %{_mandir}/man8/readprofile.8.gz
|
||||||
|
%core %{_mandir}/man8/rfkill.8.gz
|
||||||
|
%core %{_mandir}/man8/chcpu.8.gz
|
||||||
|
%core %{_mandir}/man8/partx.8.gz
|
||||||
|
%core %{_mandir}/man8/pivot_root.8.gz
|
||||||
|
%core %{_mandir}/man8/rtcwake.8.gz
|
||||||
|
%core %{_mandir}/man8/setarch.8.gz
|
||||||
|
%core %{_mandir}/man8/swapoff.8.gz
|
||||||
|
%core %{_mandir}/man8/swapon.8.gz
|
||||||
|
%core %{_mandir}/man8/umount.8.gz
|
||||||
|
%core %{_mandir}/man8/wipefs.8.gz
|
||||||
|
%core %{_mandir}/man8/zramctl.8.gz
|
||||||
|
%core %{_mandir}/man8/fstrim.8.gz
|
||||||
|
%core %{_mandir}/man8/resizepart.8.gz
|
||||||
|
%core %{_mandir}/man8/sulogin.8.gz
|
||||||
|
%core %{_mandir}/man8/wdctl.8.gz
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Core files #
|
# Core files #
|
||||||
##############
|
##############
|
||||||
@ -1122,11 +1231,23 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%config(noreplace) %{_sysconfdir}/filesystems
|
%config(noreplace) %{_sysconfdir}/filesystems
|
||||||
%config(noreplace) %{_sysconfdir}/blkid.conf
|
%config(noreplace) %{_sysconfdir}/blkid.conf
|
||||||
|
|
||||||
|
%{_datadir}/bash-completion/completions/*
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/findmnt
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/logger
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/lsblk
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/lslogins
|
||||||
|
|
||||||
%exclude %{_bindir}/findmnt
|
%exclude %{_bindir}/findmnt
|
||||||
%exclude %{_bindir}/logger
|
%exclude %{_bindir}/logger
|
||||||
%exclude %{_bindir}/lsblk
|
%exclude %{_bindir}/lsblk
|
||||||
%exclude %{_bindir}/lslogins
|
%exclude %{_bindir}/lslogins
|
||||||
%exclude %{_mandir}/man*/*
|
|
||||||
|
%exclude %{_mandir}/man8/findmnt.8.gz
|
||||||
|
%exclude %{_mandir}/man1/logger.1.gz
|
||||||
|
%exclude %{_mandir}/man8/lsblk.8.gz
|
||||||
|
%exclude %{_mandir}/man1/lslogins.1.gz
|
||||||
|
|
||||||
|
%exclude %{_mandir}/man8/uuidd.8.gz
|
||||||
%endif
|
%endif
|
||||||
# ulsubset == core, ulbuild == base
|
# ulsubset == core, ulbuild == base
|
||||||
|
|
||||||
@ -1137,201 +1258,133 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%exclude %config(noreplace) %{_sysconfdir}/filesystems
|
%exclude %config(noreplace) %{_sysconfdir}/filesystems
|
||||||
%exclude %config(noreplace) %{_sysconfdir}/blkid.conf
|
%exclude %config(noreplace) %{_sysconfdir}/blkid.conf
|
||||||
|
|
||||||
%if %{defined no_config}
|
|
||||||
%exclude %{_pam_vendordir}/login
|
|
||||||
%exclude %{_pam_vendordir}/remote
|
|
||||||
%exclude %{_pam_vendordir}/runuser
|
|
||||||
%exclude %{_pam_vendordir}/runuser-l
|
|
||||||
%exclude %{_pam_vendordir}/su
|
|
||||||
%exclude %{_pam_vendordir}/su-l
|
|
||||||
|
|
||||||
%if 0%{?suse_version} <= 1520
|
|
||||||
%exclude %dir %{_distconfdir}/default
|
|
||||||
%endif
|
|
||||||
# suse_version <= 1520
|
|
||||||
|
|
||||||
%exclude %{_distconfdir}/default/runuser
|
|
||||||
%exclude %{_distconfdir}/default/su
|
|
||||||
%else
|
|
||||||
# ! defined no_config
|
|
||||||
%exclude %config(noreplace) %{_pam_vendordir}/login
|
|
||||||
%exclude %config(noreplace) %{_pam_vendordir}/remote
|
|
||||||
%exclude %config(noreplace) %{_pam_vendordir}/runuser
|
|
||||||
%exclude %config(noreplace) %{_pam_vendordir}/runuser-l
|
|
||||||
%exclude %config(noreplace) %{_pam_vendordir}/su
|
|
||||||
%exclude %config(noreplace) %{_pam_vendordir}/su-l
|
|
||||||
%exclude %config(noreplace) %{_sysconfdir}/default/runuser
|
|
||||||
%exclude %config(noreplace) %{_sysconfdir}/default/su
|
|
||||||
%endif
|
|
||||||
# defined no_config
|
|
||||||
|
|
||||||
%exclude %config %dir %{_sysconfdir}/issue.d
|
%exclude %config %dir %{_sysconfdir}/issue.d
|
||||||
|
|
||||||
%if %{ul_extra_bin_sbin}
|
%if %{ul_extra_bin_sbin}
|
||||||
%exclude /bin/findmnt
|
%exclude /bin/findmnt
|
||||||
%exclude /bin/kill
|
|
||||||
%exclude %verify(not mode) %attr(%ul_suid,root,root) /bin/su
|
|
||||||
%exclude /bin/dmesg
|
|
||||||
%exclude /bin/more
|
|
||||||
%exclude %verify(not mode) %attr(%ul_suid,root,root) /bin/mount
|
|
||||||
%exclude %verify(not mode) %attr(%ul_suid,root,root) /bin/umount
|
|
||||||
%exclude /bin/login
|
|
||||||
/bin/logger
|
/bin/logger
|
||||||
/bin/lsblk
|
/bin/lsblk
|
||||||
%exclude /sbin/agetty
|
|
||||||
%exclude /sbin/blockdev
|
|
||||||
%exclude /sbin/ctrlaltdel
|
|
||||||
%exclude /sbin/fsck.minix
|
|
||||||
%exclude /sbin/fsck.cramfs
|
|
||||||
%exclude /sbin/losetup
|
|
||||||
%exclude /sbin/mkfs
|
|
||||||
%exclude /sbin/mkfs.bfs
|
|
||||||
%exclude /sbin/mkfs.minix
|
|
||||||
%exclude /sbin/mkfs.cramfs
|
|
||||||
%exclude /sbin/mkswap
|
|
||||||
%exclude /sbin/nologin
|
|
||||||
%exclude /sbin/pivot_root
|
|
||||||
%exclude /sbin/swapoff
|
|
||||||
%exclude /sbin/swapon
|
|
||||||
%exclude /sbin/blkid
|
|
||||||
%exclude /sbin/findfs
|
|
||||||
%exclude /sbin/fsck
|
|
||||||
%exclude /sbin/switch_root
|
|
||||||
%exclude /sbin/wipefs
|
|
||||||
%exclude /sbin/fsfreeze
|
|
||||||
%exclude /sbin/swaplabel
|
|
||||||
%exclude /sbin/fstrim
|
|
||||||
%exclude /sbin/chcpu
|
|
||||||
%endif
|
%endif
|
||||||
# ul_extra_bin_sbin
|
# ul_extra_bin_sbin
|
||||||
|
|
||||||
%exclude %{_bindir}/kill
|
|
||||||
%exclude %verify(not mode) %attr(%ul_suid,root,root) %{_bindir}/su
|
|
||||||
%exclude %{_bindir}/eject
|
|
||||||
%exclude %{_bindir}/cal
|
|
||||||
%exclude %{_bindir}/chmem
|
|
||||||
%exclude %{_bindir}/choom
|
|
||||||
%exclude %{_bindir}/chrt
|
|
||||||
%exclude %{_bindir}/col
|
|
||||||
%exclude %{_bindir}/colcrt
|
|
||||||
%exclude %{_bindir}/colrm
|
|
||||||
%exclude %{_bindir}/column
|
|
||||||
%exclude %{_bindir}/dmesg
|
|
||||||
%exclude %{_bindir}/fallocate
|
|
||||||
%exclude %{_bindir}/fincore
|
|
||||||
%{_bindir}/findmnt
|
%{_bindir}/findmnt
|
||||||
%exclude %{_bindir}/flock
|
|
||||||
%exclude %{_bindir}/getopt
|
|
||||||
%exclude %{_bindir}/hardlink
|
|
||||||
%exclude %{_bindir}/hexdump
|
|
||||||
%exclude %{_bindir}/ionice
|
|
||||||
%exclude %{_bindir}/ipcmk
|
|
||||||
%exclude %{_bindir}/ipcrm
|
|
||||||
%exclude %{_bindir}/ipcs
|
|
||||||
%exclude %{_bindir}/irqtop
|
|
||||||
%exclude %{_bindir}/isosize
|
|
||||||
%exclude %{_bindir}/last
|
|
||||||
%exclude %{_bindir}/lastb
|
|
||||||
%exclude %{_bindir}/line
|
|
||||||
%{_bindir}/logger
|
%{_bindir}/logger
|
||||||
%exclude %{_bindir}/look
|
|
||||||
|
|
||||||
%if !%{ul_extra_bin_sbin}
|
|
||||||
%exclude %{_bindir}/login
|
|
||||||
%endif
|
|
||||||
# ul_extra_bin_sbin
|
|
||||||
|
|
||||||
%{_bindir}/lsblk
|
%{_bindir}/lsblk
|
||||||
%exclude %{_bindir}/lscpu
|
|
||||||
%exclude %{_bindir}/lsfd
|
|
||||||
%exclude %{_bindir}/lsipc
|
|
||||||
%exclude %{_bindir}/lsirq
|
|
||||||
%exclude %{_bindir}/lslocks
|
|
||||||
%{_bindir}/lslogins
|
%{_bindir}/lslogins
|
||||||
%exclude %{_bindir}/lsmem
|
|
||||||
%exclude %{_bindir}/lsns
|
|
||||||
%exclude %{_bindir}/mcookie
|
|
||||||
%exclude %{_bindir}/mesg
|
|
||||||
%exclude %{_bindir}/more
|
|
||||||
%exclude %verify(not mode) %attr(%ul_suid,root,root) %{_bindir}/mount
|
|
||||||
%exclude %{_bindir}/namei
|
|
||||||
%exclude %{_bindir}/nsenter
|
|
||||||
%exclude %{_bindir}/prlimit
|
|
||||||
%exclude %{_bindir}/rename
|
|
||||||
%exclude %{_bindir}/renice
|
|
||||||
%exclude %{_bindir}/rev
|
|
||||||
%exclude %{_bindir}/script
|
|
||||||
%exclude %{_bindir}/scriptlive
|
|
||||||
%exclude %{_bindir}/scriptreplay
|
|
||||||
%exclude %{_bindir}/setarch
|
|
||||||
%exclude %{_bindir}/setpriv
|
|
||||||
%exclude %{_bindir}/setsid
|
|
||||||
%exclude %{_bindir}/taskset
|
|
||||||
%exclude %{_bindir}/uclampset
|
|
||||||
%exclude %{_bindir}/ul
|
|
||||||
%exclude %verify(not mode)%attr(%ul_suid,root,root) %{_bindir}/umount
|
|
||||||
%exclude %{_bindir}/unshare
|
|
||||||
%exclude %{_bindir}/mountpoint
|
|
||||||
%exclude %{_bindir}/utmpdump
|
|
||||||
%exclude %{_bindir}/uuidgen
|
|
||||||
%exclude %{_bindir}/uuidparse
|
|
||||||
%exclude %{_bindir}/uname26
|
|
||||||
%exclude %{_bindir}/wdctl
|
|
||||||
%exclude %{_sbindir}/addpart
|
|
||||||
%exclude %{_sbindir}/agetty
|
|
||||||
%exclude %{_sbindir}/blkid
|
|
||||||
%exclude %{_sbindir}/blkdiscard
|
|
||||||
# blkzone depends on linux/blkzoned.h
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1330
|
%{_mandir}/man8/findmnt.8.gz
|
||||||
%exclude %{_sbindir}/blkzone
|
%{_mandir}/man1/logger.1.gz
|
||||||
%endif
|
%{_mandir}/man8/lsblk.8.gz
|
||||||
# suse_version >= 1330
|
%{_mandir}/man1/lslogins.1.gz
|
||||||
|
|
||||||
%exclude %{_sbindir}/blockdev
|
# Exclude core binaries bash-completion
|
||||||
%exclude %{_sbindir}/chcpu
|
%exclude %{_datadir}/bash-completion/completions/addpart
|
||||||
%exclude %{_sbindir}/ctrlaltdel
|
%exclude %{_datadir}/bash-completion/completions/blkdiscard
|
||||||
%exclude %{_sbindir}/delpart
|
%exclude %{_datadir}/bash-completion/completions/blkid
|
||||||
%exclude %{_sbindir}/findfs
|
%exclude %{_datadir}/bash-completion/completions/blkzone
|
||||||
%exclude %{_sbindir}/fsck
|
%exclude %{_datadir}/bash-completion/completions/blockdev
|
||||||
%exclude %{_sbindir}/fsck.minix
|
%exclude %{_datadir}/bash-completion/completions/cal
|
||||||
%exclude %{_sbindir}/fsck.cramfs
|
%exclude %{_datadir}/bash-completion/completions/cfdisk
|
||||||
%exclude %{_sbindir}/fsfreeze
|
%exclude %{_datadir}/bash-completion/completions/chcpu
|
||||||
%exclude %{_sbindir}/fstrim
|
%exclude %{_datadir}/bash-completion/completions/chmem
|
||||||
%exclude %{_sbindir}/ldattach
|
%exclude %{_datadir}/bash-completion/completions/chrt
|
||||||
%exclude %{_sbindir}/losetup
|
%exclude %{_datadir}/bash-completion/completions/col
|
||||||
%exclude %{_sbindir}/mkfs
|
%exclude %{_datadir}/bash-completion/completions/colcrt
|
||||||
%exclude %{_sbindir}/mkfs.bfs
|
%exclude %{_datadir}/bash-completion/completions/colrm
|
||||||
%exclude %{_sbindir}/mkfs.minix
|
%exclude %{_datadir}/bash-completion/completions/column
|
||||||
%exclude %{_sbindir}/mkfs.cramfs
|
%exclude %{_datadir}/bash-completion/completions/ctrlaltdel
|
||||||
%exclude %{_sbindir}/mkswap
|
%exclude %{_datadir}/bash-completion/completions/delpart
|
||||||
%exclude %{_sbindir}/nologin
|
%exclude %{_datadir}/bash-completion/completions/dmesg
|
||||||
%exclude %{_sbindir}/partx
|
%exclude %{_datadir}/bash-completion/completions/eject
|
||||||
%exclude %{_sbindir}/pivot_root
|
%exclude %{_datadir}/bash-completion/completions/fallocate
|
||||||
%exclude %{_sbindir}/resizepart
|
%exclude %{_datadir}/bash-completion/completions/fdformat
|
||||||
%exclude %{_sbindir}/rfkill
|
%exclude %{_datadir}/bash-completion/completions/fdisk
|
||||||
%exclude %{_sbindir}/rtcwake
|
%exclude %{_datadir}/bash-completion/completions/fincore
|
||||||
%exclude %{_sbindir}/runuser
|
%exclude %{_datadir}/bash-completion/completions/findfs
|
||||||
%exclude %{_sbindir}/sulogin
|
%exclude %{_datadir}/bash-completion/completions/flock
|
||||||
%exclude %{_sbindir}/swaplabel
|
%exclude %{_datadir}/bash-completion/completions/fsck
|
||||||
%exclude %{_sbindir}/swapoff
|
%exclude %{_datadir}/bash-completion/completions/fsck.cramfs
|
||||||
%exclude %{_sbindir}/swapon
|
%exclude %{_datadir}/bash-completion/completions/fsck.minix
|
||||||
%exclude %{_sbindir}/switch_root
|
%exclude %{_datadir}/bash-completion/completions/fsfreeze
|
||||||
%exclude %{_sbindir}/wipefs
|
%exclude %{_datadir}/bash-completion/completions/fstrim
|
||||||
%exclude %{_bindir}/wall
|
%exclude %{_datadir}/bash-completion/completions/getopt
|
||||||
%exclude %{_bindir}/whereis
|
%exclude %{_datadir}/bash-completion/completions/hardlink
|
||||||
%exclude %{_bindir}/write
|
%exclude %{_datadir}/bash-completion/completions/hexdump
|
||||||
%exclude %{_sbindir}/zramctl
|
%exclude %{_datadir}/bash-completion/completions/hwclock
|
||||||
%exclude %{_sbindir}/flushb
|
%exclude %{_datadir}/bash-completion/completions/ionice
|
||||||
%exclude %{_sbindir}/readprofile
|
%exclude %{_datadir}/bash-completion/completions/ipcmk
|
||||||
# These directories should be owned by bash-completion. But we don't want to
|
%exclude %{_datadir}/bash-completion/completions/ipcrm
|
||||||
# install them on build, so own these two directories:
|
%exclude %{_datadir}/bash-completion/completions/ipcs
|
||||||
%exclude %dir %{_datadir}/bash-completion
|
%exclude %{_datadir}/bash-completion/completions/irqtop
|
||||||
%exclude %dir %{_datadir}/bash-completion/completions
|
%exclude %{_datadir}/bash-completion/completions/isosize
|
||||||
%exclude %{_datadir}/bash-completion/completions/*
|
%exclude %{_datadir}/bash-completion/completions/last
|
||||||
#
|
%exclude %{_datadir}/bash-completion/completions/lastb
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/ldattach
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/look
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/losetup
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/lscpu
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/lsipc
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/lsirq
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/lslocks
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/lsmem
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/lsns
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/mcookie
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/mkfs
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/mkfs.bfs
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/mkfs.cramfs
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/mkfs.minix
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/mkswap
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/more
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/mount
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/mountpoint
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/namei
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/nsenter
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/partx
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/pivot_root
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/prlimit
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/readprofile
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/rename
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/renice
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/resizepart
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/rev
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/rfkill
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/rtcwake
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/runuser
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/script
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/scriptlive
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/scriptreplay
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/setarch
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/setpriv
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/setsid
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/setterm
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/sfdisk
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/su
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/swaplabel
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/swapoff
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/swapon
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/taskset
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/tunelp
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/uclampset
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/ul
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/umount
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/unshare
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/utmpdump
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/uuidgen
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/uuidparse
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/wdctl
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/whereis
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/wipefs
|
||||||
|
%exclude %{_datadir}/bash-completion/completions/zramctl
|
||||||
|
|
||||||
|
%{_datadir}/bash-completion/completions/findmnt
|
||||||
|
%{_datadir}/bash-completion/completions/logger
|
||||||
|
%{_datadir}/bash-completion/completions/lsblk
|
||||||
|
%{_datadir}/bash-completion/completions/lslogins
|
||||||
|
|
||||||
|
# uuidd sub-package
|
||||||
%exclude %{_sbindir}/uuidd
|
%exclude %{_sbindir}/uuidd
|
||||||
%exclude %{_datadir}/bash-completion/completions/uuidd
|
%exclude %{_datadir}/bash-completion/completions/uuidd
|
||||||
|
|
||||||
%exclude %{_datadir}/locale
|
%exclude %{_datadir}/locale
|
||||||
%exclude %{_includedir}/*
|
%exclude %{_includedir}/*
|
||||||
%exclude %{_libdir}/lib*.*
|
%exclude %{_libdir}/lib*.*
|
||||||
@ -1341,122 +1394,52 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%exclude %{_mandir}/man3/libblkid.3.gz
|
%exclude %{_mandir}/man3/libblkid.3.gz
|
||||||
%exclude %{_mandir}/man3/uuid.3.gz
|
%exclude %{_mandir}/man3/uuid.3.gz
|
||||||
%exclude %{_mandir}/man3/uuid_*.3.gz
|
%exclude %{_mandir}/man3/uuid_*.3.gz
|
||||||
%{_mandir}/man1/kill.1.gz
|
|
||||||
%{_mandir}/man1/su.1.gz
|
|
||||||
%{_mandir}/man1/cal.1.gz
|
|
||||||
%{_mandir}/man1/choom.1.gz
|
|
||||||
%{_mandir}/man1/chrt.1.gz
|
|
||||||
%{_mandir}/man1/col.1.gz
|
|
||||||
%{_mandir}/man1/colcrt.1.gz
|
|
||||||
%{_mandir}/man1/colrm.1.gz
|
|
||||||
%{_mandir}/man1/column.1.gz
|
|
||||||
%{_mandir}/man1/dmesg.1.gz
|
|
||||||
%{_mandir}/man1/eject.1.gz
|
|
||||||
%{_mandir}/man1/fallocate.1.gz
|
|
||||||
%{_mandir}/man1/fincore.1.gz
|
|
||||||
%{_mandir}/man1/flock.1.gz
|
|
||||||
%{_mandir}/man1/getopt.1.gz
|
|
||||||
%{_mandir}/man1/hardlink.1.gz
|
|
||||||
%{_mandir}/man1/hexdump.1.gz
|
|
||||||
%{_mandir}/man1/ipcrm.1.gz
|
|
||||||
%{_mandir}/man1/ipcs.1.gz
|
|
||||||
%{_mandir}/man1/last.1.gz
|
|
||||||
%{_mandir}/man1/lastb.1.gz
|
|
||||||
%{_mandir}/man1/line.1.gz
|
|
||||||
%{_mandir}/man1/login.1.gz
|
|
||||||
%{_mandir}/man1/look.1.gz
|
|
||||||
%{_mandir}/man1/logger.1.gz
|
|
||||||
%{_mandir}/man1/lscpu.1.gz
|
|
||||||
%{_mandir}/man1/lsfd.1.gz
|
|
||||||
%{_mandir}/man1/lsipc.1.gz
|
|
||||||
%{_mandir}/man1/lsirq.1.gz
|
|
||||||
%{_mandir}/man1/lslogins.1.gz
|
|
||||||
%{_mandir}/man8/lsblk.8.gz
|
|
||||||
%{_mandir}/man1/lsmem.1.gz
|
|
||||||
%{_mandir}/man1/mcookie.1.gz
|
|
||||||
%{_mandir}/man1/more.1.gz
|
|
||||||
%{_mandir}/man1/namei.1.gz
|
|
||||||
%{_mandir}/man1/nsenter.1.gz
|
|
||||||
%{_mandir}/man1/ionice.1.gz
|
|
||||||
%{_mandir}/man1/irqtop.1.gz
|
|
||||||
%{_mandir}/man1/prlimit.1.gz
|
|
||||||
%{_mandir}/man1/rename.1.gz
|
|
||||||
%{_mandir}/man1/rev.1.gz
|
|
||||||
%{_mandir}/man1/renice.1.gz
|
|
||||||
%{_mandir}/man1/setpriv.1.gz
|
|
||||||
%{_mandir}/man1/setsid.1.gz
|
|
||||||
%{_mandir}/man1/script.1.gz
|
|
||||||
%{_mandir}/man1/scriptlive.1.gz
|
|
||||||
%{_mandir}/man1/scriptreplay.1.gz
|
|
||||||
%{_mandir}/man1/setterm.1.gz
|
|
||||||
%{_mandir}/man1/taskset.1.gz
|
|
||||||
%{_mandir}/man1/ul.1.gz
|
|
||||||
%{_mandir}/man1/unshare.1.gz
|
|
||||||
%{_mandir}/man1/whereis.1.gz
|
|
||||||
%{_mandir}/man1/ipcmk.1.gz
|
|
||||||
%{_mandir}/man1/mountpoint.1.gz
|
|
||||||
%{_mandir}/man1/runuser.1.gz
|
|
||||||
%{_mandir}/man1/uclampset.1.gz
|
|
||||||
%{_mandir}/man1/utmpdump.1.gz
|
|
||||||
%{_mandir}/man1/uuidgen.1.gz
|
|
||||||
%{_mandir}/man1/uuidparse.1.gz
|
|
||||||
%{_mandir}/man5/adjtime_config.5.gz
|
|
||||||
%{_mandir}/man5/fstab.5.gz
|
|
||||||
%{_mandir}/man5/terminal-colors.d.5.gz
|
|
||||||
%{_mandir}/man8/addpart.8.gz
|
|
||||||
%{_mandir}/man8/agetty.8.gz
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1330
|
# exclude setarch from systemd package
|
||||||
%{_mandir}/man8/blkzone.8.gz
|
%exclude %{_bindir}/linux32
|
||||||
%endif
|
%exclude %{_bindir}/linux64
|
||||||
# suse_version >= 1330
|
%exclude %{_bindir}/s390
|
||||||
|
%exclude %{_bindir}/s390x
|
||||||
|
%exclude %{_bindir}/i386
|
||||||
|
%exclude %{_bindir}/ppc
|
||||||
|
%exclude %{_bindir}/ppc64
|
||||||
|
%exclude %{_bindir}/ppc32
|
||||||
|
%exclude %{_bindir}/sparc
|
||||||
|
%exclude %{_bindir}/sparc64
|
||||||
|
%exclude %{_bindir}/sparc32
|
||||||
|
%exclude %{_bindir}/sparc32bash
|
||||||
|
%exclude %{_bindir}/mips
|
||||||
|
%exclude %{_bindir}/mips64
|
||||||
|
%exclude %{_bindir}/mips32
|
||||||
|
%exclude %{_bindir}/ia64
|
||||||
|
%exclude %{_bindir}/x86_64
|
||||||
|
%exclude %{_bindir}/parisc
|
||||||
|
%exclude %{_bindir}/parisc32
|
||||||
|
%exclude %{_bindir}/parisc64
|
||||||
|
%exclude %{_bindir}/uname26
|
||||||
|
|
||||||
|
%exclude %{_mandir}/man8/linux32.8.gz
|
||||||
|
%exclude %{_mandir}/man8/linux64.8.gz
|
||||||
|
%exclude %{_mandir}/man8/s390.8.gz
|
||||||
|
%exclude %{_mandir}/man8/s390x.8.gz
|
||||||
|
%exclude %{_mandir}/man8/i386.8.gz
|
||||||
|
%exclude %{_mandir}/man8/ppc.8.gz
|
||||||
|
%exclude %{_mandir}/man8/ppc64.8.gz
|
||||||
|
%exclude %{_mandir}/man8/ppc32.8.gz
|
||||||
|
%exclude %{_mandir}/man8/sparc.8.gz
|
||||||
|
%exclude %{_mandir}/man8/sparc64.8.gz
|
||||||
|
%exclude %{_mandir}/man8/sparc32.8.gz
|
||||||
|
%exclude %{_mandir}/man8/sparc32bash.8.gz
|
||||||
|
%exclude %{_mandir}/man8/mips.8.gz
|
||||||
|
%exclude %{_mandir}/man8/mips64.8.gz
|
||||||
|
%exclude %{_mandir}/man8/mips32.8.gz
|
||||||
|
%exclude %{_mandir}/man8/ia64.8.gz
|
||||||
|
%exclude %{_mandir}/man8/x86_64.8.gz
|
||||||
|
%exclude %{_mandir}/man8/parisc.8.gz
|
||||||
|
%exclude %{_mandir}/man8/parisc32.8.gz
|
||||||
|
%exclude %{_mandir}/man8/parisc64.8.gz
|
||||||
|
%exclude %{_mandir}/man8/uname26.8.gz
|
||||||
|
|
||||||
%{_mandir}/man8/blockdev.8.gz
|
|
||||||
%{_mandir}/man8/chmem.8.gz
|
|
||||||
%{_mandir}/man8/ctrlaltdel.8.gz
|
|
||||||
%{_mandir}/man8/delpart.8.gz
|
|
||||||
%{_mandir}/man8/blkid.8.gz
|
|
||||||
%{_mandir}/man8/blkdiscard.8.gz
|
|
||||||
%ifnarch s390 s390x
|
|
||||||
%{_mandir}/man8/hwclock.8.gz
|
|
||||||
%endif
|
|
||||||
%{_mandir}/man8/switch_root.8.gz
|
|
||||||
%{_mandir}/man8/mkfs.bfs.8.gz
|
|
||||||
%{_mandir}/man8/mkfs.minix.8.gz
|
|
||||||
%{_mandir}/man8/findfs.8.gz
|
|
||||||
%{_mandir}/man8/fsck.8.gz
|
|
||||||
%{_mandir}/man8/fsck.cramfs.8.gz
|
|
||||||
%{_mandir}/man8/fsck.minix.8.gz
|
|
||||||
%{_mandir}/man8/isosize.8.gz
|
|
||||||
%{_mandir}/man8/ldattach.8.gz
|
|
||||||
%{_mandir}/man8/losetup.8.gz
|
|
||||||
%{_mandir}/man8/lslocks.8.gz
|
|
||||||
%{_mandir}/man8/lsns.8.gz
|
|
||||||
%{_mandir}/man8/mkfs.8.gz
|
|
||||||
%{_mandir}/man8/mkfs.cramfs.8.gz
|
|
||||||
%{_mandir}/man8/mkswap.8.gz
|
|
||||||
%{_mandir}/man8/mount.8.gz
|
|
||||||
%{_mandir}/man8/nologin.8.gz
|
|
||||||
%{_mandir}/man8/fsfreeze.8.gz
|
|
||||||
%{_mandir}/man8/swaplabel.8.gz
|
|
||||||
%{_mandir}/man8/readprofile.8.gz
|
|
||||||
%{_mandir}/man8/rfkill.8.gz
|
|
||||||
%{_mandir}/man8/chcpu.8.gz
|
|
||||||
%{_mandir}/man8/partx.8.gz
|
|
||||||
%{_mandir}/man8/pivot_root.8.gz
|
|
||||||
%{_mandir}/man8/rtcwake.8.gz
|
|
||||||
%{_mandir}/man8/setarch.8.gz
|
|
||||||
%{_mandir}/man8/swapoff.8.gz
|
|
||||||
%{_mandir}/man8/swapon.8.gz
|
|
||||||
%{_mandir}/man8/umount.8.gz
|
|
||||||
%{_mandir}/man8/uname26.8.gz
|
|
||||||
%{_mandir}/man8/wipefs.8.gz
|
|
||||||
%{_mandir}/man8/zramctl.8.gz
|
|
||||||
%{_mandir}/man8/findmnt.8.gz
|
|
||||||
%{_mandir}/man8/fstrim.8.gz
|
|
||||||
%{_mandir}/man8/resizepart.8.gz
|
|
||||||
%{_mandir}/man8/sulogin.8.gz
|
|
||||||
%{_mandir}/man8/wdctl.8.gz
|
|
||||||
%{_sbindir}/rcfstrim
|
%{_sbindir}/rcfstrim
|
||||||
%{_unitdir}/fstrim.service
|
%{_unitdir}/fstrim.service
|
||||||
%{_unitdir}/fstrim.timer
|
%{_unitdir}/fstrim.timer
|
||||||
|
Loading…
Reference in New Issue
Block a user