forked from pool/aaa_base
- Update to version 84.87+git20210308.d7a7d3a:
* excluding new kernel string in version search * Fixing possible resource leak. Found by running ccpcheck on the source code. * Comment out 8-bit C1 conflicting with UTF-8 in /etc/inputrc * Fix keyseq specifications in /etc/inputrc{,.keys} OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=717
This commit is contained in:
parent
0ee6d77190
commit
58167fef53
@ -1,6 +1,6 @@
|
|||||||
<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">4f16b1614fac8432188271c8363b1e6217944b4c</param>
|
<param name="changesrevision">d7a7d3adc3b583e0951b985aa4f72ec3f6e58415</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd252ea9c0a5dab94b1017844e05297b9baeca37a0da39bfd0dfec5d01563597
|
|
||||||
size 62384
|
|
3
aaa_base-84.87+git20210308.d7a7d3a.tar.xz
Normal file
3
aaa_base-84.87+git20210308.d7a7d3a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d18b067ca9d0773368279bcb1e1d3dd47f7b6fb9982433f0a88df0c6b9820ce7
|
||||||
|
size 62384
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 08 15:11:13 UTC 2021 - ro@suse.de
|
||||||
|
|
||||||
|
- Update to version 84.87+git20210308.d7a7d3a:
|
||||||
|
* excluding new kernel string in version search
|
||||||
|
* Fixing possible resource leak. Found by running ccpcheck on the source code.
|
||||||
|
* Comment out 8-bit C1 conflicting with UTF-8 in /etc/inputrc
|
||||||
|
* Fix keyseq specifications in /etc/inputrc{,.keys}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 23 09:41:55 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
Mon Nov 23 09:41:55 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aaa_base
|
# spec file for package aaa_base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: aaa_base
|
Name: aaa_base
|
||||||
Version: 84.87+git20201123.4f16b16
|
Version: 84.87+git20210308.d7a7d3a
|
||||||
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
|
||||||
@ -39,7 +39,12 @@ Requires: /usr/bin/tput
|
|||||||
Requires: /usr/bin/xz
|
Requires: /usr/bin/xz
|
||||||
Requires: distribution-release
|
Requires: distribution-release
|
||||||
Requires: filesystem
|
Requires: filesystem
|
||||||
Recommends: logrotate netcfg udev iputils iproute2 aaa_base-extras
|
Recommends: aaa_base-extras
|
||||||
|
Recommends: iproute2
|
||||||
|
Recommends: iputils
|
||||||
|
Recommends: logrotate
|
||||||
|
Recommends: netcfg
|
||||||
|
Recommends: udev
|
||||||
Requires(pre): /usr/bin/rm
|
Requires(pre): /usr/bin/rm
|
||||||
Requires(pre): glibc >= 2.30
|
Requires(pre): glibc >= 2.30
|
||||||
Requires(post): fillup /usr/bin/chmod /usr/bin/chown
|
Requires(post): fillup /usr/bin/chmod /usr/bin/chown
|
||||||
|
Loading…
Reference in New Issue
Block a user