fix typo in cdrom default group (#962486)

This commit is contained in:
Ondřej Vašík 2013-05-14 09:25:15 +02:00
parent 0d87604343
commit 86b32737c5
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ setup-2.8.25.tar.bz2
/setup-2.8.67.tar.bz2
/setup-2.8.68.tar.bz2
/setup-2.8.69.tar.bz2
/setup-2.8.70.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A set of system configuration and setup files
Name: setup
Version: 2.8.69
Version: 2.8.70
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
@ -90,6 +90,9 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
%changelog
* Tue May 14 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.70-1
- fix typo in cdrom default group (#962486)
* Thu Apr 18 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.69-1
- remove the rpmlib(X-CheckUnifiedSystemdir) requirement
hack - no longer required
@ -109,7 +112,7 @@ end
- drop dip (gid 40) from groups created by default
-> moved to ppp (#918206)
- drop uucp (uidgid 14) from groups created by default
-> moved to uucp (#912806)
-> moved to uucp (#918206)
- create cdrom, tape, dialout, floppy groups in setup(#919285)
* Tue Mar 05 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.66-1

View File

@ -1 +1 @@
9c556104ece32973e45fbaf1b2a1264f setup-2.8.69.tar.bz2
09fe1be803e8e851adda4ca63260f596 setup-2.8.70.tar.bz2