forked from pool/util-linux
Accepting request 1129508 from home:kukuk:branches:Base:System
- Remove /etc/filesystem, the content is outdated (/etc cleanup, [jsc#PED-240]) OBS-URL: https://build.opensuse.org/request/show/1129508 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=537
This commit is contained in:
parent
b8470c9443
commit
d134d47844
@ -1,5 +0,0 @@
|
|||||||
vfat
|
|
||||||
hfs
|
|
||||||
minix
|
|
||||||
reiserfs
|
|
||||||
*
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 28 10:51:47 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Remove /etc/filesystem, the content is outdated
|
||||||
|
(/etc cleanup, [jsc#PED-240])
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 31 13:20:38 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Tue Oct 31 13:20:38 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -92,7 +92,6 @@ URL: https://www.kernel.org/pub/linux/utils/util-linux/
|
|||||||
Source: https://www.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-%{version}.tar.xz
|
Source: https://www.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-%{version}.tar.xz
|
||||||
Source2: util-linux-login_defs-check.sh
|
Source2: util-linux-login_defs-check.sh
|
||||||
Source3: util-linux-rpmlintrc
|
Source3: util-linux-rpmlintrc
|
||||||
Source6: etc_filesystems
|
|
||||||
Source7: baselibs.conf
|
Source7: baselibs.conf
|
||||||
Source8: login.pamd
|
Source8: login.pamd
|
||||||
Source9: remote.pamd
|
Source9: remote.pamd
|
||||||
@ -570,7 +569,6 @@ sed 's/\bsu\b/runuser/g' <%{SOURCE11} >runuser.default
|
|||||||
install -m 644 runuser.default %{buildroot}%{_distconfdir}/default/runuser
|
install -m 644 runuser.default %{buildroot}%{_distconfdir}/default/runuser
|
||||||
rm -fv "%{buildroot}/%{_sbindir}/raw" "%{buildroot}/sbin/raw" \
|
rm -fv "%{buildroot}/%{_sbindir}/raw" "%{buildroot}/sbin/raw" \
|
||||||
"%{buildroot}/%{_mandir}/man8/raw.8"*
|
"%{buildroot}/%{_mandir}/man8/raw.8"*
|
||||||
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/filesystems
|
|
||||||
echo -e "#!/bin/sh\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{_sbindir}/flushb
|
echo -e "#!/bin/sh\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{_sbindir}/flushb
|
||||||
chmod 755 %{buildroot}%{_sbindir}/flushb
|
chmod 755 %{buildroot}%{_sbindir}/flushb
|
||||||
|
|
||||||
@ -1274,7 +1272,6 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%license README.licensing
|
%license README.licensing
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%license Documentation/licenses/*
|
%license Documentation/licenses/*
|
||||||
%config(noreplace) %{_sysconfdir}/filesystems
|
|
||||||
%config(noreplace) %{_sysconfdir}/blkid.conf
|
%config(noreplace) %{_sysconfdir}/blkid.conf
|
||||||
|
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
@ -1301,7 +1298,6 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
# Systemd files #
|
# Systemd files #
|
||||||
#################
|
#################
|
||||||
%if "%ulsubset" == "systemd"
|
%if "%ulsubset" == "systemd"
|
||||||
%exclude %config(noreplace) %{_sysconfdir}/filesystems
|
|
||||||
%exclude %config(noreplace) %{_sysconfdir}/blkid.conf
|
%exclude %config(noreplace) %{_sysconfdir}/blkid.conf
|
||||||
|
|
||||||
%exclude %config %dir %{_sysconfdir}/issue.d
|
%exclude %config %dir %{_sysconfdir}/issue.d
|
||||||
|
Loading…
Reference in New Issue
Block a user