e62fd8c
Summary: The basic directory layout for a Linux system
cvsdist 02bba4f
Name: filesystem
cf7eb35
Version: 2.4.19
b027949
Release: 1%{?dist}
cvsdist 29e96bc
License: Public Domain
a2ecb31
URL: https://fedorahosted.org/filesystem
cvsdist 02bba4f
Group: System Environment/Base
e62fd8c
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16a0520
# Raw source1 URL: https://fedorahosted.org/filesystem/browser/lang-exceptions?format=raw
fc38940
Source1: https://fedorahosted.org/filesystem/browser/lang-exceptions
f3bf101
Requires(Pre): setup >= 2.5.4-1
b8f9541
BuildRequires: iso-codes
cvsdist 02bba4f
cvsdist 02bba4f
%description
cvsdist 3d702fd
The filesystem package is one of the basic packages that is installed
4821823
on a Linux system. Filesystem contains the basic directory layout
4821823
for a Linux operating system, including the correct permissions for
4821823
the directories.
cvsdist 02bba4f
cvsdist 02bba4f
%prep
b8f9541
rm -f $RPM_BUILD_DIR/filelist
cvsdist 02bba4f
92d26fd
%build
92d26fd
cvsdist 02bba4f
%install
cvsdist 02bba4f
rm -rf %{buildroot}
49e8ca8
mkdir -p %{buildroot}
cvsdist 02bba4f
cvsdist 02bba4f
cd %{buildroot}
cvsdist d9d13d0
cvsdist d9d13d0
mkdir -p mnt/{floppy,cdrom} \
92d26fd
        bin boot dev \
a2ecb31
        etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,xinetd.d,skel,sysconfig,pki,fonts/conf.d} \
92d26fd
        home lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \
cf7eb35
        usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11},lib/{games,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{applications,augeas/lenses,desktop-directories,dict,doc,empty,fonts,games,gnome,icons,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,themes,xsessions},src,src/kernels} \
cvsdist 65e5a42
        var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
cvsdist d9d13d0
cvsdist d9d13d0
ln -snf ../var/tmp usr/tmp
cvsdist d9d13d0
ln -snf spool/mail var/mail
cvsdist 0c17b19
b8f9541
grep -v "^$" /usr/share/iso-codes/iso_639.tab | grep -v "^#" | while read a b c d ; do
92d26fd
    [[ "$d" =~ "^Reserved" ]] && continue
92d26fd
    [[ "$d" =~ "^No linguistic" ]] && continue
92d26fd
92d26fd
    locale=$c
92d26fd
    if [ "$locale" = "XX" ]; then
92d26fd
        locale=$b
92d26fd
    fi
92d26fd
    echo "%lang(${locale})	/usr/share/locale/${locale}" >> $RPM_BUILD_DIR/filelist
b8f9541
done
b8f9541
cat %{SOURCE1} | grep -v "^#" | grep -v "^$" | while read loc ; do
92d26fd
    locale=$loc
92d26fd
    locality=
92d26fd
    [[ "$locale" =~ "@" ]] && locale=${locale%%@*}
