SHA256
3
0
forked from pool/aaa_base

Accepting request 826262 from Base:System

- Let's own /etc/init.d/ as it is gone from package filesystem 

- Don't create/ship halt.local, systemd support for it was dropped.

- Update to version 84.87+git20200804.d7fb210:
  * bashrc: fix bash: -s: command not found

- Update to version 84.87+git20200804.00680c3:
  * Add proper quoting to last change
  * add screen.xterm-256color to DIR_COLORS

- Update to version 84.87+git20200708.f5e90d7:
  * check for Packages.db and use this instead of Packages
    (boo#1171762)
  * Add also support for /usr/etc/profile.d for tcsh
  * Do add some support for /usr/etc/profile.d

- Better support of Midnight Commander (bsc#1170527)

OBS-URL: https://build.opensuse.org/request/show/826262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=472
This commit is contained in:
Dominique Leuenberger 2020-08-17 10:00:09 +00:00 committed by Git OBS Bridge
parent d6730dc27a
commit 64dd804e3b
5 changed files with 48 additions and 10 deletions

View File

@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
<param name="changesrevision">e2243a4b9f47fa4a51de471811fc32da925a2ffe</param></service></servicedata>
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
<param name="changesrevision">6b4e0de5756e3826efb402fef5cf7c81cf590674</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9e47ca3c02825c5a0664c10824ddb373cffc86923bb17cb403e60494abaf710
size 61688

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0b93cc806adff28efe5a2eb7c51ea85b6b189c031b79c672bb89136b46af500
size 61928

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Aug 12 07:00:07 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Let's own /etc/init.d/ as it is gone from package filesystem
-------------------------------------------------------------------
Tue Aug 4 11:15:19 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- Don't create/ship halt.local, systemd support for it was dropped.
-------------------------------------------------------------------
Tue Aug 04 09:14:39 UTC 2020 - werner@suse.de
- Update to version 84.87+git20200804.d7fb210:
* bashrc: fix bash: -s: command not found
-------------------------------------------------------------------
Tue Aug 04 07:52:51 UTC 2020 - werner@suse.de
- Update to version 84.87+git20200804.00680c3:
* Add proper quoting to last change
* add screen.xterm-256color to DIR_COLORS
-------------------------------------------------------------------
Wed Jul 08 10:00:41 UTC 2020 - ro@suse.de
- Update to version 84.87+git20200708.f5e90d7:
* check for Packages.db and use this instead of Packages
(boo#1171762)
* Add also support for /usr/etc/profile.d for tcsh
* Do add some support for /usr/etc/profile.d
-------------------------------------------------------------------
Tue Jun 16 12:37:10 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
@ -21,6 +53,11 @@ Thu May 07 12:43:27 UTC 2020 - lnussel@suse.de
* Better support of Midnight Commander (bsc#1170527)
* improve sysconf_addword: remove/cleanup spaces while adding/removing flags/modules
-------------------------------------------------------------------
Thu May 07 08:26:51 UTC 2020 - werner@suse.de
- Better support of Midnight Commander (bsc#1170527)
-------------------------------------------------------------------
Tue Mar 31 18:00:15 UTC 2020 - Michal Suchanek <msuchanek@suse.com>

View File

@ -23,7 +23,7 @@
%endif
Name: aaa_base
Version: 84.87+git20200507.e2243a4
Version: 84.87+git20200804.d7fb210
Release: 0
URL: https://github.com/openSUSE/aaa_base
# do not require systemd - aaa_base is in the build environment and we don't
@ -123,9 +123,8 @@ esac
# make sure it does not creep in again
test -d $RPM_BUILD_ROOT/root/.gnupg && exit 1
mkdir -p $RPM_BUILD_ROOT/etc/init.d
for i in boot.local after.local halt.local ; do
echo "#!bin/bash" > $RPM_BUILD_ROOT/etc/init.d/$i
chmod 755 $RPM_BUILD_ROOT/etc/init.d/$i
for i in boot.local after.local ; do
touch $RPM_BUILD_ROOT/etc/init.d/$i
done
#
install -d -m 755 %buildroot%{_libexecdir}/initscripts/legacy-actions
@ -198,9 +197,9 @@ mkdir -p %{buildroot}%{_fillupdir}
/etc/profile.d/ls.zsh
%config /etc/shells
%config /etc/ttytype
%dir /etc/init.d/
%ghost /etc/init.d/boot.local
%ghost /etc/init.d/after.local
%ghost /etc/init.d/halt.local
%ghost %config /etc/inittab
# don't forget to also change aaa_base.post, boot.cleanup
# and /etc/permissions!