[Guidelines change] Changes to the packaging guidelines

2019-01-17 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.

-

We have begun to remove content from the wiki.  The old pages should all
now have links to the new docs site.  As we continue to work on the new
documents, the corresponding wiki pages will be emptied and left only
with the link to the new content.  This is currently most visible on the
main guidelines page.  The wiki history remains, of course, and all of
that history was also copied into the git repository which holds the
source of the current site.

As always, if you spot issues in the packaging guidelines, feel free to
file a ticket at https://pagure.io/packaging-committee/issues.  You can
even send us a pull request.

-

The versioning guidelines have been modified to allow limited use of
RPM's tilde (~) notation when packaging upstream-tagged prereleases.

* https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/
* https://pagure.io/packaging-committee/issue/832
* 
https://pagure.io/packaging-committee/c/5113d478f5885d2338dfbdceb043da634f732e51?branch=master

-


The python packaging guidelines have been updated to indicate the
changed default in Fedora 30 for %_python_bytecompile_extra (to 0). This
setting controls whether python files outside of the regular locations
for python modules are subject to automatic byte compilation.

* 
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Appendix/#manual-bytecompilation
* https://pagure.io/packaging-committee/issue/830
* 
https://pagure.io/packaging-committee/c/647454105e873c15ce0c5e10cfad37aae8a50225?branch=master
* 
https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2

-

Due to the recent accumulation of problems caused by unannounced SONAME
bumps in rawhide, a short "Listing shared library files" section was
added to the "Shared Libraries" chapter of the Packaging Guidelines: It
is now discouraged to use globs of the form libFOO.so.* (or similar) for
listing %files entries like libFOO.so.MAJOR.MINOR.PATCH in %{_libdir},
because it can conceal SONAME changes, and may contribute to accidental
bumps. If the use of any glob is helpful in reducing maintenance burden,
using something less general - like libFOO.so.MAJOR* - is encouraged
instead.

* 
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_listing_shared_library_files
* https://pagure.io/packaging-committee/issue/784
* 
https://pagure.io/packaging-committee/c/2051d0c7dcd7f062e2c8571f19a8cf7eea8b0ce6?branch=master
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org


[Guidelines change] Changes to the packaging guidelines

2018-09-17 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.

-

The Python packaging guidelines have been updated to reflect the fact
that Python 2 is deprecated.  All relevant information for legacy Python
2 packaging has been moved to the appendix.  Together with this change,
the rule for naming the executables if both Python versions are shipped
has been changed: "The unversioned executable should be the python3
version, unless it would break users expectations, in that case it may
be the python2 version." Examples of that are provided in the appendix.

* https://fedoraproject.org/wiki/Packaging:Python
* https://fedoraproject.org/wiki/Packaging:Python_Appendix
* https://pagure.io/packaging-committee/issue/793

-

The python guidelines were modified to indicate that packagers should
not simply glob all files and directories under the sitelib and sitearch
directories.  Other small changes were made to avoid conflicting with
this requirement.

* https://fedoraproject.org/wiki/Packaging:Python#Files_to_include
* https://pagure.io/packaging-committee/issue/782

-

A section covering the new automatic dependency generator was added to
the Python guidelines.

* 
https://fedoraproject.org/wiki/Packaging:Python#Automatically_generated_dependencies
* https://pagure.io/packaging-committee/issue/740

-

A new guidelines page was added, providing a place to discuss what is
and is not allowed in Fedora. A number of sections were moved there from
the main guidelines, and a new section was added indicating that only a
single kernel package is allowed in the distribution.

* https://fedoraproject.org/wiki/Packaging:What_Can_Be_Packaged
* https://pagure.io/packaging-committee/issue/792

-

Small cleanups were made to the crypto policies guidelines to modernize
them a bit, and a new section was added requiring that newly added
crypto libraries must comply with existing crypto policies.

* https://fedoraproject.org/wiki/Packaging:CryptoPolicies
* https://pagure.io/packaging-committee/issue/785

-

The section on file and directory dependencies has been rewritten to be
clearer and to explicitly indicate which file dependencies are
permissible and which are not.

* 
https://fedoraproject.org/wiki/Packaging:Guidelines#File_and_Directory_Dependencies
* https://pagure.io/packaging-committee/issue/714

-
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org


[Guidelines change] Changes to the packaging guidelines

2018-07-24 Thread Jason L Tibbitts III

Here are the recent changes to the packaging guidelines.

-

The packaging guidelines for enabling services by default were
significantly revised to emphasize that services starting by default
should fail only in exceptional conditions, and to provide additional
guidance for services related to hardware enablement.
 
 * https://fedoraproject.org/wiki/Packaging:DefaultServices
 * https://pagure.io/packaging-committee/issue/777

-

The Python guidelines were modified to mention the %pypi_source macro
(available in all Fedora and EPEL releases) which conveniently expands
to the proper source URL for the package at PyPi.

 * https://fedoraproject.org/wiki/Packaging:Python#Source_Files_from_PyPI
 * https://pagure.io/packaging-committee/issue/759

-

The Python guidelines were modified to indicate that packages must not
own the top-level __pycache__ directory.

 * https://fedoraproject.org/wiki/Packaging:Python#Byte_compiling
 * https://pagure.io/packaging-committee/issue/782

-

A small change was made to the Java packaging guidelines to specify a
dependency on javapackages-filesystem instead of javapackages-tools.

 * https://fedoraproject.org/wiki/Packaging:Java#BuildRequires_and_Requires
 * https://pagure.io/packaging-committee/issue/781
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/message/HP4LRC2RJNMOMXITZZYJ6FLF2RITY6H6/


[Guidelines change] Changes to the packaging guidelines

2018-05-25 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.

-

Many changes have been made to the Ruby packaging guidelines to reflect
the current state of Ruby packaging.

* https://fedoraproject.org/wiki/Packaging:Ruby
* https://pagure.io/packaging-committee/issue/710

