diff --git a/.files b/.files index d490a71..19bc3f2 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 47c5198..1526ff6 100644 --- a/.rev +++ b/.rev @@ -3797,4 +3797,29 @@ dimstar_suse Revert due to https://bugzilla.opensuse.org/show_bug.cgi?id=1174858 + + a0ee45b54f080db08c34138e616214bb + 84.87+git20200804.d7fb210 + + dimstar_suse + - 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) + 826262 + diff --git a/.servicemark b/.servicemark index ef6159d..b1075fb 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -88cf7b2206333df52f8f7d060b6d4cc8 +0346041dc1cd88727f35861553386e7d diff --git a/_servicedata b/_servicedata index 9e354d9..5af6aa7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,6 @@ - https://github.com/openSUSE/aaa_base.git - e2243a4b9f47fa4a51de471811fc32da925a2ffe \ No newline at end of file + https://github.com/openSUSE/aaa_base.git + 6b4e0de5756e3826efb402fef5cf7c81cf590674 + + \ No newline at end of file diff --git a/aaa_base-84.87+git20200507.e2243a4.tar.xz b/aaa_base-84.87+git20200507.e2243a4.tar.xz deleted file mode 120000 index 20482cc..0000000 --- a/aaa_base-84.87+git20200507.e2243a4.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreihz4r6khqbiexc2azsmccbe3wzxht74q2jdxml4wqb6mbeuvoxxca \ No newline at end of file diff --git a/aaa_base-84.87+git20200804.d7fb210.tar.xz b/aaa_base-84.87+git20200804.d7fb210.tar.xz new file mode 120000 index 0000000..7816beb --- /dev/null +++ b/aaa_base-84.87+git20200804.d7fb210.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreifaxe6mqbvn74uo7znc5n6fd2ufw2yytqbrw6ogok5yse3li2xvaa \ No newline at end of file diff --git a/aaa_base.changes b/aaa_base.changes index ad42074..4079b75 100644 --- a/aaa_base.changes +++ b/aaa_base.changes @@ -1,4 +1,36 @@ ------------------------------------------------------------------- +Wed Aug 12 07:00:07 UTC 2020 - Dr. Werner Fink + +- Let's own /etc/init.d/ as it is gone from package filesystem + +------------------------------------------------------------------- +Tue Aug 4 11:15:19 UTC 2020 - Thorsten Kukuk + +- 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 - Properly adjust usr/bin/service to look for legacy-action @@ -22,6 +54,11 @@ Thu May 07 12:43:27 UTC 2020 - lnussel@suse.de * 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 - Require xz (boo#1162581). diff --git a/aaa_base.spec b/aaa_base.spec index 47678ef..21972e2 100644 --- a/aaa_base.spec +++ b/aaa_base.spec @@ -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!