Commit Graph

170 Commits

Author SHA1 Message Date
Ondřej Vašík
221011c16f /var/run has incorrect selinux context after installatio to disk image (#1034922) 2014-05-28 14:02:18 +02:00
Ondřej Vašík
af5679751d refresh the list of lang-exceptions from rawhide repo 2014-01-10 13:11:23 +01:00
Ondřej Vašík
aa4816dfa8 add ppc64 little endian to the 64-bit arches(#1051191), add bn_BD to lang exceptions (#1048327) 2014-01-10 10:39:05 +01:00
Ondřej Vašík
8e678e869d - change the permissions of the /sys directory to 555 to match the kernel (#1037862) 2013-12-04 14:27:02 +01:00
Ondřej Vašík
17f84c2ae7 add ownership for the /usr/lib/debug subdirs(#1031136) 2013-11-18 10:56:42 +01:00
Richard Hughes
240f83401a Add /usr/share/appdata for the F20 Application Installer feature 2013-09-11 09:12:14 +01:00
Ondřej Vašík
ec0bbd694a Merge changes 2013-08-07 11:05:43 +02:00
Ondřej Vašík
f61f9f4c89 drop the ownership of /usr/etc 2013-08-07 11:04:31 +02:00
Dennis Gilmore
be54575213 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 06:13:40 -05:00
Ondřej Vašík
45bbc1f838 .dwz symlink is needed as well (#974130) 2013-06-30 23:31:00 +02:00
Ondřej Vašík
73e32d77f9 /var/run and /var/lock can't be in payload for some reason 2013-06-19 17:53:45 +02:00
Ondřej Vašík
5a403cd705 handle bin/lib/lib64 symlinks in /usr/lib/debug (#974130), KSievers: fix yum installroot ending up with directories in /var instead of the expected symlinks to /run, create all symlinked dirs as pretrans 2013-06-19 14:09:56 +02:00
Ondřej Vašík
de22b9b233 move /var/spool/uucp to uucp package (#961952) 2013-05-11 11:26:35 +02:00
Ondřej Vašík
09437ef458 remove the rpmlib(X-CheckUnifiedSystemdir) requirement hack - no longer required 2013-04-18 10:16:39 +02:00
Ondřej Vašík
5e845c150c Release++ to skip broken koji build 2013-04-08 18:15:02 +02:00
Ondřej Vašík
75bf57a1ad do not handle AArch64 differently (#917804) 2013-04-08 18:12:05 +02:00
Ondřej Vašík
140ffbab32 revert the revert for #919374 - hopefully it will not break the buildroot again 2013-03-18 16:42:19 +01:00
Ondřej Vašík
78484b595e adjust the changelog accordingly - revert 2013-03-18 14:06:11 +01:00
Ondřej Vašík
1fe98b37e7 Revert "ship /var/run and /var/lock as symlinks in payload, don't handle them as part of post scriptlet (#919374)"
This reverts commit 472aeb5764.
2013-03-18 14:03:21 +01:00
Ondřej Vašík
472aeb5764 ship /var/run and /var/lock as symlinks in payload, don't handle them as part of post scriptlet (#919374) 2013-03-18 12:47:01 +01:00
Ondřej Vašík
e42749e458 symlink /usr/lib64 -> /lib on aarch64(#917804) 2013-03-05 09:37:59 +01:00
Ondřej Vašík
b4462fb363 add support for AArch64 architecture (#917804) 2013-03-05 09:19:36 +01:00
Ondřej Vašík
750c188446 fix directory listed twice errors on 32bit secondary arches(#915947) 2013-02-27 08:51:56 +01:00
Ondřej Vašík
16b2af3786 oops 2013-02-21 17:03:07 +01:00
Ondřej Vašík
e953cf647c change the attributes of /usr/lib/debug to 0755 (#911831) 2013-02-21 16:27:41 +01:00
Ondřej Vašík
d50a361585 own /usr/lib/debug for consistency (#911831) 2013-02-19 14:00:29 +01:00
Dennis Gilmore
b902818699 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 15:40:15 -06:00
Ondřej Vašík
27fe91a701 defer the /etc/default ownership to resolve the build tree conflicts 2012-10-29 13:40:03 +01:00
Ondřej Vašík
cf14c8b2d0 own /etc/default and create it as symlink do /etc/sysconfig (#797316) 2012-10-27 18:23:47 +02:00
Ondřej Vašík
fb487bfad3 own /etc/bash_completion.d (#870193) 2012-10-27 15:58:54 +02:00
Dennis Gilmore
8645368d56 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 21:19:10 -05:00
Ondřej Vašík
07ce6a8305 add brx and brx_IN from iso639-3 set to lang-exceptions file (#806328) 2012-03-29 12:40:35 +02:00
Kay Sievers
b042fb96ce enable filesystem conversion guard 2012-02-03 11:19:56 +01:00
Harald Hoyer
4dd7fd5d27 install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove

This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.

New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.

Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.

Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 14:48:35 +01:00
Ondřej Vašík
ff762fcf65 own and create /var/lib/rpm-state (#771713) 2012-01-12 15:15:55 +01:00
Ondřej Vašík
5be6c73e7b own and create /var/adm, /var/gopher and /var/spool/uucp (#752885) 2011-11-11 13:49:57 +01:00
Ondřej Vašík
3b1c4b7dd2 rebuild because of brown paperbag bug of rpm-4.9.1 2011-08-17 12:20:57 +02:00
Ondřej Vašík
3809e03e86 drop ownership of /selinux - moved to /sys/fs/selinux(#726528) 2011-07-29 10:15:13 +02:00
Ondřej Vašík
5909c8a76b add various languages to lang-exceptions(#620063) 2011-06-29 13:58:41 +02:00
Ondřej Vašík
3a34a30b49 fix typo 2011-05-18 13:07:48 +02:00
Ondrej Vasik
20b906a617 Pre: require setup again (#705443) 2011-05-18 07:50:13 +02:00
Ondřej Vašík
4ddb7f0f2c drop filesystem.conf file (#694688) - /var/lock/subsys now handled by systemd 2011-04-08 14:11:42 +02:00
Ondřej Vašík
86340b0df0 create run/lock as 0755 root:root (#693394), fix warning about duplicate /var/lock/subsys 2011-04-05 10:12:16 +02:00
Ondřej Vašík
8b25fdb6bc add /run to filesystem (#69124) , minor spec file cleanup (thanks H.Hoyer) 2011-03-31 17:11:58 +02:00
Ondřej Vašík
8c6fca2162 oops 2011-02-25 17:26:54 +01:00
Ondřej Vašík
a3c15a0030 drop ancient setup requirements 2011-02-25 17:13:36 +01:00
Ondřej Vašík
67fe1a2c1e do /var/lock/subsys directory systemd way via tmpfiles.d conf file(#656586) 2011-02-25 17:04:51 +01:00
Dennis Gilmore
774d14ddae - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 14:05:53 -06:00
Adam Jackson
0e12911e64 P/O updates and remove BuildRoot tag 2011-01-18 00:16:34 -05:00
Ondřej Vašík
80a1d96a5d own /usr/lib/sse2 even on 64-bit (#636748) 2010-09-24 10:14:29 +02:00
Ondrej Vasik
28c836efc6 change permissions on /var/lock from 775 root:lock to 755 root:root
(#581884)
2010-04-19 16:27:15 +00:00
Ondrej Vasik
6996114ea7 drop ownership for /mnt/{floppy,cdrom} subdirs(#173854) 2010-04-08 08:25:29 +00:00
Ondrej Vasik
8f95463a0c do own /usr/share/aclocal (#533962) 2010-03-04 15:06:10 +00:00
Ondrej Vasik
696209f25a added sr@ijekavian and sr@ijekavianlatin into lang exceptions 2010-03-02 11:44:55 +00:00
Ondrej Vasik
4ba41acd0a added zh_CN.GB2312 to lang exceptions(#487568) 2009-10-01 15:28:35 +00:00
Karsten Hopp
7a11322544 - fix typo in Provides 2009-08-25 18:02:45 +00:00
Ondrej Vasik
cd01d2d6d5 adjust directory rights for usage of capabilities(#517575) 2009-08-17 13:10:44 +00:00
Ondrej Vasik
0548eab325 iso_codes package no longer provides tab files, do generate them on fly
with sed (thanks D. Tardon)
2009-08-10 13:55:46 +00:00
Ondrej Vasik
8ee335d694 Prov/obs pm-utils-filesystem, do own dirs for pm-utils hooks(#515362), Do
own man sections for /usr/share/man/<locale> dirs (#220265), Do own
    /usr/share/sounds(#515485)
2009-08-05 10:12:20 +00:00
Adam Jackson
b36ebb7730 - Prov/Obs: xorg-x11-filesystem 2009-08-04 14:58:21 +00:00
Ondrej Vasik
4022c2a24d Do own /usr/share/man/<locale> directories (ghosted, missingok) - #220265 2009-08-03 08:43:51 +00:00
Jesse Keating
abb2d606ca - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 22:45:29 +00:00
Adam Jackson
afe0c767d7 - Remove explicit /usr/lib/X11, everything uses %_libdir now. 2009-07-23 14:02:52 +00:00
Adam Jackson
a566279374 - Added /usr/share/X11 2009-07-23 12:59:45 +00:00
Ondrej Vasik
006c4fbe8a do own /usr/src/debug (#214983) 2009-07-09 09:58:24 +00:00
Ondrej Vasik
dd06d6014d do own interface description directory /usr/share/idl(#451719), add a few
missing lang-exceptions to filelist(#508309)
2009-07-08 12:24:52 +00:00
Phil Knirsch
cde73065be - Added /usr/share/backgrounds (#487957)
- Added /usr/share/ghostscript/{conf.d} (#302521)
2009-03-04 13:09:45 +00:00
Jesse Keating
cd05968bc4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 17:03:26 +00:00
Phil Knirsch
d0a891cc4d - Removed ownership of fonts directories (#477046) 2009-02-19 13:06:14 +00:00
Phil Knirsch
49e8ca8201 - Small specfile fix 2008-09-06 10:07:37 +00:00
Phil Knirsch
cf7eb3527c - Added augeas lenses dir 2008-09-06 09:54:05 +00:00
Phil Knirsch
16a0520895 - Added comment with raw format lang-exception URL 2008-06-24 13:23:16 +00:00
Phil Knirsch
fc3894004c - Added URL for lang-exception source (#225752) 2008-06-23 16:04:27 +00:00
Phil Knirsch
a2ecb31517 - Dropped /etc/news again as we're handling it now correctly (#437462)
- Filesystem is now an official fedorahosted project, part of the review
    changes (#225752)
- Removed duplicate entry in lang_exceptions for ca_ES@valencian (#225752)
2008-06-18 14:39:58 +00:00
Phil Knirsch
92d26fd738 - First round of Fedora package review changes (#225752) 2008-05-27 15:28:03 +00:00
Phil Knirsch
bf9a15f903 - Added /usr/src/kernels to owned and created dirs (#442283) 2008-05-20 14:14:13 +00:00
Phil Knirsch
e967aeb6f1 - Added /etc/news to owned directories 2008-04-07 21:36:31 +00:00
Phil Knirsch
b027949e12 - Added be@latin to lang-exceptions (#231737)
- Added /usr/share/man{0,1,3]p to owned files (#233879)
- Added /usr/share/fonts to owned files (#302141)
- Renamed sr@Latn to sr@latin (#436887)
2008-03-27 16:04:38 +00:00
Jesse Keating
735c785797 - Autorebuild for GCC 4.3 2008-02-19 19:45:02 +00:00
Phil Knirsch
ef2a7dd290 - Added /etc/X11/fontpath.d and dropped /etc/X11/sysconfig
/etc/X11/serverconfig (#251707)
2007-08-13 14:45:04 +00:00
Phil Knirsch
a245055eda - Replaced gtk-doc with gnome (#247276) 2007-07-18 16:13:55 +00:00
Phil Knirsch
d8f197329d - Fixed nasty typo for /etc directories (#241525) 2007-05-29 13:04:25 +00:00
Phil Knirsch
48218232fc - Fixed description to avoid trademark issues (#234093) 2007-05-25 15:16:13 +00:00
Phil Knirsch
79765af802 - Added several more /usr/share directories (#222905) 2007-04-17 12:44:11 +00:00
Peter Jones
e4666cc2f0 - add /usr/local/share/applications , as per the XDG spec, so
gnome-settings-daemon doesn't try to add it to its inotify list on
    every keystroke. (No, I am not joking.)
2007-03-31 23:25:10 +00:00
Jeremy Katz
f6bc07b2bd - add /etc/xdg/autostart 2007-03-30 15:43:20 +00:00
Phil Knirsch
f3bf10126e - Fixed typo for new /etc/xdg entries (#224052)
- One more tiny specile cleanup
2007-03-15 14:25:33 +00:00
Phil Knirsch
e62fd8c47e - Added several missing unowned directories (#224052)
- Tiny specfile cleanups
2007-02-12 14:34:40 +00:00
Phil Knirsch
eb9d7087b8 - Dropped the obsolete directories /usr/lib{,64}/gcc-lib (#220235) 2006-12-20 16:09:06 +00:00
Bill Nottingham
b8f95415c0 Create and own /usr/share/locale/* directories. Use official iso lists,
plus exceptions for de_AT, en_GB, etc. (#196669)
2006-10-10 22:04:19 +00:00
Phil Knirsch
dffa3812d4 - Added the manXx directories to the ownership of filesystem (#208121) 2006-10-10 11:17:38 +00:00
Jesse Keating
3ee1b9dd02 bumped for rebuild 2006-07-12 05:48:45 +00:00
Phil Knirsch
3b54e2b382 - Fixed games location according to FHS 2.1 (#165425)
- Added {_libdir}/sse2 to owned files (#192853)
- Added /dev to owned files (#192860)
- Added {_datadir}/icons to owned files (#195911)
- Dropped obsolete /etc/X11/starthere (#191163)
2006-06-28 11:11:40 +00:00
Jesse Keating
edd07c7f6d bump for bug in double-long on ppc(64) 2006-02-11 02:43:40 +00:00
Jesse Keating
d5ae3c087e bump for new gcc/glibc 2006-02-07 11:39:06 +00:00
Jesse Keating
1e67a2135e gcc update bump 2005-12-09 22:40:24 +00:00
Bill Nottingham
c0d95438fc no bin/X11 2005-11-17 21:45:55 +00:00
Bill Nottingham
2b9d838db5 - actually, *do* package /usr/lib/X11 and /usr/bin/X11, but as directories
(#173384)
- remove /usr/X11R6 heirarchy
2005-11-17 20:53:36 +00:00
Bill Nottingham
edb2831584 bump 2005-11-07 18:38:40 +00:00
Bill Nottingham
9b77bad9a0 remove /usr/bin/X11 and /usr/lib/X11 2005-11-07 18:38:16 +00:00