diff --git a/.gitignore b/.gitignore index 85b2932..3f3be0f 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ setup-2.8.25.tar.bz2 /setup-2.9.7.tar.bz2 /setup-2.9.8.tar.bz2 /setup-2.10.1.tar.bz2 +/setup-2.10.2.tar.bz2 diff --git a/setup.spec b/setup.spec index 5f61947..a5fe426 100644 --- a/setup.spec +++ b/setup.spec @@ -1,6 +1,6 @@ Summary: A set of system configuration and setup files Name: setup -Version: 2.10.1 +Version: 2.10.2 Release: 1%{?dist} License: Public Domain Group: System Environment/Base @@ -93,6 +93,9 @@ end %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab %changelog +* Tue Mar 01 2016 Ondrej Vasik - 2.10.2-1 +- make the subuid/subgid files really empty, no comments (#1309425) + * Mon Feb 22 2016 Ondrej Vasik - 2.10.1-1 - add basic empty subuid/subgid files for docker (#1309425) diff --git a/sources b/sources index 62b359c..8742f5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca117fd7e08996f9a35aa5b21a7ab289 setup-2.10.1.tar.bz2 +aca78213319f54402ca23db24a076269 setup-2.10.2.tar.bz2