From Fedora Project Wiki
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
- FESCo Election 2017 Interview
- Database dumps: https://infrastructure.fedoraproject.org/infra/db-dumps/
- 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 (outdated)
- 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 autotools
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
koji links
- https://koji.fedoraproject.org/packages/wyrd
- https://koji.fedoraproject.org/scratch/
- koji download-build
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