Revisions of augeas

buildservice-autocommit accepted request 1105582 from Otto Hollmann's avatar Otto Hollmann (ohollmann) (revision 101)
baserev update by copy to link target
Otto Hollmann's avatar Otto Hollmann (ohollmann) accepted request 1105579 from Otto Hollmann's avatar Otto Hollmann (ohollmann) (revision 100)
- Update to 1.14.1
  * General changes/additions
    - internal.c: update #if to only use GNU-specific strerror_r() when GLIBC
      is defined (#791) Dimitry Andric
    - augeas.c: Fix bug from PR#691 where the nodes of a newly created file
      are lost upon a subsequent load operation (#810) George Hansper
    - HACKING.md: describe testing (#796) Laszlo Ersek
    - Add GitHub Actions (#714) Raphaƫl Pinson
    - augprint.c: remove #include <malloc.h> , add #include <libgen.h>
      (#792) Ruoyu Zhong
  * Lens changes/additions
    - TOML: support trailing commas in arrays (#809) Bao
    - Tmpfiles: allow '=', '~', '^' for letter types, allow ":" as prefix for
      the mode (#805) Pino Toscano
    - Sshd: Add keyword PubkeyAcceptedAlgorithms as comma-separated list of
      items (#806) Dave Re
    - Cmdline: Allow whitespace at the end of kernel commnd line
      (#798) rwmjones

- Update to 1.14.0
  * General changes/additions
    - Update submodule gnulib to 2f7479a16a3395f1429c7795f10c5d19b9b4453e
      (#781)
    - Add bash-completion for augtool, augmatch, augprint (#783) George
      Hansper
    - Fix: Allow values to contain arbitrary unbalanced square brackets
      (#782) George Hansper
    - Add package bash to build stage in Dockerfile (#776) George Hansper
    - Add augprint tool for creating idempotent augtool scripts (#752) George
      Hansper
buildservice-autocommit accepted request 1077751 from Otto Hollmann's avatar Otto Hollmann (ohollmann) (revision 99)
baserev update by copy to link target
Otto Hollmann's avatar Otto Hollmann (ohollmann) accepted request 1077750 from Otto Hollmann's avatar Otto Hollmann (ohollmann) (revision 98)
- Use the correct license - LGPL-2.1
buildservice-autocommit accepted request 1033427 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 97)
baserev update by copy to link target
Jason Sikes's avatar Jason Sikes (jsikes) accepted request 1033426 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 96)
Update to 1.13.0! Fixes bsc#1204554! Enjoy.
buildservice-autocommit accepted request 991496 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 95)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 991279 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 94)
RFC.

- Unset MALLOC_PERTURB_ to speed up %check significantly
  (boo#1201884, gh#hercules-team#768)
buildservice-autocommit accepted request 978642 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 93)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 972921 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 92)
- Employ shared library packaging guideline and resolve this
  rpmlint report: "libaugeas0.x86_64: E: shlib-policy-name-error
  SONAME: libfa.so.1, expected package suffix: 1" [boo#1191749]
buildservice-autocommit accepted request 964749 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 91)
baserev update by copy to link target
Jason Sikes's avatar Jason Sikes (jsikes) accepted request 964677 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 90)
- add sysctl_parsing.patch (bsc#1197443)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 949726 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 89)
- testsuite requires glibc-locale, buildrequire it
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 898482 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 88)
- add remove-unportable-tests.patch to fix build
buildservice-autocommit accepted request 895787 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 87)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 895613 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 86)
Fix for bsc 1185524. Enjoy!
buildservice-autocommit accepted request 876385 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 85)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 870632 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 84)
Final got around to bsc#1178470. Enjoy!
buildservice-autocommit accepted request 824486 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 83)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 819138 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 82)
- update to 1.12.0
  General changes/additions
    - update gnulib to 91584ed6
  Lens changes/additions
    - Anaconda: new lens to process /etc/sysconfig/anaconda instead of Shellvars (Pino Toscano) (Issue #597)
    - DevfsRules: add lens for FreeBSD devfs.rules files
    - Dovecot: permit ! in block titles (Nathan Ward) (Issue #599)
    - Hostname: Allow creation of hostname when file is missing (David Farrell) (Issue #606)
    - Krb5: add more pkinit_* options (Issue #603)
    - Logrotate: fix missing recognition of double quoted filenames (Issue #611)
    - Multipath: accept values enclosed in quotes (Issue #583)
    - Nginx: support unix sockets as server address (Issue #618)
    - Nsswitch: add merge action (Issue #609)
    - Pam: accept continuation lines (Issue #590)
    - Puppetfile: allow symbols as (optional) values (Issue #619) allow comments in entries (Issue #620)
    - Rsyslog: support dynamic file paths (Issue #622) treat #!/+/- as comment (arnolda, PR #595)
    - Syslog: accept 'include' directive (Issue #486)
    - Semanage: new lens to process /etc/selinux/semanage.conf instead of Simplevars (Pino Toscano) (Issue #594)
    - Shellvars: allow and/or in @if conditions (#582) accept functions wrapped in round brackets, accept variables with a dash in their name, exclude csh/tcsh profile scripts (Pino Toscano) (Issue #600) accept variable as command (Issue #601)
    - Ssh: accept RekeyLimit (Issue #605)
    - Sshd: accept '=' to separate option names from their values (Emil Dragu, #587)
    - Sudoers: support 'always_query_group_plugin' flag (Steve Traylen, #588)
    - Strongswan: parse lists. This is a backwards-incompatible change since list entries that were parsed into a single string are now split into a list of entries (Kaarle Ritvanen)
    - Toml: new lens to parse .toml files (PR #91)
    - Xorg: accept empty values for options (arnolda, PR #596)
- refresh patches
- run spec-cleaner
Displaying revisions 1 - 20 of 101
openSUSE Build Service is sponsored by