forked from pool/aaa_base
Accepting request 492815 from Base:System
- Off application keypad (keyboard transmit) mode - Missed a meta prefix in new inputrs.keys - More 8bit key escape control sequences for XTerm - Do not set INPUTRC as readline does know personal as well as system inputrc also make /etc/inputrc do set know sequences for both vi line editing modes as well as for emacs line editing mode. - Do remove patch aaa_base-13.2+git20170308.c0ecf2e.dif not only from package but also from spec file - Update to version 13.2+git20170425.47e703a: * Add Enlightenment to the list of windowmanagers * Add a number of audio/video formats to be colorized * Revert "Avoid NAT on Bridges. Bridges are L2 devices, really." * aaa_base.pre: drop some system users from aaa_base and create them in the respective packages: bin,daemon,news,uucp,games,man * Remove /var/log/faillog, there no application using this left [bsc#980484] * Remove users and groups sys, mail, lp, wwwrun, ftp and nobody OBS-URL: https://build.opensuse.org/request/show/492815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=432
This commit is contained in:
parent
129fc3e42e
commit
11e68d517f
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/aaa_base.git</param>
|
||||
<param name="changesrevision">106a00da1df540677b39e94037868a55f92bf648</param></service></servicedata>
|
||||
<param name="changesrevision">47e703a0981f0a9686ac978a9990dc11eef70873</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d602a3ae064ada9c8b897d10113e8717ebb02af7fb9701978d85883e6d28edc
|
||||
size 80404
|
3
aaa_base-13.2+git20170504.927b15d.tar.xz
Normal file
3
aaa_base-13.2+git20170504.927b15d.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fca9406a9aee9b848112926918d66c3bdfee20af0e8c943e3fb1ceadd67998b1
|
||||
size 80776
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 09:19:44 UTC 2017 - werner@suse.de
|
||||
|
||||
- Off application keypad (keyboard transmit) mode
|
||||
- Missed a meta prefix in new inputrs.keys
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 27 11:32:47 UTC 2017 - werner@suse.de
|
||||
|
||||
- More 8bit key escape control sequences for XTerm
|
||||
- Do not set INPUTRC as readline does know personal as well as system
|
||||
inputrc also make /etc/inputrc do set know sequences for both vi
|
||||
line editing modes as well as for emacs line editing mode.
|
||||
- Do remove patch aaa_base-13.2+git20170308.c0ecf2e.dif not
|
||||
only from package but also from spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 06:29:52 UTC 2017 - lnussel@suse.de
|
||||
|
||||
- Update to version 13.2+git20170425.47e703a:
|
||||
* Add Enlightenment to the list of windowmanagers
|
||||
* Add a number of audio/video formats to be colorized
|
||||
* Revert "Avoid NAT on Bridges. Bridges are L2 devices, really."
|
||||
* aaa_base.pre: drop some system users from aaa_base and create them in the respective packages: bin,daemon,news,uucp,games,man
|
||||
* Remove /var/log/faillog, there no application using this left [bsc#980484]
|
||||
* Remove users and groups sys, mail, lp, wwwrun, ftp and nobody
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 09:11:59 UTC 2017 - werner@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: aaa_base
|
||||
Version: 13.2+git20170308.c0ecf2e
|
||||
Version: 13.2+git20170504.927b15d
|
||||
Release: 0
|
||||
Url: https://github.com/openSUSE/aaa_base
|
||||
Provides: aaa_skel = %{version}-%{release}
|
||||
@ -142,6 +142,7 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
%config /etc/csh.cshrc
|
||||
%config /etc/csh.login
|
||||
%config /etc/inputrc
|
||||
%config /etc/inputrc.keys
|
||||
%config /etc/mime.types
|
||||
%config /etc/profile
|
||||
%config /etc/profile.d/alljava.csh
|
||||
@ -169,7 +170,6 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
# don't forget to also change aaa_base.post, boot.cleanup
|
||||
# and /etc/permissions!
|
||||
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
||||
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/faillog
|
||||
%ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/log/wtmp
|
||||
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/btmp
|
||||
%ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /run/utmp
|
||||
|
Loading…
Reference in New Issue
Block a user