Note that the macros required for some of those guidelines might still
be making their way into the stable releases.

-

The Libraries and Applications section of the guidelines was modified to
favor independent packaging of applications and to discourage separate
graphical applications from having dependencies on each other.

* https://fedoraproject.org/wiki/Packaging:Guidelines#Libraries_and_Applications
* https://pagure.io/packaging-committee/issue/694

-

An exception allowing the use of a specific subdirectory in /etc/opt by
Chrome native messaging extensions was approved.

* 
https://fedoraproject.org/wiki/Packaging:Guidelines#Limited_usage_of_.2Fopt.2C_.2Fetc.2Fopt.2C_and_.2Fvar.2Fopt
* https://pagure.io/packaging-committee/issue/767
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/message/DJUZVSBPI7G24IQYK2Q4WYON656ECFIG/


[Guidelines change] Changes to the packaging guidelines

2018-04-23 Thread Jason L Tibbitts III

Here are the recent changes to the packaging guidelines.

-

A note was added to the Python guidelines indicating that the python2
stack may go away and that upstreams should be contacted about software
not yet ported to python3.

 * https://fedoraproject.org/wiki/Packaging:Python#Python_Version_Support
 * https://pagure.io/packaging-committee/issue/753

-

The Python guidelines now more clearly indicate that use of %{__python},
%{python_sitelib} and %{python_sitearch} is forbidden.

 * https://fedoraproject.org/wiki/Packaging:Python#Macros
 * https://pagure.io/packaging-committee/issue/745

-

Information about the automatic shebang line checking and modification
has been added to both the main guidelines and the Python guidelines.

 * https://fedoraproject.org/wiki/Packaging:Guidelines#Shebang_lines
 * https://fedoraproject.org/wiki/Packaging:Python#Multiple_Python_Runtimes
 * https://pagure.io/packaging-committee/issue/738

-

The guidelines section relating to architecture support has been updated
to reflect the current state of koji's support of
ExclusiveArch:/ExcludeArch: in noarch packages.

 * 
https://fedoraproject.org/wiki/Packaging:Guidelines#Noarch_with_Unported_Dependencies
 * https://pagure.io/packaging-committee/issue/751

-

A guideline was added showing how to disable buildroot policy scripts
for your package, if necessary:

 * 
https://fedoraproject.org/wiki/Packaging:Guidelines#BRP_.28BuildRoot_Policy.29_Scripts
 * https://pagure.io/packaging-committee/issue/749

-

The Documentation section of the main guidelines was expanded to include
information about reducing build dependencies by building documentation
in a separate source package.

 * https://fedoraproject.org/wiki/Packaging:Guidelines#Documentation
 * https://pagure.io/packaging-committee/issue/715

-

The AppData guidelines were updated to mention the %_metainfodir macro,
which was added to cut down on the need for %if blocks in cross-distro
specfiles.

 * https://fedoraproject.org/wiki/Packaging:AppData#app-data-validate_usage
 * https://pagure.io/packaging-committee/issue/752

Note that redhat-rpm-config/epel-rpm-macros packages supporting this are
in updates-testing, but buildroot overrides are active so you can use
the macro in Koji builds now.

-

The section on packaging additional RPM macros has been simplified 
significantly.

 * 
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_of_Additional_RPM_Macros
 * https://pagure.io/packaging-committee/issue/601

Note that the epel-rpm-macros package supporting this in EPEL7 is in
updates-testing, but a buildroot override is active so you can use the
macro in Koji builds now.
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org


[Guidelines change] Changes to the packaging guidelines

2018-02-14 Thread Jason L Tibbitts III
Just this one change, but it has implications for many packages.

The Scriptlet guidelines have received several changes regarding the
installation of shared libraries and ldconfig.  Use of the new macros
is detailed, and there is a new section on the scriptlets required when
linker configuration files are installed.

* https://fedoraproject.org/wiki/Packaging:Guidelines#Shared_Libraries
* https://fedoraproject.org/wiki/Packaging:Scriptlets#Shared_Libraries
* https://pagure.io/packaging-committee/issue/654

Please note the following before attempting to use the new macros
outside of rawhide builds:

1) The updates for F27 (redhat-rpm-config-70.1.fc27) and F26
   (redhat-rpm-cponfig-64.1.fc26) which provide the new macros are
   currently on their way to stable and will hopefully be generally
   available in a day or so.

2) The epel-rpm-macros updates for EPEL7 and EPEL6, which provide the
   new macros for those EPEL releases, are in the testing repositories
   and need more karma before they can be pushed to stable:
   * https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-c5ae067f71
   * https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-580a31cb75
   
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org


Re: [Guidelines change] Changes to the packaging guidelines

2017-02-17 Thread Jason L Tibbitts III
Oops, one additional change was made which I left out of the previous
announcement.

A section was added to the Python guidelines describing the automatic
generation of Provides: which was added in Fedora 25. Descriptions of
three new macros were also added.

* 
https://fedoraproject.org/wiki/Packaging:Python#Automatic_Provides_with_a_standardized_name
* https://fedoraproject.org/wiki/Packaging:Python#Macros
* https://fedorahosted.org/fpc/ticket/635 
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org


[Guidelines change] Changes to the packaging guidelines

2017-02-17 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.

-

The systemd section of the scriptlet guidelines was updated to indicate
situations where the %systemd_ordering macro may be used instead of
%systemd_requires.

* https://fedoraproject.org/wiki/Packaging:Scriptlets#Systemd
* https://fedorahosted.org/fpc/ticket/644

-

The guidelines for replacing existing packages have been updated with
mention of the "fedora-obsolete-packages" package:

* 
https://fedoraproject.org/wiki/Packaging:Guidelines#Renaming.2FReplacing_Existing_Packages
* https://apps.fedoraproject.org/packages/fedora-obsolete-packages/overview/
* https://fedorahosted.org/fpc/ticket/645

-

The guidelines for systemd scriptlets were updated with mention of the
macros to be used for systemd user units.

* https://fedoraproject.org/wiki/Packaging:Scriptlets#Systemd
* https://fedorahosted.org/fpc/ticket/647

-

The SourceURL guidelines were updated to reflect a simpler method for
downloading tagged releases from Github.

* https://fedoraproject.org/wiki/Packaging:SourceURL#Git_Tags
* https://fedorahosted.org/fpc/ticket/651

-

The Tags and Sections section of the main guidelines was modified to
use "SHOULD" and "MUST" language throughout, and to either discourage
or prohibit the use of certain tags and sections. The section is short,
so I've included it below.

"
* The Copyright:, Packager:, Vendor: and PreReq: tags MUST NOT be used.
* The BuildRoot: tag and %clean section SHOULD NOT be used.
* The contents of the buildroot SHOULD NOT be removed in the first line
  of %install.
* The Summary: tag value SHOULD NOT end in a period.
* The Source: tags document where to find the upstream sources for the
  package. In most cases this SHOULD be a complete URL to the upstream
  tarball. For special cases, please see the SourceURL Guidelines.
* The Group: tag is unnecessary.
"

* https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections
* https://fedorahosted.org/fpc/ticket/652

-

The File Permissions section was cleaned up somewhat, to use slightly
cleaner grammar, use "SHOULD" and "MUST" throughout and to remove
redundant information. In addition, the following sentence was added:

"The %defattr directive in the %files list SHOULD ONLY be used when
setting a non-default value, or to reset to the default value after
having set a non-default value."

* https://fedoraproject.org/wiki/Packaging:Guidelines#File_Permissions
* https://fedorahosted.org/fpc/ticket/652

-

The Python Egg guidelines were update to better match current Python
packaging and to mention the %py*_install_egg macros.

* https://fedoraproject.org/wiki/Packaging:Python_Eggs
* https://fedorahosted.org/fpc/ticket/663

-

The example spec in the Python guidelines was modified to correspond to
the usual, "python3 is default" case where versioned executables are not
installed.

* https://fedoraproject.org/wiki/Packaging:Python
* https://fedorahosted.org/fpc/ticket/672

-

The guidelines for using Alternatives have been better indicate the
situations where alternatives are and are not appropriate.

* https://fedoraproject.org/wiki/Packaging:Alternatives
* https://fedorahosted.org/fpc/ticket/673

-

The guidelines for per-product configuration have been updated to allow
copying the config file instead of mandating symlinking and to specify
the location where the variant configurations should be stored.

* https://fedoraproject.org/wiki/Packaging:Per-Product_Configuration
* https://fedorahosted.org/fpc/ticket/675
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org


[Guidelines change] Changes to the packaging guidelines

2016-02-25 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.

-

Some PHP scriptlets are now unnecessary in F24 due to the use of file
triggers.

 * https://fedoraproject.org/wiki/Packaging:PHP#PECL_Modules
 * https://fedorahosted.org/fpc/ticket/597

-

A page describing the implementation of Langpacks for F23 and newer has
been added to the guidelines, and various other pages have been updated
to reference it.

 * https://fedoraproject.org/wiki/Packaging:Langpacks
 * https://fedorahosted.org/fpc/ticket/593
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel-announce@lists.fedoraproject.org


[Guidelines change] Changes to the packaging guidelines

2016-02-18 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.

-

A section on the treatment of pregenerated code has been added to the
main guideline page.

 *​https://fedoraproject.org/wiki/Packaging:Guidelines#Use_of_pregenerated_code
 *​https://fedorahosted.org/fpc/ticket/580

-

Text was added to the section on spec legibility indicating that non
Fedora/EPEL macros should not be used in Fedora specfiles.

 *​https://fedoraproject.org/wiki/Packaging:Guidelines#Spec_Legibility
 *​https://fedorahosted.org/fpc/ticket/582 

-

The node.js guidelines have gained a requirement for a %check section
which at minimam ensures that the module is loadable.

 * https://fedoraproject.org/wiki/Packaging:Node.js#Build_testing_in_.25check
 * https://fedorahosted.org/fpc/ticket/583

-

The AppData guidelines were updated to reflect the current version of
the AppData standard.

 * https://fedoraproject.org/wiki/Packaging:AppData
 * https://fedorahosted.org/fpc/ticket/584

-

Information about requesting bootstrapping exceptions, including blanket
exceptions, was added to the committee page.

 
*​https://fedoraproject.org/wiki/Packaging_Committee#Bootstrapping_Exception_Procedure
 *​https://fedorahosted.org/fpc/ticket/585

-

The systemd scriptlet guidelines were cleaned up to use correct links
and fix some typos.

 *​https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Scriptlets
 * https://fedorahosted.org/fpc/ticket/590 

-

A reference to the EPEL packaging guidelines was added to the main
guidelines page.

 *​https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_for_EPEL
 *​https://fedoraproject.org/wiki/EPEL:Packaging
 *​https://fedorahosted.org/fpc/ticket/599

-

The shared library section of the guidelines has been updated to refer
to a separate page on ABI comparison tools.

 *​https://fedoraproject.org/wiki/Packaging:Guidelines#Shared_Libraries
 *​https://fedoraproject.org/wiki/How_to_check_for_ABI_changes_in_a_package
 * https://fedorahosted.org/fpc/ticket/579 

-

A new page for guidelines specific to C and C++ has been added.

 *​https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B?rd=C_and_C++
 *​https://fedorahosted.org/fpc/ticket/540 

-

The submodules section of the SourceURL guideline page was simplified to
use git --recursive.

 *​https://fedoraproject.org/wiki/Packaging:SourceURL#Git_Submodules
 *​https://fedorahosted.org/fpc/ticket/547 
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel-announce@lists.fedoraproject.org


[Guidelines change] Changes to the packaging guidelines

2015-11-10 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.

-

The guidelines were updated to reflect the current policy that Fedora
packages are no longer permitted to carry SysV-style initscripts. The
relevant guidelines page has been moved to the EPEL hierarchy.

 * https://fedoraproject.org/wiki/Packaging:Guidelines#Initscripts
 * https://fedoraproject.org/wiki/EPEL:SysVInitScript
 * https://fedorahosted.org/fpc/ticket/577 

-

Until sufficient support exists in the build system and package manager,
rich/Boolean dependencies are not permitted in Fedora.

 * 
https://fedoraproject.org/wiki/Packaging:Guidelines#Rich.2FBoolean_dependencies
 * https://fedorahosted.org/fpc/ticket/559

-

The MPI packaging guidelines were updated to handle python3 packages.

 * https://fedoraproject.org/wiki/Packaging:MPI
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AMPI=427683=309350
 * https://fedorahosted.org/fpc/ticket/563
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines change] Changes to the packaging guidelines

2015-08-04 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.

-

The big change is that the Python guidelines have been extensively
reorganized and partially rewritten, and new macros are available which
simplify packaging by removing some of the boilerplate which was
previously required.

The main guideline page has been slimmed down to show the more basic
info and a clean and simple spec using the new macros which is free of
multiline conditionals.

boilerplate previously associated with python packages.  Some of the
more esoteric information has been moved to an appendix page to keep the
main page of reasonable size.

The new guidelines are currently only functional on Fedora 22 and newer
releases, but are currently in updates-testing for Fedora 21 and EPEL7.
The older guidelines are preserved in a separate page and we'll try to
keep them updated with new requirements.

The new guidelines page:
* https://fedoraproject.org/wiki/Packaging:Python

The appendix:
* https://fedoraproject.org/wiki/Packaging:Python_Appendix

The old guidelines:
* https://fedoraproject.org/wiki/Packaging:Python_Old

Note that these cleaned up pages (and the old copy) include some
new guidelines as well:

  There is new section indicating that -OO must not be used for python
  versions less than 3.5.
  * https://fedoraproject.org/wiki/Packaging:Python#Optimization

  There are requirements for what python module packages must provide
  (via Provides:):
  * https://fedoraproject.org/wiki/Packaging:Python#Provides

Related FPC tickets:
* https://fedorahosted.org/fpc/ticket/281
* https://fedorahosted.org/fpc/ticket/534
* https://fedorahosted.org/fpc/ticket/542
* https://fedorahosted.org/fpc/ticket/545
* https://fedorahosted.org/fpc/ticket/552


-

Guidelines have been added covering services which need to perform setup
when they are first started (including self-signed certificate
generation).

*​https://fedoraproject.org/wiki/Packaging:Initial_Service_Setup
*​https://fedorahosted.org/fpc/ticket/506

-

The guideline on spec file naming was moved into the main guidelines and
now requires that its name be constructed by taking the name of the
source package and appending .spec.

* https://fedoraproject.org/wiki/Packaging:Guidelines#Spec_File_Naming
* https://fedorahosted.org/fpc/ticket/553

-

FPC can now grant exceptions to the regular package review procedures.

* 
https://fedoraproject.org/wiki/Packaging_Committee#Review_Process_Exemption_Procedure
* https://fedorahosted.org/fpc/ticket/539
* https://fedorahosted.org/fesco/ticket/1435
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines change] Changes to the packaging guidelines

2015-07-08 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines.  Note that
there is also a set of Python guideline changes pending which I will
send in a separate announcement.

-

Guidelines for making use of weak dependencies (Recommends:, Suggests:,
etc.) have been added.

 *​https://fedoraproject.org/wiki/Packaging:WeakDependencies
 *​https://fedorahosted.org/fpc/ticket/531 

-

The SSL Certificate Handling guidelines were slightly clarified.

 *​https://fedoraproject.org/wiki/Packaging:SSLCertificateHandling
 
*​https://fedoraproject.org/w/index.php?title=Packaging%3ASSLCertificateHandlingdiff=414415oldid=412705
 *​https://fedorahosted.org/fpc/ticket/536 

-

The Locally running services section of the Default Services
guidelines been clarified.

 
*​https://fedoraproject.org/wiki/Packaging:DefaultServices#Locally_running_services
 
*​https://fedoraproject.org/w/index.php?title=Packaging%3ADefaultServicesdiff=414410oldid=413672
 *​https://fedorahosted.org/fpc/ticket/532#comment:6 

-

The guidelines for referencing upstream source were overhauled to
include more information about git hosting services.

 * https://fedoraproject.org/wiki/Packaging:SourceURL
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3ASourceURLdiff=417378oldid=372006
 * https://fedorahosted.org/fpc/ticket/547

-

The General Naming section of the Package Naming Guidelines has been
modified to bring mention of lower casing and use of dashes to the
beginning, and to slightly emphasize the use of lower case package
names.

 * https://fedoraproject.org/wiki/Packaging:NamingGuidelines#General_Naming
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3ANamingGuidelinesdiff=417380oldid=400817
 * https://fedorahosted.org/fpc/ticket/541
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines change] Changes to the packaging guidelines

2015-05-21 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines:

The policy for systemd presets has been modified to merge the
individual treatments of service, socket and timer units into one
policy. The policy page was also moved into the packaging guidelines
proper.
 * https://fedoraproject.org/wiki/Packaging:DefaultServices
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3ADefaultServicesdiff=413672oldid=413670
 * https://fedorahosted.org/fpc/ticket/532

-

Slightly modified the per-product configuration guidelines to account
for changes in the os-release file.
 * https://fedoraproject.org/wiki/Packaging:Per-Product_Configuration
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3APer-Product_Configurationdiff=411980oldid=410805
 * https://fedorahosted.org/fpc/ticket/520#comment:7

-

New guidelines for the consistent usage of SSL certificates by
applications have been added.
 * https://fedoraproject.org/wiki/Packaging:SSLCertificateHandling
 *  https://fedorahosted.org/fpc/ticket/480

-

It is now mandatory that modules which support python3 be packaged for
python3.  Python modules which support both python2 and python3 may be
packages for both, or just python3.  Packaging of modules which support
only python2 are unaffected.
 * https://fedoraproject.org/wiki/Packaging:Python
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3APythondiff=413621oldid=409012
 * https://fedorahosted.org/fpc/ticket/526

-

The AppData packaging guidelines have been updated to include
information about addon packages, and to use appstream-util instead of
appdata-validate.
 * https://fedoraproject.org/wiki/Packaging:AppData
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AAppDatadiff=413661oldid=398214
 * https://fedorahosted.org/fpc/ticket/527

-

The R Packaging guidelines have been revised to indicate that the
DESCRIPTION file should not be marked %doc, as it is actually required
for operation of the R package and needs to be present even when
installed with --excludedocs.
 * https://fedoraproject.org/wiki/Packaging:R
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3ARdiff=413668oldid=234180
 * https://fedorahosted.org/fpc/ticket/535

-

The BuildRequires section of the guidelines has been revised; the
exceptions list is gone.  The release engineering folks are free to
define the buildroot and rpm is free to change its dependency list.
 * https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRequires_2
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelinesdiff=413629oldid=409506
 * https://fedorahosted.org/fpc/ticket/497
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines change] Changes to the packaging guidelines

2015-04-23 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines:

The guidelines for packaging static libraries were amended to indicate
that the -static package should require the -devel package:
 * 
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries_2
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelinesdiff=409506oldid=405928
 * https://fedorahosted.org/fpc/ticket/338

-

Due to advancements in packaging making it somewhat irrelevant, the EE
APIs section is removed from the Java packaging guidelines:
 * https://fedoraproject.org/wiki/Packaging:Java
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AJavadiff=407092oldid=398187
 * https://fedorahosted.org/fpc/ticket/512

-

Guidelines and example SPEC for DevAssistant plug-ins are updated to
accommodate for %license tag:
 * https://fedoraproject.org/wiki/Packaging:DevAssistant
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3ADevAssistantdiff=407093oldid=402017
 * https://fedorahosted.org/fpc/ticket/511

-

The guidelines for providing per-product configuration defaults have
been rewritten to be much more robust.
 * https://fedoraproject.org/wiki/Packaging:Per-Product_Configuration
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3APer-Product_Configurationdiff=410805oldid=384093
 * https://fedorahosted.org/fpc/ticket/520
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines change] Changes to the packaging guidelines

2015-03-10 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines:

The documentation section of the guidelines has been updated to include
a prohibition on using both %doc and direct installation of files into
%_pkgdocdir.
 * https://fedoraproject.org/wiki/Packaging:Guidelines#Documentation
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelinesdiff=405928oldid=405492
 * https://fedorahosted.org/fpc/ticket/338 

-

The Python guidelines were modified to clarify the use of unversioned
macros (%__python instead of %__python2 or %__python3, for example).
 * https://fedoraproject.org/wiki/Packaging:Python
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3APythondiff=406053oldid=405394
 * https://fedorahosted.org/fpc/ticket/498

-

Guidelines for Preupgrade Assistant packages have been added.
 * https://fedoraproject.org/wiki/Packaging:PreupgradeAssistant
 * https://fedorahosted.org/fpc/ticket/495

-

Corrected a typo/logic error in the bootstrapping guidelines:
 * https://fedorahosted.org/fpc/ticket/501
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelinesdiff=405381oldid=403811

-

If a package builds a module for multiple python interpreters, it must
be done below the source tree and not in the %{py3dir} anymore. For an
example see:
 * http://fedoraproject.org/wiki/Packaging:Python#Building_more_than_once

-

The guidelines on library bundling have been expanded to provide
information on some additional cases where the packaging committee may
grant exceptions.
 * 
https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Some_reasons_you_might_be_granted_an_exception
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3ANo_Bundled_Librariesdiff=406057oldid=383256
 * https://fedorahosted.org/fpc/ticket/391#comment:13
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines Change] Changes to the Packaging Guidelines

2013-04-10 Thread Tom Callaway
Another round of changes to the Fedora Packaging Guidelines have been made:

---

A new section on packaging cron jobs has been added:

https://fedoraproject.org/wiki/Packaging/CronFiles

---

The guidelines for migrating from sysv init scripts to systemd were
clarified to state that the migration triggers only need to be kept for
two releases (to cover the range of supported upgrades). For example, if
the package converted to systemd unit files in F18, the migration
support could be dropped in the F21. It is not mandatory that they drop
them, this is just to clarify that they have the option of dropping them
at that point.

https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Packages_migrating_to_a_systemd_unit_file_from_a_SysV_initscript

---

If an update to your package resolves a known security concern (at the
time of the update) with a Common Vulnerabilities and Exposures (CVE)
number assigned to it, you should mention the CVE number in the RPM
changelog entry.

https://fedoraproject.org/wiki/Packaging:Guidelines#Security_Updates_To_Resolve_Known_CVE_Issues

---

The Java Guidelines have been updated with macros that simplify
packaging on F19+, a specific circumstance where JAR files can be now
installed to %{_javadir}/%{name}/ under its usual name, and other
cleanups proposed by the Java SIG.

https://fedoraproject.org/wiki/Packaging:Java

---

The ruby gems guidelines have been updated to make use of the
%gem_install macro that is available in Fedora 19 and beyond.

https://fedoraproject.org/wiki/Packaging:Ruby

---

The packaging guidelines have been clarified to specify that RPM Macro
files stored in /etc/rpm/ are not to be marked %config.

https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_of_Additional_RPM_Macros

---

A Bundling exception for nodejs-should to include the forked code
fragment from the Node.js assert module was approved.

---

These guideline changes were approved by the Fedora Packaging
Committee (FPC).

Many thanks to Jóhann B. Guðmundsson, Przemek Klosowski, David Malcolm,
Jamie Nguyen, Vit Ondruch, Michal Srb, and all of the members of the
FPC, for assisting in drafting, refining, and passing these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
https://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~tom
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines Change] Changes to the Packaging Guidelines

2013-02-24 Thread Tom Callaway
Some more changes to the Fedora Packaging Guidelines have been made:

---

The Packaging Guidelines covering Desktop files have been amended to say
that for Fedora 19 and beyond, the vendor tag must not be used. If it
was being used in a previous release, it may continue to be used for
that previous release, but must be removed in Fedora 19. New packages
must not add the vendor tag for any release. Packagers are reminded that
they must not change the name of the desktop file in a stable Fedora
release.

https://fedoraproject.org/wiki/Packaging:Guidelines#desktop-file-install_usage

---
The Ruby Guidelines have been updated to prepare for JRuby integration
in Fedora (and new macros to assist in this).

https://fedoraproject.org/wiki/Packaging:Ruby

---

The Java Guidelines have been changed to reflect BuildRequires:
maven-local (instead of maven).

​https://fedoraproject.org/wiki/Packaging:Java#maven_3

---

These guideline changes were approved by the Fedora Packaging
Committee (FPC).

Many thanks to Bohuslav Kabrda, Parag Nemade, Stanislav Ochotnicky, and
all of the members of the FPC, for assisting in drafting, refining, and
passing these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
https://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~tom
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines Change] Changes to the Packaging Guidelines

2012-10-31 Thread Tom Callaway
Some changes to the Fedora Packaging Guidelines have been made:

---

In the specific case where multiple software components generate
identically named (but incompatible) binaries, Fedora Packagers should
make every effort to convince the upstreams to rename the binaries to
resolve the conflict (see: Packaging:Conflicts#Binary_Name_Conflicts).
However, if neither upstream is willing to rename the binaries to
resolve the conflict, AND the binaries are not viable candidates for
alternatives or environment modules (incompatible runtimes), as long as
there are no clear cases for both packages to be installed
simultaneously, explicit Conflicts are permitted at the packager's
discretion. Both packages must carry Conflicts in this case.

Be aware, adding explicit Conflicts means that if any other packages
depend on your package, you may be creating a chain-of-conflicts that
could cause user pain. Please consider this as a last resort.

https://fedoraproject.org/wiki/Packaging:Conflicts#Incompatible_Binary_Files_with_Conflicting_Naming_.28and_stubborn_upstreams.29

---

The PEAR section of the PHP Guidelines has been updated to reflect the
existence of a new macro, %{pear_metadir}, along with an example of how
it is to be used, and a new EPEL specific section relating to the fact
that %{pear_metadir} does not exist in RHEL php builds.

​https://fedoraproject.org/wiki/Packaging:PHP#PEAR_Modules

---

The MPI Guidelines have been updated to install the module files under a
mpi sub-directory and adds conflict mpi to the module files to avoid
being able to load multiple mpi modules at one time.

​https://fedoraproject.org/wiki/Packaging:MPI

---

These guideline changes were approved by the Fedora Packaging
Committee (FPC).

Many thanks to Remi Collet, Orion Poplawski, Michal Sekletar, and all of
the members of the FPC, for assisting in drafting, refining, and passing
these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
https://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~tom

___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines Change] Changes to the Packaging Guidelines

2012-06-06 Thread Tom Callaway
Here is the latest set of changes to the Fedora Packaging Guidelines:

---

In Fedora, you can assume that the default shell (/bin/sh) is bash.
Thus, all scriptlets can safely assume that if they are running in shell
code, they are running within bash.

https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Default_Shell

---

A bundling exception was granted for calibre to bundle their forked
version of pyPdf.

https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions

---

A new set of MinGW guidelines are in place for Fedora 17+. These
guidelines reflect the existence of mingw32 and mingw64.

https://fedoraproject.org/wiki/Packaging:MinGW

Older guidelines remain in place for older versions of Fedora (and RHEL
6 or older):

https://fedoraproject.org/wiki/Packaging:MinGW_Old

---

A section of the Ruby Guidelines concerning the appropriate place to
copy C extensions in the spec file template has been clarified and enhanced:

https://fedoraproject.org/wiki/Packaging:Ruby#Building_gems

---

Guidelines for usage of tmpfiles.d have been updated to better reflect
the current stage of Fedora and other Fedora guidelines. In summary:

* Dropped the irrelevant talk of both systemd and upstart
* Prefer talking of /run everywhere instead of /var/run
* Ship the packaged files in %{_prefix}/lib/tmpfiles.d/, not
  %{_sysconfdir}/tmpfiles.d/.
* Do not mark the files as %config and add an explanation why.
* Use the more usual 'd' specifier instead of 'D'.
* Nudge packagers into thinking about the permission mode of their
  directories, rather than copying the 0710 dogmatically.

https://fedoraproject.org/wiki/Packaging:Tmpfiles.d

---
The systemd guidelines have been update to reflect the fact that unit
files should avoid using StandardOutput= or StandardError=. The default
is the right choice for almost all cases, and using the default allows
users to change global defaults in /etc/systemd/system.conf.

Also, all references to After=syslog.target have been dropped, as that
is no longer correct or relevant in current versions of Fedora.

https://fedoraproject.org/wiki/Packaging:Systemd

---

The packaging guidelines now mention that the %make_install macro (*not*
to be confused with %makeinstall) may be used instead of make
DESTDIR=%{buildroot}.

http://fedoraproject.org/wiki/Packaging:Guidelines#Why_the_.25makeinstall_macro_should_not_be_used

---

A new section was added to the guidelines to indicate that Fedora uses
gcc as the compiler (for all languages that gcc supports). Packages may
only build with an alternative compiler to gcc if upstream does not
support gcc.

https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler

---

These guidelines (and changes) were approved by the Fedora Packaging
Committee (FPC).

Many thanks to Kevin Fenzi, Hans de Goede, Vít Ondruch, Erik van
Pienbroek, Petr Pisar, Lennart Poettering, Michal Schmidt, Rahul
Sundaram, and all of the members of the FPC, for assisting in drafting,
refining, and passing these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
https://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~tom
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines Change] Changes to the Packaging Guidelines

2011-05-28 Thread Tom Callaway
Here is this week's change to the Fedora Packaging Guidelines:

---

The systemd guidelines on naming unit files have been amended to tell
packagers how to make compatibility symlinks for alternate service names
should their service have had a different name in the past.

http://fedoraproject.org/wiki/Packaging:Systemd#Naming

---

These guidelines (and changes) were approved by the Fedora Packaging
Committee (FPC).

Many thanks to the Fedora Community, and all of the members of the FPC,
for assisting in drafting, refining, and passing these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
https://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~spot
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce


[Guidelines Change] Changes to the Packaging Guidelines

2011-03-24 Thread Tom Callaway
Here are the changes to the Fedora Packaging Guidelines for this week:

---

The Packaging:PHP guidelines have been updated to reflect that PEAR
documentation provided by upstream are installed in %{pear_docdir},
should stay there, and must be marked as %doc.

Additionally, the definition of pear_docdir has been defined as
%{_docdir}/pear.

https://fedoraproject.org/wiki/Packaging:PHP

---

The Java guidelines have been updated to add information and sample
template for Maven 3 (Fedora 15+).

https://fedoraproject.org/wiki/Packaging:Java

---

These guidelines (and changes) were approved by the Fedora Packaging
Committee (FPC).

Many thanks to Remi Collet, Stanislav Ochotnicky, and all of the members
of the FPC, for assisting in drafting, refining, and passing these
guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
https://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~spot
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce


[Guidelines Change] Changes to the Packaging Guidelines

2011-03-21 Thread Tom Callaway
Here are the latest set of changes to the Fedora Packaging Guidelines:

---

The Emacs packaging guidelines were updated to handle cases where a
package's principal functionality does not require (X)Emacs, but the
package also includes some auxiliary Elisp files to provide support for
the package in (X)Emacs.

https://fedoraproject.org/wiki/Packaging:Emacs

---

The Scriptlet Snippets section dealing with the order that scriptlets
are invoked has been updated to include %trigger scripts.

https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Scriptlet_Ordering

---

A subsection was added to the Packaging Guidelines section on Filesystem
Layout in which it is made explicit that binaries in /bin or /sbin must
NOT depend on any libraries in /usr/lib or /usr/lib64.

https://fedoraproject.org/wiki/Packaging:Guidelines#Binaries_in_.2Fbin_and_.2Fsbin


---

The section on Epochs was improved, and clarifying language about Epoch
use in Requires was added to the Packaging Guidelines.

https://fedoraproject.org/wiki/Packaging:Guidelines#Use_of_Epochs
https://fedoraproject.org/wiki/Packaging:Guidelines#Requires

---

New guidelines were added covering the packaging of Ada programs.

https://fedoraproject.org/wiki/Packaging:Ada

---

The section on Boostrapping in the Treatment of Bundled Libraries page
in the Packaging Guidelines has been amended to add the following:

Packages which are built in such a bootstrapping mode must not be tagged
for a final release (or pushed as an update for any stable release). FPC
will track the progress of approved bootstrapping exceptions via the
ticket requesting the bootstrap bundling exception.

https://fedoraproject.org/wiki/Packaging:Treatment_Of_Bundled_Libraries#Bootstrapping

---

Macro forms of system executables (such as %{__rm}) should not be used
except when there is a need to allow the location of those executables
to be configurable.

https://fedoraproject.org/wiki/Packaging:Guidelines#Macros

---

These guidelines (and changes) were approved by the Fedora Packaging
Committee (FPC).

Many thanks to Hans Niedermann, Jonathan Underwood, Pavel Zhukov, and
all of the members of the FPC, for assisting in drafting, refining, and
passing these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
https://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~spot
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce


[Guidelines Change] Changes to the Packaging Guidelines

2010-11-17 Thread Tom spot Callaway
Here are the list of recent changes to the Fedora Packaging Guidelines:

D Packaging Guidelines have been added:
https://fedoraproject.org/wiki/Packaging:D

---

The Java Packaging Guidelines have been revised:
https://fedoraproject.org/wiki/Packaging:Java
Diff:
https://fedoraproject.org/w/index.php?title=Packaging%3AJavadiff=206526oldid=154023

---

The Guideline that explains how and when to require base packages has
been substantially revised.  The old language focused on -devel packages
and left other subpackages to the imagination of the reader.  The update
has more generic advice and uses -devel and -libs packages as examples.

http://fedoraproject.org/wiki/Packaging/Guidelines#RequiringBasePackage

---

The perl guidelines have been updated with additional examples and
clarifications.  Specifically, the Directory ownership, requires and
provides, and testing sections have seen wording changes:

https://fedoraproject.org/wiki/Packaging:Perl

---

A guideline was added explaining the %pretrans scriptlet and requiring
that if used it must be written in Lua.

https://fedoraproject.org/wiki/Packaging/Guidelines#The_.25pretrans_scriptlet

---

A note was added about additional checks obtained by running rpmlint on
installed packages.

https://fedoraproject.org/wiki/Packaging/Guidelines#Use_rpmlint

---

These guidelines (and changes) were approved by the Fedora Packaging
Committee (FPC).

Many thanks to Alexander Kurtakov, Jonathan Mercier, Stanislav
Ochotnicky and all of the members of the FPC, for assisting in drafting,
refining, and passing these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
http://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~spot
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce


[Guidelines Change] Changes to the Packaging Guidelines

2010-11-17 Thread Tom spot Callaway
Here are the list of this week's changes to the Fedora Packaging Guidelines:

The FPC has taken over evaluating exceptions to the Bundled Library
Guidelines.  A list of standard questions to be answered to give the FPC
information on whether to grant exceptions has been added to the
Guidelines:

https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Standard_questions

---

An exception was added to the Guidelines concerning use of
%{_sourcedir}, specifically, when there is an available list of
supplementary source files, it is permissible to use this list in
conjunction with %{sourcedir} to simplify operations on those
supplementary source files.

https://fedoraproject.org/wiki/Packaging:RPM_Source_Dir

---

rpm %post and %postun scripts have been added for the following
important pieces of GNOME3 technology: GSettings, gdk-pixbuf loaders,
GTK3 modules, and GIO modules:

https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#GSettings_Schema
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#gdk-
 pixbuf_loaders
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#GTK.2B_modules
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#GIO_modules

---

These guidelines (and changes) were approved by the Fedora Packaging
Committee (FPC).

Many thanks to Kevin Kofler, Matthias Clasen, FESCo and all of the
members of the FPC, for assisting in drafting, refining, and passing
these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here:
http://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure

Thanks,

~spot
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce


[Guidelines Change] Changes to the Packaging Guidelines 04/09 - 02/10

2010-03-03 Thread Tom spot Callaway
It has been almost a year since we announced changes to the Packaging
Guidelines, so this will be a long list. In the future, we'll try to be
more timely in writing up changes and announcing them to the Fedora
Community.

Here are the list of changes to the Fedora Packaging Guidelines:

When selecting which source to download from upstream and use in a
Fedora package, the smallest available (and Fedora compatible) source
should be used:
https://fedoraproject.org/wiki/Packaging/SourceURL#Referencing_Source

The Fortran Packaging Guidelines have been updated:
https://fedoraproject.org/wiki/Packaging:Fortran

The Ant Sample Spec in the Java Packaging Guidelines has been corrected:
https://fedoraproject.org/wiki/Packaging/Java

The R Packaging Guidelines have been updated:
https://fedoraproject.org/wiki/Packaging:R

The Scrollkeeper scriptlets were removed from the Packaging Guidelines:
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Scrollkeeper

The Python Packaging Guidelines were significantly rewritten including
changes to address:
* Python 3
* PyGTK2 and Numpy
https://fedoraproject.org/wiki/Packaging:Python

Dos2unix is no longer forbidden when removing DOS line breaks in a file:
https://fedoraproject.org/wiki/Packaging/Guidelines#Rpmlint_Errors

The Packaging Guidelines now contain a lengthy explanation of why
Bundled Libraries are not permitted in Fedora:
https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries

The Packaging Guideline section on dealing with pre-built libraries has
been improved:
https://fedoraproject.org/wiki/Packaging:Guidelines#No_inclusion_of_pre-built_binaries_or_libraries

Fedora packages no longer need to explicitly define a BuildRoot, as RPM
now always defines one:
https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag

The Fedora Packaging Guidelines now contain more information on how to
deal with Conflicting Files in scenarios involving common names:
https://fedoraproject.org/wiki/Packaging:Conflicts#Conflicting_Files

There are now Packaging Guidelines for Wordpress Plugins:
https://fedoraproject.org/wiki/Packaging:WordPress_plugin_packaging_guidelines

There are now Packaging Guidelines for Globus Toolkit components:
https://fedoraproject.org/wiki/Packaging:Globus

Since RPM now detects pkgconfig dependencies in all Fedora releases, it
is no longer necessary for Fedora packages with .pc files to explicitly
Require: pkgconfig :
https://fedoraproject.org/wiki/PackagingGuidelines#Pkgconfig_Files

Fedora packages should contain man pages for all included binaries and
scripts, and if not present, Fedora packagers should work with upstream
to add them:
https://fedoraproject.org/wiki/Packaging:Guidelines#Man_pages

There are now Packaging Guidelines for MPI packages:
https://fedoraproject.org/wiki/Packaging:MPI

There are now Packaging Guidelines for proper usage of Environment Modules:
https://fedoraproject.org/wiki/Packaging:EnvironmentModules

There are now Packaging Guidelines for proper usage of Alternatives:
https://fedoraproject.org/wiki/Packaging:Alternatives

The Packaging Guidelines now have a section covering how to properly
handle filtering of Automatic Provides and Requires:
https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering

The GConf scriptlets have been rewritten to use macros (and be much
simpler):
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#GConf

The Guidelines concerning RPath have been clarified:
https://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath

The Guidelines concerning File and Directory ownership have been clarified:
https://fedoraproject.org/wiki/Packaging:Guidelines#File_and_Directory_Ownership

The Emacs Packaging Guidelines have been changed:
https://fedoraproject.org/wiki/Packaging:Emacs

The PHP Packaging Guidelines have been changed:
https://fedoraproject.org/wiki/Packaging:PHP

The Fedora Packaging Guidelines now contain a section on dealing with
Buildtime Macros in Source RPMS:
https://fedoraproject.org/wiki/Packaging:Guidelines#Source_RPM_Buildtime_Macros

A clarification note has been added to the SourceURL section, reminding
Fedora packagers to use downloads.sourceforge.net:
https://fedoraproject.org/wiki/Packaging:SourceURL#Sourceforge.net

These guidelines (and changes) were approved by the Fedora Packaging
Committee (FPC) and ratified by FESCo.

Many thanks to Pierre-Yves Chibon, Remi Collet, Mattias Ellert, Adam
Jackson, Jussi Lehtola, David Malcolm, Till Maas, Bill Nottingham, Orcan
Ogetbil, Rahul Sundaram, Alexey Torkhov, Jonathan Underwood, Ivana
Varekova, Ian Weller, Chris Weyl and all of the members of the FPC and
FESCo, for assisting in drafting, refining, and passing these guidelines.

As a reminder: The Fedora Packaging Guidelines are living documents! If
you find something missing, incorrect, or in need of revision, you can
suggest a draft change. The procedure for this is documented here: