Updating link to change in openSUSE:Factory/aaa_base revision 213.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=d5bda9b14cf3b678a6e17f6d15a3d81f
This commit is contained in:
committed by
Git OBS Bridge
parent
55e2865caf
commit
d032efa1fa
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package aaa_base (Version 11.3)
|
||||
# spec file for package aaa_base (Version 11.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -19,35 +19,44 @@
|
||||
|
||||
|
||||
Name: aaa_base
|
||||
Version: 11.3
|
||||
Release: 9
|
||||
Version: 11.4
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: System/Fhs
|
||||
Provides: bin bootutls etc skeleng skelger
|
||||
Provides: aaa_skel = %{version}-%{release}
|
||||
Obsoletes: aaa_skel < %{version}
|
||||
Requires: filesystem distribution-release /bin/mktemp /usr/bin/find /usr/bin/tput /usr/bin/xargs mingetty /bin/login cpio psmisc
|
||||
Recommends: cron logrotate netcfg udev net-tools
|
||||
Recommends: cron logrotate netcfg udev net-tools aaa_base-extras
|
||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv
|
||||
AutoReqProv: on
|
||||
Summary: SUSE Linux Base Package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: aaa_base.tar.bz2
|
||||
Source3: aaa_base.specialfilelist
|
||||
Source4: aaa_base.extrafilelist
|
||||
Source5: arch_special.tar.bz2
|
||||
Source7: sysconfig_parts.tar.bz2
|
||||
Source8: get_kernel_version.c
|
||||
Source20: aaa_base-rpmlintrc
|
||||
Source21: aaa_base.pre
|
||||
Source22: aaa_base.post
|
||||
# %ifarch x86_64
|
||||
# Obsoletes: tpctl <= 4.17
|
||||
# %endif
|
||||
|
||||
%description
|
||||
This package installs several important configuration files. Central
|
||||
scripts like SuSEconfig are also in this package.
|
||||
|
||||
%package extras
|
||||
License: GPLv2+
|
||||
Summary: SUSE Linux Base Package (recommended part)
|
||||
Group: System/Fhs
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description extras
|
||||
The parts of aaa_base that should be installed by default but are not
|
||||
strictly required to run a system. (Shell aliases, bash completions
|
||||
and convenience hacks).
|
||||
|
||||
%prep
|
||||
%setup -n aaa_base -b 5 -b 7
|
||||
cd ..
|
||||
@@ -99,12 +108,21 @@ done
|
||||
test -x /usr/sbin/Check && /usr/sbin/Check
|
||||
#
|
||||
for i in `( cd $RPM_BUILD_ROOT ; find * | sort )` ; do
|
||||
grep -qx "/$i" %{S:4} && continue
|
||||
if ! grep -E "^.* /$i\$" %{S:3} ; then
|
||||
if ! test -d $RPM_BUILD_ROOT/$i ; then
|
||||
echo "/$i"
|
||||
fi
|
||||
fi
|
||||
done > aaa_base.files
|
||||
for i in `( cd $RPM_BUILD_ROOT ; find * | sort )` ; do
|
||||
grep -qx "/$i" %{S:4} || continue
|
||||
if ! grep -E "^.* /$i\$" %{S:3} ; then
|
||||
if ! test -d $RPM_BUILD_ROOT/$i ; then
|
||||
echo "/$i"
|
||||
fi
|
||||
fi
|
||||
done > aaa_base-extras.files
|
||||
|
||||
%pre -f ../scripts/aaa_base.pre
|
||||
|
||||
@@ -122,4 +140,7 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
%files -f aaa_base.files
|
||||
%defattr(-,root,root)
|
||||
|
||||
%files extras -f aaa_base-extras.files
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user