92d26fd
    [[ "$locale" =~ "_" ]] && locality=${locale##*_}
92d26fd
92d26fd
    # If the locality is not official, skip it
92d26fd
    if [ -n "$locality" ]; then
92d26fd
        grep -q "^$locality" /usr/share/iso-codes/iso_3166.tab || continue
92d26fd
    fi
92d26fd
    # If the locale is not official, skip it
92d26fd
    egrep -q "[[:space:]]${locale%_*}[[:space:]]" /usr/share/iso-codes/iso_639.tab || continue
92d26fd
    echo "%lang(${locale})	/usr/share/locale/${loc}" >> $RPM_BUILD_DIR/filelist
b8f9541
done
b8f9541
b8f9541
b8f9541
cat $RPM_BUILD_DIR/filelist | while read a b ; do
92d26fd
    mkdir -p -m 755 %{buildroot}/$b/LC_MESSAGES
b8f9541
done
b8f9541
cvsdist 02bba4f
%clean
cvsdist 02bba4f
rm -rf %{buildroot}
cvsdist 02bba4f
b8f9541
%files -f filelist
cvsdist 02bba4f
%defattr(0755,root,root)
a4f72a0
%dir /
cvsdist 02bba4f
/bin
cvsdist 02bba4f
/boot
3b54e2b
/dev
cvsdist 02bba4f
/etc
cvsdist 02bba4f
/home
cvsdist 02bba4f
/lib
cvsdist d9d13d0
%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x
cvsdist d9d13d0
/%{_lib}
cvsdist d9d13d0
%endif
cvsdist 8a20d8d
/media
cvsdist 02bba4f
%dir /mnt
cvsdist 35ea7ac
%ghost %config(missingok) %verify(not size md5 mode user link rdev group mtime) /mnt/cdrom
cvsdist 35ea7ac
%ghost %config(missingok) %verify(not size md5 mode user link rdev group mtime) /mnt/floppy
cvsdist 02bba4f
%dir /opt
cvsdist 02bba4f
%attr(555,root,root) /proc
cvsdist 02bba4f
%attr(750,root,root) /root
cvsdist 02bba4f
/sbin
cvsdist a2b9dea
/selinux
cvsdist 8a20d8d
/srv
cvsdist 65e5a42
/sys
cvsdist 02bba4f
%attr(1777,root,root) /tmp
cvsdist 02bba4f
%dir /usr
cvsdist 02bba4f
/usr/[^s]*
cvsdist 02bba4f
/usr/sbin
cvsdist 02bba4f
%dir /usr/share
cvsdist d9d13d0
/usr/share/applications
cf7eb35
/usr/share/augeas
79765af
/usr/share/desktop-directories
cvsdist 65e5a42
/usr/share/dict
79765af
/usr/share/doc
cvsdist 02bba4f
%attr(555,root,root) %dir /usr/share/empty
b027949
/usr/share/fonts
79765af
/usr/share/games
a245055
/usr/share/gnome
79765af
/usr/share/icons
cvsdist 02bba4f
/usr/share/info
b8f9541
%dir /usr/share/locale
cvsdist 02bba4f
/usr/share/man
e62fd8c
/usr/share/mime-info
cvsdist 02bba4f
/usr/share/misc
79765af
/usr/share/omf
4821823
/usr/share/pixmaps
4821823
/usr/share/themes
cvsdist 29e96bc
/usr/share/xsessions
cvsdist 02bba4f
/usr/src
cvsdist 02bba4f
%dir /var
cvsdist 02bba4f
/var/db
3b54e2b
/var/games
cvsdist 02bba4f
/var/lib
cvsdist 02bba4f
/var/local
cvsdist 3d702fd
%dir %attr(0775,root,lock) /var/lock
cvsdist 0c17b19
%attr(755,root,root) /var/lock/subsys
cvsdist 02bba4f
/var/cache
cvsdist 65e5a42
/var/empty
cvsdist 02bba4f
/var/log
cvsdist 02bba4f
/var/mail
cvsdist 02bba4f
/var/nis
cvsdist 02bba4f
/var/opt
cvsdist 02bba4f
/var/preserve
cvsdist 02bba4f
/var/run
cvsdist 02bba4f
%dir /var/spool
cvsdist 02bba4f
%attr(755,root,root) /var/spool/lpd
cvsdist 02bba4f
%attr(775,root,mail) /var/spool/mail
cvsdist 02bba4f
%attr(1777,root,root) /var/tmp
cvsdist 3d702fd
/var/yp
cvsdist 02bba4f
cvsdist 02bba4f
%changelog
cf7eb35
* Sat Sep 06 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.19-1
cf7eb35
- Added augeas lenses dir (#461317)
49e8ca8
- Small specfile fix
cf7eb35
16a0520
* Tue Jun 24 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.18-1
16a0520
- Added comment with raw format lang-exception URL
16a0520
fc38940
* Mon Jun 23 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.17-1
fc38940
- Added URL for lang-exception source (#225752)
fc38940
a2ecb31
* Wed Jun 18 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.16-1
a2ecb31
- Dropped /etc/news again as we're handling it now correctly (#437462)
a2ecb31
- Filesystem is now an official fedorahosted project, part of the review
a2ecb31
  changes (#225752)
a2ecb31
- Removed duplicate entry in lang_exceptions for ca_ES@valencian (#225752)
a2ecb31
92d26fd
* Tue May 27 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.15-1
92d26fd
- First round of Fedora package review changes (#225752)
92d26fd
bf9a15f
* Tue May 20 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.14-1
bf9a15f
- Added /usr/src/kernels to owned and created dirs (#442283)
bf9a15f
e967aeb
* Mon Apr 07 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.13-1
e967aeb
- Added /etc/news to owned and created directories
e967aeb
b027949
* Thu Mar 27 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.12-1
b027949
- Added be@latin to lang-exceptions (#231737)
b027949
- Added /usr/share/man{0,1,3]p to owned files (#233879)
b027949
- Added /usr/share/fonts to owned files (#302141)
b027949
- Renamed sr@Latn to sr@latin (#436887)
b027949
735c785
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.4.11-2
735c785
- Autorebuild for GCC 4.3
735c785
ef2a7dd
* Mon Aug 13 2007 Phil Knirsch <pknirsch@redhat.com> 2.4.11-1
ef2a7dd
- Added /etc/X11/fontpath.d and dropped /etc/X11/sysconfig /etc/X11/serverconfig
ef2a7dd
 (#251707)
ef2a7dd
a245055
* Wed Jul 18 2007 Phil Knirsch <pknirsch@redhat.com> 2.4.10-1
a245055
- Replaced gtk-doc with gnome (#247276)
a245055
d8f1973
* Tue May 29 2007 Phil Knirsch <pknirsch@redhat.com> 2.4.9-1
d8f1973
- Fixed nasty typo for /etc directories (#241525)
d8f1973
4821823
* Fri May 25 2007 Phil Knirsch <pknirsch@redhat.com> 2.4.8-1
4821823
- Fixed description to avoid trademark issues (#234093)
4821823
4821823
* Thu May 24 2007 Phil Knirsch <pknirsch@redhat.com> 2.4.7-1
4821823
- Added /etc/fonts/conf.d and /usr/share/themes (#239246)
4821823
- Removed /etc/xdg/menus, already owned by redhat-menus (#228779)
4821823
79765af
* Tue Apr 17 2007 Phil Knirsch <pknirsch@redhat.com> - 2.4.6-1
79765af
- Added several more /usr/share directories (#222905)
79765af
e4666cc
* Sat Mar 31 2007 Peter Jones <pjones@redhat.com> - 2.4.5-1
e4666cc
- add /usr/local/share/applications
e4666cc
f6bc07b
* Fri Mar 30 2007 Jeremy Katz <katzj@redhat.com> - 2.4.4-1
f6bc07b
- add /etc/xdg/autostart
f6bc07b
f3bf101
* Thu Mar 15 2007 Phil Knirsch <pknirsch@redhat.com> - 2.4.3-1
f3bf101
- Fixed typo for new /etc/xdg entries (#224052)
f3bf101
- One more tiny specile cleanup
f3bf101
e62fd8c
* Mon Feb 12 2007 Phil Knirsch <pknirsch@redhat.com> - 2.4.2-1
e62fd8c
- Added several missing unowned directories (#224052)
e62fd8c
- Tiny specfile cleanups
e62fd8c
eb9d708
* Wed Dec 20 2006 Phil Knirsch <pknirsch@redhat.com> - 2.4.1-1
eb9d708
- Dropped the obsolete directories /usr/lib{,64}/gcc-lib (#220235)
eb9d708
b8f9541
* Tue Oct 10 2006 Bill Nottingham <notting@redhat.com> - 2.4.0-1
b8f9541
- create and own /usr/share/locale/*/LC_MESSAGES (#196669)
b8f9541
dffa381
* Tue Oct 10 2006 Phil Knirsch <pknirsch@redhat.com> - 2.3.8-1
dffa381
- Added the manXx directories to the ownership of filesystem (#208121)
dffa381
3ee1b9d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.7-2.1
3ee1b9d
- rebuild
3ee1b9d
3b54e2b
* Wed Jun 28 2006 Phil Knirsch <pknirsch@redhat.com> - 2.3.7-2
3b54e2b
- Fixed games location according to FHS 2.1 (#165425)
3b54e2b
- Added {_libdir}/sse2 to owned files (#192853)
3b54e2b
- Added /dev to owned files (#192860)
3b54e2b
- Added {_datadir}/icons to owned files (#195911)
3b54e2b
- Dropped obsolete /etc/X11/starthere (#191163)
3b54e2b
edd07c7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3.7-1.2.1
edd07c7
- bump again for double-long bug on ppc(64)
edd07c7
d5ae3c0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3.7-1.2
d5ae3c0
- rebuilt for new gcc4.1 snapshot and glibc changes
d5ae3c0
1e67a21
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1e67a21
- rebuilt
1e67a21
2b9d838
* Thu Nov 17 2005 Bill Nottingham <notting@redhat.com> - 2.3.7-1
c0d9543
- actually, *do* package /usr/lib/X11, etc, but as directories
2b9d838
- remove /usr/X11R6 heirarchy
2b9d838
9b77bad
* Mon Nov  7 2005 Bill Nottingham <notting@redhat.com> - 2.3.6-1
2b9d838
- don't package /usr/lib/X11 or /usr/bin/X11 symlinks
9b77bad
a4f72a0
* Fri Aug 19 2005 Bill Nottingham <notting@redhat.com> - 2.3.5-1
a4f72a0
- package / (#165797)
a4f72a0
3968b06
* Mon May 23 2005 Bill Nottingham <notting@redhat.com> - 2.3.4-1
3968b06
- ship /usr/share/games (#158433, <ville.skytta@iki.fi>)
3968b06
9b1c138
* Thu May  5 2005 Peter Jones <pjones@redhat.com> - 2.3.3-1
a2288f7
- remove /initrd, since mkinitrd doesn't use it anymore by default
9b1c138
8e68368
* Wed Apr 20 2005 John Dennis <jdennis@redhat.com> - 2.3.2-1
8e68368
- add /etc/pki, a place to store keys and certificates
8e68368
9bd7445
* Wed Mar  9 2005 Bill Nottingham <notting@redhat.com> 2.3.1-1
9bd7445
- don't ship /usr/lib64/X11 in general (#147077)
9bd7445
cvsdist 8a20d8d
* Thu Aug 12 2004 Bill Nottingham <notting@redhat.com> 2.3.0-1
cvsdist 8a20d8d
- add /media, /srv
cvsdist 8a20d8d
cvsdist 8a20d8d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8a20d8d
- rebuilt
cvsdist 8a20d8d
cvsdist a2b9dea
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 2.2.4-1
cvsdist a2b9dea
- move /selinux here from SysVinit
cvsdist a2b9dea
cvsdist a2b9dea
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a2b9dea
- rebuilt
cvsdist a2b9dea
cvsdist a2b9dea
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a2b9dea
- rebuilt
cvsdist a2b9dea
cvsdist 65e5a42
* Thu Jan 15 2004 Bill Nottingham <notting@redhat.com> 2.2.3-1
cvsdist 65e5a42
- move /usr/dict to /usr/share/dict (#113645)
cvsdist 65e5a42
- add /usr/lib/locale, /var/empty (#108686,#113036)
cvsdist 65e5a42
- add */%%{_lib}/tls (#113050)
cvsdist 65e5a42
cvsdist 65e5a42
* Fri Nov 21 2003 Bill Nottingham <notting@redhat.com> 2.2.2-1
cvsdist 65e5a42
- add /sys
cvsdist 65e5a42
cvsdist 29e96bc
* Tue Oct 07 2003 Than Ngo <than@redhat.com> 2.2.1-5
cvsdist 29e96bc
- add /usr/share/xsessions
cvsdist 29e96bc
cvsdist 29e96bc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 29e96bc
- rebuilt
cvsdist 29e96bc
cvsdist d9d13d0
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist d9d13d0
- rebuilt
cvsdist d9d13d0
cvsdist d9d13d0
* Sun Dec  1 2002 Tim Waugh <twaugh@redhat.com> 2.2.1-2
cvsdist d9d13d0
- Really fix /var/mail
cvsdist d9d13d0
cvsdist d9d13d0
* Thu Nov 28 2002 Bill Nottingham <notting@redhat.com> 2.2.1-1
cvsdist d9d13d0
- fix /var/mail
cvsdist d9d13d0
cvsdist d9d13d0
* Wed Nov 20 2002 Bill Nottingham <notting@redhat.com>
cvsdist d9d13d0
- make arch specific, handle lib/lib64 stuff
cvsdist d9d13d0
- add /usr/libexec, /usr/share/applications
cvsdist d9d13d0
cvsdist 5557ec3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 5557ec3
- automated rebuild
cvsdist 5557ec3
cvsdist c75b38e
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist c75b38e
- automated rebuild
cvsdist c75b38e
cvsdist c75b38e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist c75b38e
- automated rebuild
cvsdist c75b38e
cvsdist 35ea7ac
* Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
cvsdist 35ea7ac
- %%ghost /mnt/cdrom, /mnt/floppy (fixes #52046)
cvsdist 35ea7ac
cvsdist 3d702fd
* Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
cvsdist 3d702fd
- add /usr/X11R6/share (#51830)
cvsdist 3d702fd
cvsdist 3d702fd
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist 3d702fd
- prereq a particular version of the setup package
cvsdist 3d702fd
cvsdist 3d702fd
* Thu Aug  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist 3d702fd
- remove /mnt/cdrom, /mnt/floppy (updfstab will create them if needed)
cvsdist 7c47836
- make it noarch again
cvsdist 7c47836
cvsdist 3d702fd
* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
cvsdist 3d702fd
- /var/lock needs to be root.lock, not lock.lock
cvsdist 3d702fd
cvsdist 3d702fd
* Mon Aug  6 2001 Jeff Johnson <jbj@redhat.com>
cvsdist 3d702fd
- lock.lock ownership, 0775 permissions, for /var/lock.
cvsdist 3d702fd
cvsdist 3d702fd
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist 3d702fd
- add /etc/sysconfig, /var/yp, /usr/share/pixmaps
cvsdist 3d702fd
cvsdist 3d702fd
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
cvsdist 3d702fd
- add stuff under /etc/X11
cvsdist 3d702fd
- remove extraneous /usr/X11R6/doc (#47490)
cvsdist 3d702fd
cvsdist 0c17b19
* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0c17b19
- don't conflict with rpm
cvsdist 0c17b19
cvsdist 0c17b19
* Fri Jun 22 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0c17b19
- don't own /var/lib/rpm (#43315)
cvsdist 0c17b19
- add some stuff in /usr/local (#36522)
cvsdist 0c17b19
cvsdist 0c17b19
* Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
cvsdist f2f054b
- add /initrd
cvsdist 0c17b19
cvsdist 0c17b19
* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 0c17b19
- remove noarch
cvsdist 0c17b19
- do not include /mnt/cdrom and /mnt/floppy for s390/s390x
cvsdist 0c17b19
cvsdist 0c17b19
* Mon Apr 16 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0c17b19
- take the group write off of /var/lock
cvsdist 0c17b19
cvsdist 02bba4f
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist 02bba4f
- add /usr/share/empty
cvsdist 02bba4f
cvsdist 02bba4f
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 02bba4f
- automatic rebuild
cvsdist 02bba4f
cvsdist 02bba4f
* Wed Jun 28 2000 Preston Brown <pbrown@redhat.com>
cvsdist 02bba4f
- remove /usr/doc
cvsdist 02bba4f
cvsdist 02bba4f
* Thu Jun 22 2000 Preston Brown <pbrown@redhat.com>
cvsdist 02bba4f
- remove /usr/info
cvsdist 02bba4f
cvsdist 02bba4f
* Sun Jun 19 2000 Bill Nottingham <notting@redhat.com>
cvsdist 02bba4f
- remove /usr/man
cvsdist 02bba4f
cvsdist 02bba4f
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
cvsdist 02bba4f
- /var/spool/lpd should have normal perms (#12272)
cvsdist 02bba4f
cvsdist 02bba4f
* Tue Jun  6 2000 Bill Nottingham <notting@redhat.com>
cvsdist 02bba4f
- add /etc/skel
cvsdist 02bba4f
cvsdist 02bba4f
* Thu Jun 01 2000 Preston Brown <pbrown@redhat.com>
cvsdist 02bba4f
- add /var/spool/lpd to filesystem, owned by user/group lp, tight permissions
cvsdist 02bba4f
92d26fd
* Tue May 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 02bba4f
- Added /etc/xinetd.d
cvsdist 02bba4f
cvsdist 02bba4f
* Mon May 15 2000 Preston Brown <pbrown@redhat.com>
cvsdist 02bba4f
- /etc/opt, /usr/share/{info,man/man*,misc,doc} (FHS 2.1)
cvsdist 02bba4f
- added /var/games.  Data should move from /var/lib/games to there (FHS 2.1)
cvsdist 02bba4f
- bump version up to 2.0 already!
cvsdist 02bba4f
cvsdist 02bba4f
* Thu Apr 13 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 02bba4f
- removed /var/state, added /var/opt, /var/mail for FHS 2.1 compliance
cvsdist 02bba4f
cvsdist 02bba4f
* Mon Aug 28 1999 Preston Brown <pbrown@redhat.com>
cvsdist 02bba4f
- added /opt, /var/state, /var/cache for FHS compliance (#3966)
cvsdist 02bba4f
cvsdist 02bba4f
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 02bba4f
- auto rebuild in the new build environment (release 4)
cvsdist 02bba4f
cvsdist 02bba4f
* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 02bba4f
- don't carry X11R6.1 as directory on sparc.
cvsdist 02bba4f
- /var/tmp/build root (#811)
cvsdist 02bba4f
cvsdist 02bba4f
* Wed Jan 13 1999 Preston Brown <pbrown@redhat.com>
cvsdist 02bba4f
- font directory didn't belong, which I previously misunderstood.  removed.
cvsdist 02bba4f
cvsdist 02bba4f
* Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
cvsdist 02bba4f
- /usr/share/fonts/default added.
cvsdist 02bba4f
cvsdist 02bba4f
* Fri Oct  9 1998 Bill Nottingham <notting@redhat.com>
cvsdist 02bba4f
- put /mnt/cdrom back in
cvsdist 02bba4f
cvsdist 02bba4f
* Wed Oct  7 1998 Bill Nottingham <notting@redhat.com>
cvsdist 02bba4f
- Changed /root to 0750
cvsdist 02bba4f
cvsdist 02bba4f
* Wed Aug 05 1998 Erik Troan <ewt@redhat.com>
cvsdist 02bba4f
- added /var/db
cvsdist 02bba4f
- set attributes in the spec file; don't depend on the ones in the cpio
cvsdist 02bba4f
  archive
cvsdist 02bba4f
- use a tarball instead of a cpioball
cvsdist 02bba4f
cvsdist 02bba4f
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist 02bba4f
- translations modified for de, fr, tr
cvsdist 02bba4f
cvsdist 02bba4f
* Tue Sep 09 1997 Erik Troan <ewt@redhat.com>
cvsdist 02bba4f
- made a noarch package
cvsdist 02bba4f
cvsdist 02bba4f
* Wed Jul 09 1997 Erik Troan <ewt@redhat.com>
cvsdist 02bba4f
- added /
cvsdist 02bba4f
cvsdist 02bba4f
* Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
cvsdist 02bba4f
- Changed /proc to 555
cvsdist 02bba4f
- Removed /var/spool/mqueue (which is owned by sendmail)