Re: [Rpm-maint] [rpm-software-management/rpm] Add optional Class: attribute into Preamble (#236)

2017-06-16 Thread ニール・ゴンパ
@clime Also, you could just reuse the `Group:` tag for this purpose. I'm not sure why you need new metadata tags... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Add optional Class: attribute into Preamble (#236)

2017-06-16 Thread Michal Novotný
Hello, right now, spec files do not have any 'type' identifier, which means, they all need to be treated the same way in a distribution. If they contained a class specifier, there could be two (or more) types of packages, each with a different set of requirements given to them by a

Re: [Rpm-maint] [rpm-software-management/rpm] Add optional Class: attribute into Preamble (#236)

2017-06-16 Thread Igor Gnatenko
Some kind of this has been discussed in #107.. Basically having `Class` or how you name does not make sense for RPM until it should be handling it differently (which doesn't make sense for RPM from simple POV).. In theory it could start changing RPM behaviour like stop adding debuginfo packages

Re: [Rpm-maint] [rpm-software-management/rpm] Add optional Class: attribute into Preamble (#236)

2017-06-16 Thread Igor Gnatenko
Why not to add `Provides: rpm(class) = container`? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Find lang.sh multi names (#235)

2017-06-16 Thread Igor Gnatenko
ignatenkobrain requested changes on this pull request. either you have to change interpreter to bash or not use arrays.. > @@ -54,7 +55,7 @@ fi shift if [ -z "$1" ] ; then usage -else NAME=$1 +else NAMES[0]=$1 ``` $ dash -c "NAMES[0]='x'" dash: 1: NAMES[0]=x: not found ``` -- You are

[Rpm-maint] [rpm-software-management/rpm] Add support for new package declarations in Perl 5.12+ (#237)

2017-06-16 Thread Sebastian Riedel
This is a [patch](https://build.opensuse.org/package/view_file/Base:System/rpm/perlprov-package.diff) we apply to rpm in openSUSE. It allows the `perl.prov` script to detect new variants of Perl package declarations that have been added in recent years. In [Perl

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for new package declarations in Perl 5.12+ (#237)

2017-06-16 Thread Igor Gnatenko
ignatenkobrain approved this pull request. Sadly we have no tests for that, but code looks good. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] add support for %{shrink:}, derived from rpm5.org (#234)

2017-06-16 Thread Igor Gnatenko
honestly, I'm not sure how is that useful... But that's not up to me to decide that. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Find lang.sh multi names (#235)

2017-06-16 Thread proyvind
@proyvind pushed 1 commit. 7b278b4 change shebang to /bin/bash -- You are receiving this because you are subscribed to this thread. View it on GitHub: