Summary/Minutes from today's FPC Meeting (2016-01-28 17:00 - 19:00 UTC)
by James Antill
======================
#fedora-meeting-1: fpc
======================
Meeting started by geppetto at 17:00:16 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting-1/2016-01-28/fpc.2016-01-...
.
Meeting summary
---------------
* Roll Call (geppetto, 17:00:17)
* Schedule (geppetto, 17:08:11)
* LINK:
https://lists.fedoraproject.org/archives/list/packaging@lists.fedoraproje...
(geppetto, 17:08:13)
* #591 Description of filtering macros in Perl is outdated (geppetto,
17:08:19)
* #593 use RPM tags for langpacks description (geppetto, 17:09:55)
* Test repo. is available at: copr enable jsilhan/langpacks
(geppetto, 17:52:26)
* Use RPM tags for langpacks (+1:3, 0:0, -1:0) … more time needed for
people to see what happens/why/etc. (geppetto, 18:11:29)
* Use RPM tags for langpacks (+1:4, 0:0, -1:0) … more time needed for
people to see what happens/why/etc. (geppetto, 18:20:27)
* #594 uid/gid allocation requested for openshift origin (geppetto,
18:22:29)
* LINK: https://fedoraproject.org/wiki/Packaging:UsersAndGroups
(tibbs|w, 18:29:06)
* ACTION: uid/gid allocation requested for openshift origin (+1:5,
0:0, -1:0) (geppetto, 18:33:11)
* Open Floor (geppetto, 18:33:18)
* LINK:
https://communityblog.fedoraproject.org/share-your-year-in-review-with-fe...
(jflory7, 18:34:24)
* ACTION: geppetto Try to get a draft for FPC year in review.
(geppetto, 18:46:06)
Meeting ended at 19:01:41 UTC.
Action Items
------------
* uid/gid allocation requested for openshift origin (+1:5, 0:0, -1:0)
* geppetto Try to get a draft for FPC year in review.
Action Items, by person
-----------------------
* geppetto
* geppetto Try to get a draft for FPC year in review.
* **UNASSIGNED**
* uid/gid allocation requested for openshift origin (+1:5, 0:0, -1:0)
People Present (lines said)
---------------------------
* tibbs|w (163)
* geppetto (143)
* jsilhan (35)
* paragan (35)
* Rathann (26)
* racor (20)
* jflory7 (14)
* zodbot (14)
* tomspur (11)
* orionp (3)
* smdeep (2)
* tibbs (0)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
7 years, 8 months
[Fedora-php-devel-list] Change proposal: drop runtime dependency on PEAR
by Remi Collet
Hi,
For now all our PECL extensions have a dependency on php-pear.
PEAR is mostly dead and most user don't want to install it.
(The project is not dead, it even work with PHP 7, but most users have
switched to composer)
In fact, the pecl command is only used in scriptlets for extension
(un)registration (to allow manual pecl/pear usage). Really nothing is
required at runtime.
So I'd like to remove dependency on /usr/bin/pecl for PECL extension.
Here is a proposal for new scriptlets
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
if [ -x %{__pecl} ] ; then
%{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
fi
# posttrans as pear can be installed after us
%posttrans
if [ -x %{__pecl} ] ; then
%{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
fi
%postun
if [ $1 -eq 0 -a -x %{__pecl} ] ; then
%{pecl_uninstall} %{pecl_name} >/dev/null || :
fi
Notice: pear still required at build time for macro definition.
Notice; this is already used to also fix a circular dep issue
(php-pecl-jsonc => php-pear => php-cli => php-common => php-pecl-jsonc)
Minor issue, /var/lib/pear/pkgxml (%{pecl_xmldir}) is own by php-pear.
So we also need to move this directory to php-common to avoid unowned
dir when pear is not installed.
Comments, before opening a FPC ticket ?
Remi.
7 years, 8 months
Summary/Minutes from today's FPC Meeting (2016-01-21 17:00 - 18:25 UTC)
by James Antill
======================
#fedora-meeting-1: fpc
======================
Meeting started by geppetto at 17:00:20 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting-1/2016-01-21/fpc.2016-01-...
.
Meeting summary
---------------
* Roll Call (geppetto, 17:00:21)
* Schedule (geppetto, 17:04:23)
* LINK:
https://lists.fedoraproject.org/archives/list/packaging%
40lists.fedoraproject.org/message/P5JLYLVRLKJWRB5OZXZCEQSYDKOE7ZIV/
(geppetto, 17:04:31)
* #590 systemd links update (geppetto, 17:04:40)
* ACTION: systemd minor policy update and github URL change (+1:8,
0:0, -1:0) (geppetto, 17:20:31)
* #591 Description of filtering macros in Perl is outdated (geppetto,
17:26:18)
* Had enough to pass, and seems better than what we have but tabling
until we have a final change for perl. (geppetto, 18:08:13)
* #592 Blanked bootstrapping exception for mlton (geppetto, 18:08:20)
* ACTION: Blanket bootstrap exception for mlton (+1:8, 0:0, -1:0)
(geppetto, 18:16:54)
* Open Floor (geppetto, 18:17:10)
Meeting ended at 18:24:11 UTC.
Action Items
------------
* systemd minor policy update and github URL change (+1:8, 0:0, -1:0)
* Blanket bootstrap exception for mlton (+1:8, 0:0, -1:0)
Action Items, by person
-----------------------
* **UNASSIGNED**
* systemd minor policy update and github URL change (+1:8, 0:0, -1:0)
* Blanket bootstrap exception for mlton (+1:8, 0:0, -1:0)
People Present (lines said)
---------------------------
* geppetto (82)
* tibbs|w (72)
* Rathann (27)
* orionp (26)
* zbyszek (23)
* racor (17)
* zodbot (15)
* tomspur (11)
* mbooth (10)
* SmootherFrOgZ (5)
* tibbs (0)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
7 years, 8 months
advice on packaging name for MetricsGrimoire MailingListStats
by Matthew Miller
I'm interested in packaging up a mailing list statistics program from
the MetricsGrimoire project.
The tarball is named
MetricsGrimoire-MailingListStats-0.4.2-64-gb0664d1.tar.gz
which suggests "MetricsGrimoire-MailingListStats" as the package name.
That's pretty unwieldy though. Another option might be just
MailingListStats. But then, the docs refer to "MLStats", and the
primary program is "mlstats".
So....
* MetricsGrimoire-MailingListStats
* MailingListStats
* MLStats
* mlstats
?
I've reread the naming guidelines and... yeah, judgement call. I'm kind
of inclined to go with mlstats for brevity and lower-case aesthetic
considerations. Opinions?
--
Matthew Miller
<mattdm(a)fedoraproject.org>
Fedora Project Leader
7 years, 8 months
Versioned weak dependencies
by Shawn Iwinski
How are versioned weak dependencies handled? Can I "Suggests"/"Recommends"
min and max versions or can I only supply the main package and use
"Conflicts" to enforce version ranges?
For example:
Suggests: pkg >= 1.0
Suggests: pkg < 2.0
or
Suggests: pkg
Conflicts: pkg < 1.0
Conflicts: pkg >= 2.0
7 years, 8 months
Summary/Minutes from today's FPC Meeting (2016-01-14 17:00 - 18:20 UTC)
by James Antill
======================
#fedora-meeting-1: fpc
======================
Meeting started by geppetto at 17:01:07 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting-1/2016-01-14/fpc.2016-01-...
.
Meeting summary
---------------
* Roll Call (geppetto, 17:01:07)
* Schedule (geppetto, 17:06:01)
* LINK:
https://lists.fedoraproject.org/archives/list/packaging%
40lists.fedoraproject.org/message/JIHUTVVX4FRAXUGJGQB7Q3TU2UMQHDNO/
(geppetto, 17:06:27)
* #587 Node.js Guideline ExclusiveArch incorrect (geppetto, 17:06:36)
* That's just how koji works, noarch is needed for rpmbuild removing
it doesn't fix the problem. Just have to resubmit until you get a
correct arch. (geppetto, 17:22:16)
* ExcludeArch also doesn't do anything. FWIW. The only other option is
to make the packages arch. (geppetto, 17:23:44)
* LINK: https://fedorahosted.org/koji/ticket/210 (orionp, 17:30:13)
* #567 Packaging Python 3 applications and modules for EPEL 7+
(geppetto, 17:32:33)
* LINK: https://fedorahosted.org/fpc/ticket/567#comment:10 (orionp,
17:35:34)
* ACTION: Incorporate the EPEL7 section of the draft from orionp
(geppetto, 17:39:15)
* Open Floor (geppetto, 17:42:15)
* LINK: https://clearlinux.org/ (tibbs|w, 17:45:42)
* LINK: https://clearlinux.org/features/function-multiversioning-fmv
(tibbs|w, 17:46:14)
* ACTION: geppetto Look for systemd can't use file triggers
discussion. (geppetto, 18:00:03)
* ACTION: geppetto Ping rpm people about 1284645. (geppetto,
18:00:15)
Meeting ended at 18:21:56 UTC.
Action Items
------------
* Incorporate the EPEL7 section of the draft from orionp
* geppetto Look for systemd can't use file triggers discussion.
* geppetto Ping rpm people about 1284645.
Action Items, by person
-----------------------
* geppetto
* geppetto Look for systemd can't use file triggers discussion.
* geppetto Ping rpm people about 1284645.
* orionp
* Incorporate the EPEL7 section of the draft from orionp
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* geppetto (97)
* tibbs|w (75)
* dgilmore (44)
* orionp (29)
* Rathann (13)
* zodbot (11)
* mbooth (4)
* racor (1)
* tibbs (0)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
7 years, 8 months