add basic empty subuid/subgid files for docker (#1309425)
This commit is contained in:
parent
e00a4145cf
commit
e7d23b33c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ setup-2.8.25.tar.bz2
|
||||
/setup-2.9.6.tar.bz2
|
||||
/setup-2.9.7.tar.bz2
|
||||
/setup-2.9.8.tar.bz2
|
||||
/setup-2.10.1.tar.bz2
|
||||
|
||||
13
setup.spec
13
setup.spec
@ -1,7 +1,7 @@
|
||||
Summary: A set of system configuration and setup files
|
||||
Name: setup
|
||||
Version: 2.9.8
|
||||
Release: 3%{?dist}
|
||||
Version: 2.10.1
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
URL: https://fedorahosted.org/setup/
|
||||
@ -68,6 +68,8 @@ end
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/group
|
||||
%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/shadow
|
||||
%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/gshadow
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/subuid
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/subgid
|
||||
%config(noreplace) /etc/services
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/exports
|
||||
%config(noreplace) /etc/aliases
|
||||
@ -91,11 +93,8 @@ end
|
||||
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
|
||||
|
||||
%changelog
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
* Mon Feb 22 2016 Ondrej Vasik <ovasik@redhat.com> - 2.10.1-1
|
||||
- add basic empty subuid/subgid files for docker (#1309425)
|
||||
|
||||
* Wed May 13 2015 Ondrej Vasik <ovasik@redhat.com> - 2.9.8-1
|
||||
- assign uidgid for ceph(167:167) - FPC 524,bz#1220846
|
||||
|
||||
Loading…
Reference in New Issue
Block a user