diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-12 07:23:17 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-12 07:23:17 +0100 |
commit | 7789b65d1fa4252efa2807f700fef69e814f0877 (patch) | |
tree | 42b03c1daa71a0c984f108b806ab98f94f86e910 /.gitignore | |
parent | a5e90676285c7b3f53f3457402ad267a41bbaae5 (diff) |
v1.10.6 from fedora:
- Update to 1.10.6 (RHBZ #1534985, SSPSA 201801-01, CVE-2018-6519, SSPSA 201802-01, CVE-2018-7644, SSPSA 201803-01, CVE-2018-7711)
- License changed from LGPLv2 to LGPLv2+
- Add max versions to BuildRequires
- Use range dependencies on F27+
- Test with SCLs if available
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm |