| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Default file system |
| 2 | 2 |
Name: filesystem |
| 3 | 3 |
Version: 7.5 |
| 4 |
-Release: 3%{?dist}
|
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 | 5 |
License: GPLv3 |
| 6 | 6 |
Group: System Environment/Base |
| 7 | 7 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -106,7 +106,7 @@ systemd-network:x:76: |
| 106 | 106 |
systemd-resolve:x:77: |
| 107 | 107 |
systemd-timesync:x:78: |
| 108 | 108 |
nogroup:x:99: |
| 109 |
-users:x:999: |
|
| 109 |
+users:x:100: |
|
| 110 | 110 |
EOF |
| 111 | 111 |
# |
| 112 | 112 |
# 7.2.2. Creating Network Interface Configuration Files" |
| ... | ... |
@@ -460,6 +460,8 @@ ln -sv ../usr/lib/os-release %{buildroot}/etc/os-release
|
| 460 | 460 |
/usr/local/lib64 |
| 461 | 461 |
%endif |
| 462 | 462 |
%changelog |
| 463 |
+* Tue Jun 16 2015 Alexey Makhalov <amakhalov@vmware.com> 7.5-4 |
|
| 464 |
+- Change users group id to 100. |
|
| 463 | 465 |
* Mon Jun 15 2015 Sharath George <sharathg@vmware.com> 7.5-3 |
| 464 | 466 |
- Change the network match for dhcp. |
| 465 | 467 |
* Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com> 7.5-2 |