[opensuse-packaging] Fedora release number appendix

Hello list, packages for fedora are carrying a fedora specific appendix behind their release number, like fc14 for Fedora 14. Something like plasmoid-serverstatus-1.4-1.1.fc14.i386.rpm To get this naming, I have added Release: <CI_CNT>.<B_CNT>%{?dist} to my project configuration. But it does not work... :( This is my package, I am talking about: https://build.opensuse.org/package/show?package=plasmoid-serverstatus&projec... Regards Buschmann -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre. (Friedrich Schiller - Die Räuber) Und der Buschfunk spielt gerade "Prima Wetter" von "Turbostaat". www.buschmann23.de

On Thu, Feb 17, 2011 at 12:54:57PM +0100, Matthias Fehring wrote:
packages for fedora are carrying a fedora specific appendix behind their release number, like fc14 for Fedora 14. Something like plasmoid-serverstatus-1.4-1.1.fc14.i386.rpm
To get this naming, I have added Release: <CI_CNT>.<B_CNT>%{?dist} to my project configuration. But it does not work... :(
This is my package, I am talking about: https://build.opensuse.org/package/show?package=plasmoid-serverstatus&projec...
Maybe you just have to trigger a rebuild. The build service doesn't automatically do rebuilds if the non-macro part of the buildconfig is changed. (A newline at the end of your project config would also be nice to have.) Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org

Am Donnerstag, 17. Februar 2011, 13:58:41 schrieb Michael Schroeder:
On Thu, Feb 17, 2011 at 12:54:57PM +0100, Matthias Fehring wrote:
packages for fedora are carrying a fedora specific appendix behind their release number, like fc14 for Fedora 14. Something like plasmoid-serverstatus-1.4-1.1.fc14.i386.rpm
To get this naming, I have added Release: <CI_CNT>.<B_CNT>%{?dist} to my project configuration. But it does not work... :(
This is my package, I am talking about: https://build.opensuse.org/package/show?package=plasmoid-serverstatus&pro ject=home%3Abuschmann23%3AKDE4
Maybe you just have to trigger a rebuild. The build service doesn't automatically do rebuilds if the non-macro part of the buildconfig is changed.
(A newline at the end of your project config would also be nice to have.)
Cheers, Michael.
I have tried it several times and have now added a new line to the project configuration, but it does not work. Greetings Buschmann -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre. (Friedrich Schiller - Die Räuber) Und der Buschfunk spielt gerade "Subliminal" von "They Might Be Giants". www.buschmann23.de

On 17/02/11 14:20, Matthias Fehring wrote:
Am Donnerstag, 17. Februar 2011, 13:58:41 schrieb Michael Schroeder:
On Thu, Feb 17, 2011 at 12:54:57PM +0100, Matthias Fehring wrote:
packages for fedora are carrying a fedora specific appendix behind their release number, like fc14 for Fedora 14. Something like plasmoid-serverstatus-1.4-1.1.fc14.i386.rpm
To get this naming, I have added Release: <CI_CNT>.<B_CNT>%{?dist} to my project configuration. But it does not work... :(
This is my package, I am talking about: https://build.opensuse.org/package/show?package=plasmoid-serverstatus&pro ject=home%3Abuschmann23%3AKDE4
Maybe you just have to trigger a rebuild. The build service doesn't automatically do rebuilds if the non-macro part of the buildconfig is changed.
(A newline at the end of your project config would also be nice to have.)
Cheers, Michael.
I have tried it several times and have now added a new line to the project configuration, but it does not work.
Greetings Buschmann
Did you check %dist is actually defined somewhere? Regards, Tejas -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org

On Thu, Feb 17, 2011 at 06:19:13PM +0000, Tejas Guruswamy wrote:
On 17/02/11 14:20, Matthias Fehring wrote:
I have tried it several times and have now added a new line to the project configuration, but it does not work.
Greetings Buschmann
Did you check %dist is actually defined somewhere?
Argh, I got it. You have to use Release: <CI_CNT>.<B_CNT>%%{?dist} as the config parser already expands macros... Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org

Am Donnerstag, 17. Februar 2011, 21:00:58 schrieb Michael Schroeder:
On Thu, Feb 17, 2011 at 06:19:13PM +0000, Tejas Guruswamy wrote:
On 17/02/11 14:20, Matthias Fehring wrote:
I have tried it several times and have now added a new line to the project configuration, but it does not work.
Greetings
Buschmann
Did you check %dist is actually defined somewhere?
Argh, I got it. You have to use
Release: <CI_CNT>.<B_CNT>%%{?dist}
as the config parser already expands macros...
Cheers, Michael.
Yessss, that it was. :) Thank you. With %%{?dist} now it works. Best Regards Buschmann -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre. (Friedrich Schiller - Die Räuber) Und der Buschfunk spielt gerade mal nichts... www.buschmann23.de
participants (3)
-
Matthias Fehring
-
Michael Schroeder
-
Tejas Guruswamy