Skip to content

Commit

Permalink
fix typo in cdrom default group (#962486)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovasik committed May 14, 2013
1 parent 0d87604 commit 86b3273
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -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
7 changes: 5 additions & 2 deletions setup.spec
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sources
@@ -1 +1 @@
9c556104ece32973e45fbaf1b2a1264f setup-2.8.69.tar.bz2
09fe1be803e8e851adda4ca63260f596 setup-2.8.70.tar.bz2

0 comments on commit 86b3273

Please sign in to comment.