From Fedora Project Wiki
(→Fedora Overview: add banner information) |
m (→Fedora Overview: remove old content) |
||
Line 29: | Line 29: | ||
* Ðatabase dumps: https://infrastructure.fedoraproject.org/infra/db-dumps/ | * Ðatabase dumps: https://infrastructure.fedoraproject.org/infra/db-dumps/ | ||
** SPEC File | ** SPEC File | ||
* [[NewMIMESystem]] | * [[NewMIMESystem]] | ||
* [[Packaging/ScriptletSnippets]] | * [[Packaging/ScriptletSnippets]] | ||
** interesting mails | ** interesting mails | ||
* https://www.redhat.com/archives/fedora-extras-list/2006-July/msg00712.html - fomit-frame-pointers | * https://www.redhat.com/archives/fedora-extras-list/2006-July/msg00712.html - fomit-frame-pointers | ||
Line 46: | Line 43: | ||
* http://standards.freedesktop.org/icon-theme-spec/latest/ - icons | * http://standards.freedesktop.org/icon-theme-spec/latest/ - icons | ||
* [[TillMaas/ForwardTest]] | * [[TillMaas/ForwardTest]] | ||
* [[TillMaas/Sandbox: My sandbox]] | |||
* [ | |||
* Fedora Banners in Germany: Height: 110 cm, 17 cm diameter, 7.5 kg weight | * Fedora Banners in Germany: Height: 110 cm, 17 cm diameter, 7.5 kg weight | ||
Revision as of 21:33, 21 July 2017
Till Maas | |
---|---|
[[Image:|center|250px|Till Maas]] | |
Fedora Information | |
FAS name: | till |
Fedora email: | till@fedoraproject.org |
IRC nick: | tyll |
IRC channels: | #fedora-releng[?] #fedora-admin[?] #fedora-apps[?] #fedora-devel[?] #epel[?] #fedora-de[?] |
Fedorapeople page: | https://till.fedorapeople.org |
Badges (206) | |
- Languages: German, English
- Occupation: Penetration Tester
- Packages Fedorapeople Performed Review Requests Open Review Requests UpdatesFavourite Editor Blog ohloh profile
Fedora Overview
- Ðatabase dumps: https://infrastructure.fedoraproject.org/infra/db-dumps/
- SPEC File
- NewMIMESystem
- Packaging/ScriptletSnippets
- interesting mails
- https://www.redhat.com/archives/fedora-extras-list/2006-July/msg00712.html - fomit-frame-pointers
- https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00071.html - %lang %doc
- https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00108.html - create snapshot with autotools
- Review
- TillMaas/ReviewChecklist
- external references
- http://standards.freedesktop.org/menu-spec/latest/ - desktop-file groups
- http://standards.freedesktop.org/desktop-entry-spec/latest/ - desktop files
- http://standards.freedesktop.org/icon-theme-spec/latest/ - icons
- TillMaas/ForwardTest
- TillMaas/Sandbox: My sandbox
- Fedora Banners in Germany: Height: 110 cm, 17 cm diameter, 7.5 kg weight
Code
- rerun autofoo
libtoolize --automake --copy --force aclocal-1.9 autoheader automake-1.9 --add-missing --force-missing --copy autoconf
- make configure not to reconfigure itself: In configure.in (or configure.ac) add after AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
- pm-utils debugging
http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-index.html
koji links
- https://koji.fedoraproject.org/packages/wyrd
- https://koji.fedoraproject.org/scratch/
- koji download-build
Xinf aliases hwdata
alias pcivideo:v00008086d00007121sv*sd*bc*sc*i* intel # i810 pcivideo is a tag understood by kudzu to mean that this line describes an X driver. The lowercase letters (v, d, sv, sd, bc, sc, i) are the various PCI ID fields: vendor, device, subvendor, subdevice, base class, subclass, and ASIC revision. Normally you only need to use the first two. Then the third word is the driver name you want for that chip. Comments are optional but are greatly appreciated. The * wildcards are like shell, not like regex. Numeric values _must_ be in uppercase hexadecimal; don't try to specify nvidia hardware with 000010de or you will be sadly disappointed. Multiple matches are possible, last match wins, but it's best if you don't have to rely on that accidental feature.
SELinux
- restorecon relabels files with type file_t (which means the file has no label)
- mount -o context=system_u:object_r:tmp_t:s0 /dev/mapper/tmp /tmp - correct context for /tmp filesystem
Debuginfo Packages
%global debug_package %{nil}
- Packaging/Debuginfo
RPM Comment/Macro Weirdness
- https://www.redhat.com/archives/fedora-devel-list/2008-February/msg00165.html
- http://www.redhat.com/advice/tips/rpm_revisited.html
Subpackage Requires
rpm -ql foo-devel | grep /usr/include | xargs grep -h 'include ' | sort | uniq
rpm -ql foo-python | grep python | xargs grep -h 'import ' | sort | uniq
MoinMoin Quicklinks
Tools/RPM PackageUserCreation Infrastructure/UpdatesSystem/Bodhi-info-DRAFT ScreenCasting PackageMaintainers/UsefulScripts
MoinMoin Watchlist
ScreenCasting FedoraMyths JohnPoelstra/ImprovingBugzillaF9 Releases/FeatureEncryptedFilesystems Releases/9/Alpha/ReleaseNotes MattDomsch/FTBFS LiveCD