From Fedora Project Wiki

m (removed category)
(update Open Hub profile)
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Till Maas =
__NOTOC__
{{Template:Userpage/Infobox2
|REAL-NAME=
|image=till.png
|birthday=16. 02.
|birthplace=
|HOME=[https://www.openstreetmap.org/index.html?mlat=50.7759&mlon=6.085&zoom=3 Aachen, Germany]
|FAS-NAME=till
|pmail=opensource@till.name
|gpg= 18A0 E3D6 A361 94E0 A6F2  C5F0 6A3A 10B3 1C10 9517
|homepage=https://blog.till.name
|IRC=tyll
|irc-channels={{fpchat|#fedora-releng}} {{fpchat|#fedora-admin}} {{fpchat|#fedora-apps}} {{fpchat|#fedora-devel}} {{fpchat|#epel}} {{fpchat|#fedora-de}}
|twitteruser=TillMaas
|rhce-cert=
|rhct-cert=
|gtalk=
|jabber=till@jabber.ccc.de
}}
 
{{ #fedorabadges: till }}


* FAS Username: till
* Languages: German, English
* Languages: German, English
* Occupation: [https://www.redteam-pentesting.de/en/redteam/-about-redteam-pentesting-our-penetration-testers Penetration Tester]
* [[pkgdbu:till|Packages]] [http://till.fedorapeople.org Fedorapeople] [https://bugzilla.redhat.com/buglist.cgi?query_format=advanced&product=Fedora&component=Package%20Review&bug_status=CLOSED&emailassigned_to1=1&emailtype1=exact&email1=opensource%40till.name Performed Review Requests] [https://bugzilla.redhat.com/buglist.cgi?query_format=advanced&product=Fedora&component=Package%20Review&bug_status=NEW&bug_status=ASSIGNED&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=FAILS_QA&bug_status=RELEASE_PENDING&bug_status=POST&resolution=---&emailreporter1=1&emailtype1=exact&email1=opensource%40till.name&emailassigned_to2=1&emailtype2=exact&email2=nobody%40fedoraproject.org&known_name=closed_reviews&query_based_on=closed_reviews Open Review Requests] [https://admin.fedoraproject.org/updates/user/till Updates][http://www.vim.org Favourite Editor] [http://blog.till.name Blog][https://www.openhub.net/accounts/tillmaas Open Hub profile]




* https://admin.fedoraproject.org/accounts/dump-group.cgi?role_type=user&format=html&group=cvsextras
== Fedora Overview ==
* [[Infrastructure/AccountSystem/QueryAccount FAS Query]] (does not work with new wiki)
 
* [https://admin.fedoraproject.org/updates Bodhi]
* [https://communityblog.fedoraproject.org/fesco-elections-interview-till-maas-till/ FESCo Election 2017 Interview]
* [https://koji.fedoraproject.org/koji Koji]
* Database dumps: https://infrastructure.fedoraproject.org/infra/db-dumps/
* [[PatrickBarnes/HTMLEncode]]
 
* [[Extras/PackageStatus]]
* [[Extras/OrphanedPackages]]
* [[Extras/WishList]]
* [[TillMaas/WikiHowto]]
* [[TillMaas/CompilerFlags]]
* [[TillMaas/Packaging]]
** Fedora Infrastructure
* [[Extras/UsingCvsFaq]]
* [[Extras/NewPackageProcess]]
** SPEC File
* [[NewMIMESystem]]
* [[Packaging/ScriptletSnippets]]
* [[Extras/RPMMacros]]
** 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  
* https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00071.html - %lang %doc
* https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00071.html - %lang %doc
* http://www.redhat.com/archives/fedora-extras-list/2006-August/msg00108.html - create snapshot with autotools
* https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00108.html - create snapshot with autotools
** Review
** Review
* [[TillMaas/ReviewChecklist]]
* [[TillMaas/ReviewChecklist]] (outdated)
** external references
** external references
* http://standards.freedesktop.org/menu-spec/latest/ - desktop-file groups
* http://standards.freedesktop.org/menu-spec/latest/ - desktop-file groups
Line 34: Line 42:
* http://standards.freedesktop.org/icon-theme-spec/latest/ - icons
* http://standards.freedesktop.org/icon-theme-spec/latest/ - icons
* [[TillMaas/ForwardTest]]
* [[TillMaas/ForwardTest]]
* https://admin.fedoraproject.org/cacti/graph.php?action=view&rra_id=all&local_graph_id=241 - Buildsys load
* [[TillMaas/Sandbox: My sandbox]]
* [:TillMaas/WikiTodo: Stuff I want to change in the wiki]
* [[User:Till/Wiki_Howto]]
* [:TillMaas/Sandbox: My sandbox]
* Fedora Banners in Germany: Height: 110 cm, 17 cm diameter, 7.5 kg weight


== Code ==
== Code ==
* rerun autofoo
* rerun autotools
{{{
<pre>
libtoolize --automake --copy --force
libtoolize --automake --copy --force
aclocal-1.9
aclocal-1.9
Line 46: Line 54:
automake-1.9 --add-missing --force-missing --copy
automake-1.9 --add-missing --force-missing --copy
autoconf
autoconf
}}}
</pre>
* make configure not to reconfigure itself: In configure.in (or configure.ac) add after AM_INIT_AUTOMAKE
* make configure not to reconfigure itself: In configure.in (or configure.ac) add after AM_INIT_AUTOMAKE
{{{
<code>AM_MAINTAINER_MODE</code>
AM_MAINTAINER_MODE
}}}


* pm-utils debugging
http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-index.html


lshal | egrep "(system.hardware.(product|vendor|version)|system.firmware.version|power_management.quirk)"
== koji links ==
 
== Packages I maintain ==
* aircrack-ng
* fatsort
* fcgi
* iasl
* john
* latex-mk
* offlineimap
* optipng
* pam_mount
* python-flup
* radeontool
* vbetool
* wyrd
 
== Package I co-maintain ==
* cryptsetup-luks
* pm-utils
 
== Package DB Hacking ==
From: https://www.redhat.com/archives/fedora-devel-list/2007-October/msg01439.html
{{{
There are also a few features related to filtering of results that have
been enabled.  There isn't a UI element for them yet but power users who
  are willing to edit their URLs can limit what is displayed on the
package page according to the release by doing something like this:
 
https://admin.fedoraproject.org/pkgdb/packages/name/yum/Fedora%20EPEL/
https://admin.fedoraproject.org/pkgdb/packages/name/yum/Fedora
https://admin.fedoraproject.org/pkgdb/packages/name/yum/Fedora/devel
 
You can also limit what is displayed on the user overview of packages
like so:
 
https://admin.fedoraproject.org/pkgdb/users/packages/toshio?acls=owner
https://admin.fedoraproject.org/pkgdb/users/packages/toshio?acls=owner,commit
 
The acls that you can list in the acls field are:
owner,commit,approveacls,watchbugzilla,watchcommits
}}}
 
== other important stuff ==
* https://koji.fedoraproject.org/packages/wyrd
* https://koji.fedoraproject.org/packages/wyrd
* https://koji.fedoraproject.org/scratch/
* https://koji.fedoraproject.org/scratch/
* koji download-build
* koji download-build
== Xinf aliases hwdata ==
* https://www.redhat.com/archives/fedora-devel-list/2007-October/msg02562.html
{{{
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 ==
== SELinux ==
Line 130: Line 71:


== Debuginfo Packages ==
== Debuginfo Packages ==
* {{{%define debug_package %{nil} }}}
* <code>%global debug_package %{nil}</code>
* [[Packaging/Debuginfo]]
* [[Packaging/Debuginfo]]


Line 138: Line 79:


== Subpackage Requires ==
== Subpackage Requires ==
* {{{rpm -ql foo-devel | grep /usr/include | xargs grep -h 'include ' | sort | uniq}}}
* <code>rpm -ql foo-devel | grep /usr/include | xargs grep -h 'include ' | sort | uniq</code>
* {{{rpm -ql foo-python | grep python | xargs grep -h 'import ' | sort | uniq}}}
* <code>rpm -ql foo-python | grep python | xargs grep -h 'import ' | sort | uniq</code>
 
== MoinMoin Quicklinks ==
PackageMaintainers
Packaging/Guidelines
Tools/RPM
PackageUserCreation
Infrastructure/UpdatesSystem/Bodhi-info-DRAFT
PackageMaintainers/UnassignedReviewRequests
PackageMaintainers/AssignedReviewRequests
PackageMaintainers/InProgressReviewRequests
PackageMaintainers/CVSAdminProcedure
PackageReviewProcess
PackageMaintainers/UnassignedReviewRequests/NoSponsorNeeded
Packaging/LicensingGuidelines
Packaging/ReviewGuidelines
Packaging/SourceURL
ScreenCasting
PackageMaintainers/NewPackageProcess
PackageMaintainers/UsefulScripts
 
== MoinMoin Watchlist ==
TillMaas.*
WikiEditing
Packaging/.*
Infrastructure/WikiMigration
ScreenCasting
LukeMacken/SecurityLiveCD
EPEL/WishList
PackageMaintainers/.*
FedoraMyths
de_DE/.*
Vacation
WishList
Infrastructure/AccountSystem2
BugZappers
BugZappers/TriagingGuidelines
FedoraEvents/FOSDEM/FOSDEM2008
JohnPoelstra/ImprovingBugzillaF9
Releases/FeatureEncryptedFilesystems
Releases/9/Alpha/ReleaseNotes
SIGs/Perl/Wishlist
MattDomsch/FTBFS
LiveCD

Revision as of 13:34, 4 February 2018

Till.png
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 (203)
What goes up... (Koji Failure I) What goes up... (Koji Failure II) Senior Editor Riddle Me This You can call me "Patches" (SCM III) If you build it... (Koji Success II) If you build it... (Koji Success I) Discovery of the Footprints (Tester II) In Search of the Bull (Tester I) Curious Penguin (Ask Fedora I) Junior Editor Associate Editor Involvement Proven Packager You can call me "Patches" (SCM II) You can call me "Patches" (SCM I) Speak Up! Like a Rock (Updates-Stable I) Junior Badger (Badger I) Is this thing on? (Updates-Testing I) Tagger (Tagger II) Senior Tagger (Tagger III) Junior Tagger (Tagger I) Packager Sponsor If you build it... (Koji Success III) Is this thing on? (Updates-Testing II) Old Yeller What goes up... (Koji Failure III) Partners in Crime Let Me Introduce Myself Phoenix Down Master Editor Embryo Froglet Tadpole Egg Tadpole with Legs Bona Fide No Longer a Ronin White Hat Secretary General You Can Pry It From My Cold, Undead Hands It still works! Senior Badger (Badger II) Baby Badger Badge Muse (Badge Ideas I) Crypto Panda White Rabbit Paranoid Panda Common Bugs Contributor Binary Star Perceiving the Bull (Tester III) Master Package Tagger (Package Tagger IV) Junior Package Tagger (Package Tagger I) Senior Package Tagger (Package Tagger III) Package Tagger (Package Tagger II) Mugshot Master Tagger (Tagger IV) What goes around comes around (Karma I) Like a Rock (Updates-Stable II) Bloggin' it! (Planet I) FOSDEM 2014 Attendee Catching the Bull (Tester IV) Flock 2014 Attendee Missed the Train Stop That Update! Vacation Maestro Take this and call me in the morning Heartbleed Buster Helping Hand You can call me "Patches" (SCM IV) The cat came back... Party Pirate FrOSCon 2014 Attendee Taming the Bull (Tester V) Consolation Prize Corporate Drone Ambassador Building the Outer Ring (Copr Build II) Building the Outer Ring (Copr Build I) Bloggin' it! (Planet II) What goes around comes around (Karma II) Override, you say? Chief Editor Patches (SCM V) Shellshocked Master Badger (Badger III) Badge Off! Science (Kernel Tester I) Working' a Beat (Beat Writer I) Let's do lunch! What goes around comes around (Karma III) Curious Penguin (Ask Fedora II) FOSDEM 2015 Attendee Flock 2015 Attendee Associate Badger (Badger 1.5) Is this thing on? (Updates-Testing III) Don't Call it a Comeback DevConf 2015 Attendee Horcrux DevConf 2015 Speaker Flock 2015 Speaker If you build it... (Koji Success IV) Delivery Origin Riding the Bull Home (Tester VI) Macaron (Cookie I) What goes around comes around (Karma IV) Like a Rock (Updates-Stable III) Top 500 Telegraphist (Upstream Release Monitoring I) Nuancier F23 Nom Nom Nom Fedora 23 Change Accepted Top 100 Top 25 Nuancier F26 FOSDEM 2016 Attendee DevConf 2016 Speaker Adult Frog Bloggin' it! (Planet III) DevConf 2017 Speaker The Panda Is In DevConf 2016 Attendee Nuancier F24 Chocolate Chip (Cookie II) DevConf 2017 Attendee Community Messenger I Bloggin' it! (Planet IV) Fedora 26 Translation Sprint Grandmaster Editor Flock 2017 Attendee FrOSCon 2017 Attendee Black and White (Cookie III) Steampunk Arcade The Last Argument of Kings OpenRheinRuhr 2017 Attendee Corporate Shill All your $arch are belong to us (Koji Success V) FOSDEM 2018 Attendee Badge Junkie (Badger IV) Science (Kernel Tester II) F28 i18n Test Day Participant Nuancier F30 What goes up... (Koji Failure IV) Flock 2018 Attendee Fedora 29 Change Accepted Building the Outer Ring (Copr Build III) DevConf 2019 Attendee FOSDEM 2019 Attendee Hindenburg (Koji Failure V) The Bull Transcended (Tester VII) Council Member It's a Cake Thing Rollercoaster Restaurant Fedora 30 Change Accepted Building the Outer Ring (Copr Build IV) Long Life to Pagure (Pagure I) Building the Outer Ring (Copr Build V) Building the Outer Ring (Copr Build VI) I Voted: Fedora 31 Long Life to Pagure (Pagure VI) Long Life to Pagure (Pagure II) Long Life to Pagure (Pagure III) I Voted: Fedora 30 Fedora & CentOS Social @ Summit 2020 Long Life to Pagure (Pagure V) Long Life to Pagure (Pagure IV) DevConf.cz 2020 Attendee I Voted: Fedora 29 Summer Coder I Voted: Fedora 32 Top 10 Social Panda I Voted: Fedora 33 iot-name-game Fedora 34 Change Accepted Community Messenger II Lets have a party Fedora 33 DevConf.cz 2021 Attendee FOSDEM 2021 Attendee Lets have a party Fedora 34 Podcast Contributor Meeting of the Minds Diversity & Inclusion Virtual Team Meetup Community Survey Taker I United Packages of Fedora I Voted: Fedora 34 I voted: Fedora 37 DevConf.cz 2022 Attendee Akademy 2021 Nest Attendee 2021 Lets have a party Fedora 35 I Voted: Fedora 35 Fedora 36 Change Accepted I Voted: Fedora 36 Community Survey Taker 2022 Lets have a party Fedora 37 DevConf.cz 2023 Attendee FrOSCon 2023 Attendee I voted: Fedora 39 FOSDEM 2024 Attendee
 

What goes up... (Koji Failure I) What goes up... (Koji Failure II) Senior Editor Riddle Me This You can call me "Patches" (SCM III) If you build it... (Koji Success II) If you build it... (Koji Success I) Discovery of the Footprints (Tester II) In Search of the Bull (Tester I) Curious Penguin (Ask Fedora I) Junior Editor Associate Editor Involvement Proven Packager You can call me "Patches" (SCM II) You can call me "Patches" (SCM I) Speak Up! Like a Rock (Updates-Stable I) Junior Badger (Badger I) Is this thing on? (Updates-Testing I) Tagger (Tagger II) Senior Tagger (Tagger III) Junior Tagger (Tagger I) Packager Sponsor If you build it... (Koji Success III) Is this thing on? (Updates-Testing II) Old Yeller What goes up... (Koji Failure III) Partners in Crime Let Me Introduce Myself Embryo Master Editor Froglet Phoenix Down Tadpole Egg You Can Pry It From My Cold, Undead Hands Bona Fide Tadpole with Legs White Hat No Longer a Ronin Bloggin' it! (Planet I) It still works! Senior Badger (Badger II) Baby Badger Badge Muse (Badge Ideas I) Secretary General Crypto Panda White Rabbit Paranoid Panda Perceiving the Bull (Tester III) FOSDEM 2014 Attendee Master Package Tagger (Package Tagger IV) Junior Package Tagger (Package Tagger I) Senior Package Tagger (Package Tagger III) Package Tagger (Package Tagger II) Mugshot Common Bugs Contributor What goes around comes around (Karma I) Master Tagger (Tagger IV) Like a Rock (Updates-Stable II) Catching the Bull (Tester IV) Binary Star Heartbleed Buster Take this and call me in the morning Missed the Train Stop That Update! Helping Hand You can call me "Patches" (SCM IV) Vacation Maestro Flock 2014 Attendee The cat came back... Taming the Bull (Tester V) Party Pirate Building the Outer Ring (Copr Build I) FrOSCon 2014 Attendee Consolation Prize Ambassador Corporate Drone Bloggin' it! (Planet II) What goes around comes around (Karma II) Chief Editor Building the Outer Ring (Copr Build II) Science (Kernel Tester I) Patches (SCM V) Override, you say? Shellshocked Badge Off! Master Badger (Badger III) Working' a Beat (Beat Writer I) Curious Penguin (Ask Fedora II) What goes around comes around (Karma III) FOSDEM 2015 Attendee Let's do lunch! Is this thing on? (Updates-Testing III) DevConf 2015 Speaker Horcrux Flock 2015 Attendee Associate Badger (Badger 1.5) Don't Call it a Comeback DevConf 2015 Attendee If you build it... (Koji Success IV) Delivery Flock 2015 Speaker Origin Like a Rock (Updates-Stable III) Riding the Bull Home (Tester VI) What goes around comes around (Karma IV) Macaron (Cookie I) Nom Nom Nom Telegraphist (Upstream Release Monitoring I) Nuancier F23 Fedora 23 Change Accepted Top 500 Top 100 FOSDEM 2016 Attendee Top 25 DevConf 2016 Speaker The Panda Is In DevConf 2016 Attendee Nuancier F24 Bloggin' it! (Planet III) Chocolate Chip (Cookie II) Adult Frog Community Messenger I DevConf 2017 Attendee DevConf 2017 Speaker Bloggin' it! (Planet IV) Nuancier F26 Fedora 26 Translation Sprint Grandmaster Editor FrOSCon 2017 Attendee Steampunk Arcade Flock 2017 Attendee The Last Argument of Kings OpenRheinRuhr 2017 Attendee Black and White (Cookie III) Corporate Shill FOSDEM 2018 Attendee Badge Junkie (Badger IV) All your $arch are belong to us (Koji Success V) Science (Kernel Tester II) F28 i18n Test Day Participant What goes up... (Koji Failure IV) Hindenburg (Koji Failure V) The Bull Transcended (Tester VII) It's a Cake Thing Flock 2018 Attendee Council Member Fedora 30 Change Accepted Rollercoaster Restaurant Fedora 29 Change Accepted Building the Outer Ring (Copr Build IV) Building the Outer Ring (Copr Build III) Long Life to Pagure (Pagure I) FOSDEM 2019 Attendee DevConf 2019 Attendee Nuancier F30 Building the Outer Ring (Copr Build VI) Building the Outer Ring (Copr Build V) I Voted: Fedora 31 I Voted: Fedora 30 Long Life to Pagure (Pagure II) Long Life to Pagure (Pagure III) DevConf.cz 2020 Attendee Long Life to Pagure (Pagure V) Long Life to Pagure (Pagure VI) Long Life to Pagure (Pagure IV) I Voted: Fedora 29 Fedora & CentOS Social @ Summit 2020 I Voted: Fedora 32 Summer Coder I Voted: Fedora 33 Social Panda Lets have a party Fedora 33 Top 10 iot-name-game Diversity & Inclusion Virtual Team Meetup Community Messenger II DevConf.cz 2021 Attendee Fedora 34 Change Accepted FOSDEM 2021 Attendee Meeting of the Minds Community Survey Taker I Lets have a party Fedora 34 Podcast Contributor I Voted: Fedora 34 Fedora 36 Change Accepted United Packages of Fedora Nest Attendee 2021 Lets have a party Fedora 35 Akademy 2021 I Voted: Fedora 35 Lets have a party Fedora 37 I voted: Fedora 37 FrOSCon 2023 Attendee I voted: Fedora 39 DevConf.cz 2022 Attendee I Voted: Fedora 36 Community Survey Taker 2022 DevConf.cz 2023 Attendee FOSDEM 2024 Attendee


Fedora Overview

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

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

RPM Comment/Macro Weirdness

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