Accepting request 908837 from home:kukuk:tiu
- Update to version 84.87+git20210727.b447649: * Move /etc/profile.d/* to /usr/etc/profile.d/ OBS-URL: https://build.opensuse.org/request/show/908837 OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=728
This commit is contained in:
parent
db777216f9
commit
f80a73dd22
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
aaa_base-84.87+git20210616.9cf42ff.tar filter=lfs diff=lfs merge=lfs -text
|
aaa_base-84.87+git20210727.b447649.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
|
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
|
||||||
<param name="changesrevision">9cf42ff92f35f20f51ec3a63941601c1d4fe5dcb</param></service></servicedata>
|
<param name="changesrevision">21db5db0c87c0376ee9b3cc9915626ecf0ad7656</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55a1a5cbd1382e75586ff863da680b47903a9c09ebd6be20060c9ab94d039cd3
|
|
||||||
size 358400
|
|
3
aaa_base-84.87+git20210727.b447649.tar
Normal file
3
aaa_base-84.87+git20210727.b447649.tar
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49c044c6ab718006454f9c382905b8154a84e55eb162b67f3130e76518f63b91
|
||||||
|
size 358400
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 28 06:29:31 UTC 2021 - kukuk@suse.com
|
||||||
|
|
||||||
|
- Update to version 84.87+git20210727.b447649:
|
||||||
|
* Move /etc/profile.d/* to /usr/etc/profile.d/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 22 06:52:15 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Jun 22 06:52:15 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: aaa_base
|
Name: aaa_base
|
||||||
Version: 84.87+git20210616.9cf42ff
|
Version: 84.87+git20210727.b447649
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://github.com/openSUSE/aaa_base
|
URL: https://github.com/openSUSE/aaa_base
|
||||||
# do not require systemd - aaa_base is in the build environment and we don't
|
# do not require systemd - aaa_base is in the build environment and we don't
|
||||||
@ -187,23 +187,23 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
%config /etc/inputrc.keys
|
%config /etc/inputrc.keys
|
||||||
%config /etc/mime.types
|
%config /etc/mime.types
|
||||||
%config /etc/profile
|
%config /etc/profile
|
||||||
%config /etc/profile.d/alljava.csh
|
/usr/etc/profile.d/alljava.csh
|
||||||
%config /etc/profile.d/alljava.sh
|
/usr/etc/profile.d/alljava.sh
|
||||||
%config /etc/profile.d/csh.ssh
|
/usr/etc/profile.d/csh.ssh
|
||||||
%config /etc/profile.d/lang.csh
|
/usr/etc/profile.d/lang.csh
|
||||||
%config /etc/profile.d/lang.sh
|
/usr/etc/profile.d/lang.sh
|
||||||
%config /etc/profile.d/profile.csh
|
/usr/etc/profile.d/profile.csh
|
||||||
%config /etc/profile.d/profile.sh
|
/usr/etc/profile.d/profile.sh
|
||||||
%config /etc/profile.d/sh.ssh
|
/usr/etc/profile.d/sh.ssh
|
||||||
%config /etc/profile.d/xdg-environment.csh
|
/usr/etc/profile.d/xdg-environment.csh
|
||||||
%config /etc/profile.d/xdg-environment.sh
|
/usr/etc/profile.d/xdg-environment.sh
|
||||||
%config /etc/profile.d/complete.bash
|
/usr/etc/profile.d/complete.bash
|
||||||
%config /etc/profile.d/alias.ash
|
/usr/etc/profile.d/alias.ash
|
||||||
/etc/profile.d/alias.bash
|
/usr/etc/profile.d/alias.bash
|
||||||
/etc/profile.d/alias.tcsh
|
/usr/etc/profile.d/alias.tcsh
|
||||||
/etc/profile.d/ls.tcsh
|
/usr/etc/profile.d/ls.tcsh
|
||||||
/etc/profile.d/ls.bash
|
/usr/etc/profile.d/ls.bash
|
||||||
/etc/profile.d/ls.zsh
|
/usr/etc/profile.d/ls.zsh
|
||||||
%config /etc/shells
|
%config /etc/shells
|
||||||
%config /etc/ttytype
|
%config /etc/ttytype
|
||||||
%ghost %dir /etc/init.d
|
%ghost %dir /etc/init.d
|
||||||
@ -259,12 +259,12 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
|
|
||||||
%files malloccheck
|
%files malloccheck
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config /etc/profile.d/malloc-debug.sh
|
/usr/etc/profile.d/malloc-debug.sh
|
||||||
%config /etc/profile.d/malloc-debug.csh
|
/usr/etc/profile.d/malloc-debug.csh
|
||||||
|
|
||||||
%files wsl
|
%files wsl
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config /etc/profile.d/wsl.csh
|
/usr/etc/profile.d/wsl.csh
|
||||||
%config /etc/profile.d/wsl.sh
|
/usr/etc/profile.d/wsl.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user