2006-12-19 00:15:02 +01:00
|
|
|
#
|
2011-01-14 03:04:31 +01:00
|
|
|
# spec file for package aaa_base
|
2006-12-19 00:15:02 +01:00
|
|
|
#
|
2022-03-25 21:54:22 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2006-12-19 00:15:02 +01:00
|
|
|
#
|
2008-08-06 01:40:46 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-09-07 11:23:47 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2006-12-19 00:15:02 +01:00
|
|
|
#
|
2014-09-15 17:39:45 +02:00
|
|
|
# icecream 0
|
2006-12-19 00:15:02 +01:00
|
|
|
|
2022-02-21 10:20:34 +01:00
|
|
|
|
2017-11-25 08:40:49 +01:00
|
|
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
|
|
|
%if ! %{defined _fillupdir}
|
|
|
|
%define _fillupdir /var/adm/fillup-templates
|
|
|
|
%endif
|
|
|
|
|
2022-03-25 21:54:22 +01:00
|
|
|
%if 0%{?_build_in_place}
|
|
|
|
%define git_version %(git log '-n1' '--date=format:%Y%m%d' '--no-show-signature' "--pretty=format:+git%cd.%h")
|
|
|
|
BuildRequires: git-core
|
|
|
|
%else
|
|
|
|
# this is required for obs' source validator. It's
|
|
|
|
# 20-files-present-and-referenced ignores all conditionals. So the
|
|
|
|
# definition of git_version actually happens always.
|
|
|
|
%define git_version %{nil}
|
|
|
|
%endif
|
|
|
|
|
2006-12-19 00:15:02 +01:00
|
|
|
Name: aaa_base
|
2022-05-20 17:50:13 +02:00
|
|
|
Version: 84.87+git20220518.dc83f4e%{git_version}
|
2012-01-27 21:29:21 +01:00
|
|
|
Release: 0
|
2022-03-25 21:54:22 +01:00
|
|
|
Summary: openSUSE Base Package
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
Group: System/Fhs
|
2019-12-02 11:26:25 +01:00
|
|
|
URL: https://github.com/openSUSE/aaa_base
|
2022-03-25 21:54:22 +01:00
|
|
|
Source: aaa_base-%{version}.tar
|
|
|
|
Source1: README.packaging.txt
|
|
|
|
Source99: aaa_base-rpmlintrc
|
2012-03-14 14:12:21 +01:00
|
|
|
Requires: /bin/mktemp
|
2020-02-04 19:51:17 +01:00
|
|
|
Requires: /usr/bin/cat
|
|
|
|
Requires: /usr/bin/date
|
|
|
|
Requires: /usr/bin/grep
|
|
|
|
Requires: /usr/bin/mv
|
|
|
|
Requires: /usr/bin/sed
|
2012-03-14 14:12:21 +01:00
|
|
|
Requires: /usr/bin/tput
|
2020-05-12 22:25:47 +02:00
|
|
|
Requires: /usr/bin/xz
|
2012-03-14 14:12:21 +01:00
|
|
|
Requires: distribution-release
|
|
|
|
Requires: filesystem
|
2022-03-25 21:54:22 +01:00
|
|
|
Requires(pre): /usr/bin/rm
|
|
|
|
Requires(pre): (glibc >= 2.30 if glibc)
|
|
|
|
Requires(post): fillup /usr/bin/chmod /usr/bin/chown
|
2021-03-11 20:06:55 +01:00
|
|
|
Recommends: aaa_base-extras
|
|
|
|
Recommends: iproute2
|
|
|
|
Recommends: iputils
|
|
|
|
Recommends: logrotate
|
|
|
|
Recommends: netcfg
|
|
|
|
Recommends: udev
|
2022-03-25 21:54:22 +01:00
|
|
|
# do not require systemd - aaa_base is in the build environment and we don't
|
|
|
|
# want to pull in tons of dependencies
|
|
|
|
Conflicts: sysvinit-init
|
2020-02-04 19:51:17 +01:00
|
|
|
|
2021-06-22 20:44:57 +02:00
|
|
|
# run osc service mr to recreate
|
2006-12-19 00:15:02 +01:00
|
|
|
|
|
|
|
%description
|
2012-10-08 07:09:51 +02:00
|
|
|
This package installs several important configuration files and central scripts.
|
2006-12-19 00:15:02 +01:00
|
|
|
|
2010-08-01 17:23:38 +02:00
|
|
|
%package extras
|
|
|
|
Summary: SUSE Linux Base Package (recommended part)
|
|
|
|
Group: System/Fhs
|
|
|
|
Requires: %{name} = %{version}
|
2020-02-04 19:51:17 +01:00
|
|
|
Requires: /usr/bin/find
|
|
|
|
Requires: cpio
|
2018-02-08 14:02:09 +01:00
|
|
|
Requires(post): fillup
|
2010-08-13 02:36:51 +02:00
|
|
|
Provides: aaa_base:/etc/DIR_COLORS
|
2010-08-01 17:23:38 +02:00
|
|
|
|
|
|
|
%description extras
|
|
|
|
The parts of aaa_base that should be installed by default but are not
|
2022-04-14 17:22:47 +02:00
|
|
|
strictly required to run a system. (bash completions and convenience hacks).
|
2010-08-01 17:23:38 +02:00
|
|
|
|
2012-06-29 14:12:29 +02:00
|
|
|
%package malloccheck
|
|
|
|
Summary: SUSE Linux Base Package (malloc checking)
|
|
|
|
Group: System/Fhs
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description malloccheck
|
|
|
|
This package sets environment variables that enable stricter
|
|
|
|
malloc checks to catch potential heap corruptions. It's not
|
|
|
|
installed by default as it may degrade performance.
|
|
|
|
|
2017-11-25 08:40:49 +01:00
|
|
|
%package wsl
|
|
|
|
Summary: SUSE Linux Base Package (Windows Subsystem for Linux)
|
|
|
|
Group: System/Fhs
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description wsl
|
|
|
|
This package includes some special settings needed on Windows Subsystem
|
|
|
|
for Linux. It should only be installed on WSL and not on regular Linux
|
|
|
|
systems.
|
|
|
|
|
2006-12-19 00:15:02 +01:00
|
|
|
%prep
|
2012-10-08 07:09:51 +02:00
|
|
|
%setup -q
|
2010-09-10 15:43:26 +02:00
|
|
|
|
2006-12-19 00:15:02 +01:00
|
|
|
%build
|
2022-03-25 21:54:22 +01:00
|
|
|
%make_build CFLAGS="%{optflags}" CC="%{__cc}"
|
2006-12-19 00:15:02 +01:00
|
|
|
|
|
|
|
%install
|
2022-03-25 21:54:22 +01:00
|
|
|
%make_install
|
2013-05-28 07:23:53 +02:00
|
|
|
mkdir -p %{buildroot}/etc/sysctl.d
|
|
|
|
case "$RPM_ARCH" in
|
|
|
|
s390*) ;;
|
|
|
|
*) rm -f %{buildroot}/usr/lib/sysctl.d/50-default-s390.conf ;;
|
|
|
|
esac
|
|
|
|
#
|
2008-01-23 20:27:23 +01:00
|
|
|
# make sure it does not creep in again
|
2022-03-25 21:54:22 +01:00
|
|
|
test -d %{buildroot}/root/.gnupg && exit 1
|
2021-01-10 19:37:51 +01:00
|
|
|
# TODO: get rid of that at some point in the future
|
2022-03-25 21:54:22 +01:00
|
|
|
mkdir -p %{buildroot}/etc/init.d
|
2020-08-17 12:00:09 +02:00
|
|
|
for i in boot.local after.local ; do
|
2022-03-25 21:54:22 +01:00
|
|
|
install -m 755 /dev/null %{buildroot}/etc/init.d/$i
|
2014-07-10 08:24:44 +02:00
|
|
|
done
|
2014-03-11 17:25:38 +01:00
|
|
|
#
|
2020-06-24 15:47:30 +02:00
|
|
|
install -d -m 755 %buildroot%{_libexecdir}/initscripts/legacy-actions
|
2014-08-25 12:59:45 +02:00
|
|
|
# keep as ghost for migration
|
|
|
|
touch %buildroot/etc/inittab
|
2017-11-28 12:52:20 +01:00
|
|
|
|
2018-02-08 14:02:09 +01:00
|
|
|
# Backup directories
|
|
|
|
install -d -m 755 %{buildroot}/var/adm/backup/{rpmdb,sysconfig}
|
|
|
|
|
2017-11-30 12:32:05 +01:00
|
|
|
mkdir -p %{buildroot}%{_fillupdir}
|
|
|
|
%if "%{_fillupdir}" != "/var/adm/fillup-templates"
|
|
|
|
for f in %{buildroot}/var/adm/fillup-templates/* ; do
|
|
|
|
test -e "$f" || continue
|
|
|
|
mv $f %{buildroot}%{_fillupdir}/
|
|
|
|
done
|
|
|
|
rm -vrf %{buildroot}/var/adm/fillup-templates
|
|
|
|
%endif
|
|
|
|
%if "%{_fillupdir}" != "/usr/share/fillup-templates"
|
|
|
|
for f in %{buildroot}/usr/share/fillup-templates/* ; do
|
|
|
|
test -e "$f" || continue
|
|
|
|
mv $f %{buildroot}%{_fillupdir}/
|
|
|
|
done
|
|
|
|
rm -vrf %{buildroot}/usr/share/fillup-templates
|
|
|
|
%endif
|
|
|
|
|
2011-03-21 10:38:47 +01:00
|
|
|
%pre -f aaa_base.pre
|
2010-08-01 17:23:38 +02:00
|
|
|
|
2011-03-21 10:38:47 +01:00
|
|
|
%post -f aaa_base.post
|
2012-06-29 10:22:54 +02:00
|
|
|
|
2018-02-08 14:02:09 +01:00
|
|
|
%pre extras
|
|
|
|
%service_add_pre backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer
|
|
|
|
|
|
|
|
%post extras
|
|
|
|
%fillup_only -n backup
|
|
|
|
%service_add_post backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer
|
|
|
|
|
|
|
|
%preun extras
|
|
|
|
%service_del_preun backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer
|
|
|
|
|
|
|
|
%postun extras
|
|
|
|
%service_del_postun backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer
|
2008-01-23 20:27:23 +01:00
|
|
|
|
2010-11-18 16:41:13 +01:00
|
|
|
%files
|
2018-03-07 10:28:14 +01:00
|
|
|
%license COPYING
|
2022-04-23 19:44:48 +02:00
|
|
|
%config(noreplace) /etc/DIR_COLORS
|
2019-05-03 22:06:18 +02:00
|
|
|
%config(noreplace) /etc/sysctl.conf
|
2010-11-18 16:41:13 +01:00
|
|
|
%config /etc/bash.bashrc
|
|
|
|
%config /etc/csh.cshrc
|
|
|
|
%config /etc/csh.login
|
|
|
|
%config /etc/inputrc
|
Accepting request 492815 from Base:System
- Off application keypad (keyboard transmit) mode
- Missed a meta prefix in new inputrs.keys
- More 8bit key escape control sequences for XTerm
- Do not set INPUTRC as readline does know personal as well as system
inputrc also make /etc/inputrc do set know sequences for both vi
line editing modes as well as for emacs line editing mode.
- Do remove patch aaa_base-13.2+git20170308.c0ecf2e.dif not
only from package but also from spec file
- Update to version 13.2+git20170425.47e703a:
* Add Enlightenment to the list of windowmanagers
* Add a number of audio/video formats to be colorized
* Revert "Avoid NAT on Bridges. Bridges are L2 devices, really."
* aaa_base.pre: drop some system users from aaa_base and create them in the respective packages: bin,daemon,news,uucp,games,man
* Remove /var/log/faillog, there no application using this left [bsc#980484]
* Remove users and groups sys, mail, lp, wwwrun, ftp and nobody
OBS-URL: https://build.opensuse.org/request/show/492815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=432
2017-05-10 20:33:03 +02:00
|
|
|
%config /etc/inputrc.keys
|
2010-11-18 16:41:13 +01:00
|
|
|
%config /etc/mime.types
|
|
|
|
%config /etc/profile
|
2021-08-02 12:04:13 +02:00
|
|
|
/usr/etc/profile.d/alljava.csh
|
|
|
|
/usr/etc/profile.d/alljava.sh
|
|
|
|
/usr/etc/profile.d/lang.csh
|
|
|
|
/usr/etc/profile.d/lang.sh
|
|
|
|
/usr/etc/profile.d/profile.csh
|
|
|
|
/usr/etc/profile.d/profile.sh
|
|
|
|
/usr/etc/profile.d/xdg-environment.csh
|
|
|
|
/usr/etc/profile.d/xdg-environment.sh
|
|
|
|
/usr/etc/profile.d/alias.ash
|
|
|
|
/usr/etc/profile.d/alias.bash
|
|
|
|
/usr/etc/profile.d/alias.tcsh
|
|
|
|
/usr/etc/profile.d/ls.tcsh
|
|
|
|
/usr/etc/profile.d/ls.bash
|
|
|
|
/usr/etc/profile.d/ls.zsh
|
2010-11-18 16:41:13 +01:00
|
|
|
%config /etc/shells
|
2021-01-10 19:37:51 +01:00
|
|
|
%ghost %dir /etc/init.d
|
|
|
|
%ghost %config(noreplace) /etc/init.d/boot.local
|
|
|
|
%ghost %config(noreplace) /etc/init.d/after.local
|
2014-08-25 12:59:45 +02:00
|
|
|
%ghost %config /etc/inittab
|
2010-11-18 16:41:13 +01:00
|
|
|
# don't forget to also change aaa_base.post, boot.cleanup
|
|
|
|
# and /etc/permissions!
|
|
|
|
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
2012-10-26 07:42:09 +02:00
|
|
|
/usr/bin/get_kernel_version
|
|
|
|
/usr/sbin/refresh_initrd
|
|
|
|
/usr/sbin/service
|
|
|
|
/usr/sbin/smart_agetty
|
2010-11-18 16:41:13 +01:00
|
|
|
/usr/bin/filesize
|
|
|
|
/usr/bin/old
|
|
|
|
/usr/bin/rpmlocate
|
|
|
|
/usr/bin/safe-rm
|
|
|
|
/usr/bin/safe-rmdir
|
|
|
|
/usr/sbin/sysconf_addword
|
|
|
|
/usr/share/man/man1/smart_agetty.1*
|
|
|
|
/usr/share/man/man5/defaultdomain.5*
|
|
|
|
/usr/share/man/man8/safe-rm.8*
|
|
|
|
/usr/share/man/man8/safe-rmdir.8*
|
|
|
|
/usr/share/man/man8/service.8*
|
2013-06-13 14:51:29 +02:00
|
|
|
/usr/lib/sysctl.d/*.conf
|
2020-06-24 15:47:30 +02:00
|
|
|
%dir %{_libexecdir}/initscripts
|
|
|
|
%dir %{_libexecdir}/initscripts/legacy-actions
|
2017-11-25 08:40:49 +01:00
|
|
|
%{_fillupdir}/sysconfig.language
|
|
|
|
%{_fillupdir}/sysconfig.proxy
|
|
|
|
%{_fillupdir}/sysconfig.windowmanager
|
2010-11-18 16:41:13 +01:00
|
|
|
|
|
|
|
%files extras
|
|
|
|
/etc/skel/.emacs
|
|
|
|
/etc/skel/.inputrc
|
2019-05-03 22:06:18 +02:00
|
|
|
%dir /usr/lib/base-scripts
|
2022-04-14 17:22:47 +02:00
|
|
|
/usr/etc/profile.d/complete.bash
|
2018-02-08 14:02:09 +01:00
|
|
|
/usr/lib/base-scripts/backup-rpmdb
|
|
|
|
/usr/lib/base-scripts/backup-sysconfig
|
|
|
|
/usr/lib/base-scripts/check-battery
|
|
|
|
/usr/lib/systemd/system/*
|
2010-11-18 16:41:13 +01:00
|
|
|
/usr/share/man/man8/resolv+.8*
|
2018-02-08 14:02:09 +01:00
|
|
|
/var/adm/backup/rpmdb
|
|
|
|
/var/adm/backup/sysconfig
|
|
|
|
%{_fillupdir}/sysconfig.backup
|
2010-08-01 17:23:38 +02:00
|
|
|
|
2012-06-29 14:12:29 +02:00
|
|
|
%files malloccheck
|
2021-08-02 12:04:13 +02:00
|
|
|
/usr/etc/profile.d/malloc-debug.sh
|
|
|
|
/usr/etc/profile.d/malloc-debug.csh
|
2012-06-29 14:12:29 +02:00
|
|
|
|
2017-11-25 08:40:49 +01:00
|
|
|
%files wsl
|
2021-08-02 12:04:13 +02:00
|
|
|
/usr/etc/profile.d/wsl.csh
|
|
|
|
/usr/etc/profile.d/wsl.sh
|
2017-11-25 08:40:49 +01:00
|
|
|
|
2007-02-26 18:59:56 +01:00
|
|
|
%changelog
|