From marcin.rybak at gmail.com Mon Oct 3 12:27:49 2011 From: marcin.rybak at gmail.com (Marcin Rybak) Date: Mon, 3 Oct 2011 12:27:49 +0200 Subject: packages: open-vm-tools/open-vm-tools.spec - fix libhgfs.so packing - rel 2... In-Reply-To: References: Message-ID: 2011/10/3 jareq > Author: jareq Date: Mon Oct 3 10:20:08 2011 GMT > Module: packages Tag: HEAD > ---- Log message: > - fix libhgfs.so packing > - rel 2 > - STBR > posz?o --- Marcin Rybak http://marcinrybak.com From arekm at maven.pl Sat Oct 15 11:08:14 2011 From: arekm at maven.pl (Arkadiusz =?utf-8?q?Mi=C5=9Bkiewicz?=) Date: Sat, 15 Oct 2011 11:08:14 +0200 Subject: geninitrd-12345-1.1: please test Message-ID: <201110151108.14250.arekm@maven.pl> Please test geninitrd-12345-1.1 from th-test, mainly two things: - does it still automaticly detect your SATA devices properly? - if you have usb keyboard then does it detect it and load proper modules? -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ From qboosh at pld-linux.org Fri Oct 21 06:51:02 2011 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Fri, 21 Oct 2011 06:51:02 +0200 Subject: packages: talloc/talloc.spec - rename to talloc, like upstream In-Reply-To: References: Message-ID: <20111021045102.GA16456@mail> On Thu, Oct 20, 2011 at 08:36:52PM +0200, glen wrote: > Author: glen Date: Thu Oct 20 18:36:52 2011 GMT > Module: packages Tag: HEAD > ---- Log message: > - rename to talloc, like upstream > @@ -1,13 +1,12 @@ > # $Revision$, $Date$ > Summary: The talloc library - a hierarchical pool based memory system > Summary(pl.UTF-8): Biblioteka talloc - system przydzielania pami?ci oparty na hierarchicznej puli > -Name: libtalloc > +Name: talloc > Version: 2.0.7 > -Release: 1 > -Epoch: 2 > +Release: 2 > License: LGPL v3+ > Group: Libraries > -Source0: http://samba.org/ftp/talloc/talloc-%{version}.tar.gz > +Source0: http://samba.org/ftp/talloc/%{name}-%{version}.tar.gz > # Source0-md5: dbfb3146f4cc47054e13b8a2988299f9 > URL: http://talloc.samba.org/ > BuildRequires: docbook-dtd42-xml > @@ -17,6 +16,8 @@ > BuildRequires: python-devel >= 1:2.4.2 > BuildRequires: python-modules > BuildRequires: rpm-pythonprov > +Provides: libtalloc = 2:%{version}-%{release} > +Obsoletes: libtalloc < 2:2.0.7-1 > BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) > > %description [...] > %description -n python-talloc > @@ -59,9 +62,9 @@ > Summary: Development files for pytalloc-util library > Summary(pl.UTF-8): Pliki programistyczne biblioteki pytalloc-util > Group: Development/Libraries > -Requires: %{name}-devel = %{epoch}:%{version}-%{release} > +Requires: %{name}-devel = %{version}-%{release} > Requires: python-devel >= 1:2.4.2 > -Requires: python-talloc = %{epoch}:%{version}-%{release} > +Requires: python-talloc = %{version}-%{release} You can't decrease Epoch of already existing python-talloc* subpackages. Unfortunately Epoch 2 must be preserved for all subpackages. -- Jakub Bogusz http://qboosh.pl/ From qboosh at pld-linux.org Sat Oct 22 17:33:09 2011 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Sat, 22 Oct 2011 17:33:09 +0200 Subject: packages: talloc/talloc.spec - rename to talloc, like upstream In-Reply-To: <20111021045102.GA16456@mail> References: <20111021045102.GA16456@mail> Message-ID: <20111022153309.GA31413@stranger.qboosh.pl> On Fri, Oct 21, 2011 at 06:51:02AM +0200, Jakub Bogusz wrote: > On Thu, Oct 20, 2011 at 08:36:52PM +0200, glen wrote: > > Author: glen Date: Thu Oct 20 18:36:52 2011 GMT > > Module: packages Tag: HEAD > > ---- Log message: > > - rename to talloc, like upstream > > > @@ -1,13 +1,12 @@ > > # $Revision$, $Date$ > > Summary: The talloc library - a hierarchical pool based memory system > > Summary(pl.UTF-8): Biblioteka talloc - system przydzielania pami?ci oparty na hierarchicznej puli > > -Name: libtalloc > > +Name: talloc > > Version: 2.0.7 > > -Release: 1 > > -Epoch: 2 > > +Release: 2 > > License: LGPL v3+ > > Group: Libraries > > -Source0: http://samba.org/ftp/talloc/talloc-%{version}.tar.gz > > +Source0: http://samba.org/ftp/talloc/%{name}-%{version}.tar.gz > > # Source0-md5: dbfb3146f4cc47054e13b8a2988299f9 > > URL: http://talloc.samba.org/ > > BuildRequires: docbook-dtd42-xml > > @@ -17,6 +16,8 @@ > > BuildRequires: python-devel >= 1:2.4.2 > > BuildRequires: python-modules > > BuildRequires: rpm-pythonprov > > +Provides: libtalloc = 2:%{version}-%{release} > > +Obsoletes: libtalloc < 2:2.0.7-1 > > BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) > > > > %description > [...] > > %description -n python-talloc > > @@ -59,9 +62,9 @@ > > Summary: Development files for pytalloc-util library > > Summary(pl.UTF-8): Pliki programistyczne biblioteki pytalloc-util > > Group: Development/Libraries > > -Requires: %{name}-devel = %{epoch}:%{version}-%{release} > > +Requires: %{name}-devel = %{version}-%{release} > > Requires: python-devel >= 1:2.4.2 > > -Requires: python-talloc = %{epoch}:%{version}-%{release} > > +Requires: python-talloc = %{version}-%{release} > > You can't decrease Epoch of already existing python-talloc* subpackages. > Unfortunately Epoch 2 must be preserved for all subpackages. ping? -- Jakub Bogusz http://qboosh.pl/ From glen at pld-linux.org Mon Oct 24 10:00:26 2011 From: glen at pld-linux.org (=?ISO-8859-2?Q?Elan_Ruusam=E4e?=) Date: Mon, 24 Oct 2011 11:00:26 +0300 Subject: packages: talloc/talloc.spec - rename to talloc, like upstream In-Reply-To: <20111021045102.GA16456@mail> References: <20111021045102.GA16456@mail> Message-ID: <4EA51B1A.3020909@pld-linux.org> On 21.10.2011 07:51, Jakub Bogusz wrote: >> @@ -59,9 +62,9 @@ >> Summary: Development files for pytalloc-util library >> Summary(pl.UTF-8): Pliki programistyczne biblioteki pytalloc-util >> Group: Development/Libraries >> -Requires: %{name}-devel = %{epoch}:%{version}-%{release} >> +Requires: %{name}-devel = %{version}-%{release} >> Requires: python-devel>= 1:2.4.2 >> -Requires: python-talloc = %{epoch}:%{version}-%{release} >> +Requires: python-talloc = %{version}-%{release} > %description -n python-talloc > You can't decrease Epoch of already existing python-talloc* subpackages. > Unfortunately Epoch 2 must be preserved for all subpackages. do we really need to care about that? its fixed on builders (they didn't had python pkgs installed) and no other pkg needs the python deps $ th-requires python-talloc python-talloc-devel-2.0.5-1.x86_64 $ th-requires python-talloc-devel $ -- glen From qboosh at pld-linux.org Tue Oct 25 17:51:44 2011 From: qboosh at pld-linux.org (Jakub Bogusz) Date: Tue, 25 Oct 2011 17:51:44 +0200 Subject: packages: talloc/talloc.spec - rename to talloc, like upstream In-Reply-To: <4EA51B1A.3020909@pld-linux.org> References: <20111021045102.GA16456@mail> <4EA51B1A.3020909@pld-linux.org> Message-ID: <20111025155144.GA22035@stranger.qboosh.pl> On Mon, Oct 24, 2011 at 11:00:26AM +0300, Elan Ruusam?e wrote: > On 21.10.2011 07:51, Jakub Bogusz wrote: > >> @@ -59,9 +62,9 @@ > >> Summary: Development files for pytalloc-util library > >> Summary(pl.UTF-8): Pliki programistyczne biblioteki pytalloc-util > >> Group: Development/Libraries > >> -Requires: %{name}-devel = %{epoch}:%{version}-%{release} > >> +Requires: %{name}-devel = %{version}-%{release} > >> Requires: python-devel>= 1:2.4.2 > >> -Requires: python-talloc = %{epoch}:%{version}-%{release} > >> +Requires: python-talloc = %{version}-%{release} > > %description -n python-talloc > > You can't decrease Epoch of already existing python-talloc* subpackages. > > Unfortunately Epoch 2 must be preserved for all subpackages. > > do we really need to care about that? its fixed on builders (they didn't > had python pkgs installed) > and no other pkg needs the python deps > > $ th-requires python-talloc > python-talloc-devel-2.0.5-1.x86_64 > > $ th-requires python-talloc-devel > $ Distro usage doesn't end on builder. The packages already existed on official ftp, so anyone could have installed them. If someone installed such package, he's no longer able to upgrade (lib)talloc. All packages that already appeared on ftp should be upgradable. -- Jakub Bogusz http://qboosh.pl/ From glen at pld-linux.org Fri Oct 28 12:00:50 2011 From: glen at pld-linux.org (=?ISO-8859-1?Q?Elan_Ruusam=E4e?=) Date: Fri, 28 Oct 2011 13:00:50 +0300 Subject: builder md5 for nosource broken In-Reply-To: <4E65FD63.7030600@pld-linux.org> References: <4E65FD63.7030600@pld-linux.org> Message-ID: <4EAA7D52.9000302@pld-linux.org> On 06.09.2011 14:00, Elan Ruusam?e wrote: > considering such spec: > > Source0: http://somewhere/%{version}.tar.gz > # NoSource0-md5: 9623ae8125382e7076818743d4dfac20 > NoSource: 0 > > you invoke: > $ ./builder -5 PKG.spec > > and that is transformed into: > Source0: http://somewhere/%{version}.tar.gz > # NoSourceSource0-md5: 9623ae8125382e7076818743d4dfac20 > NoSource: 0 > > note the "NoSourceSource" part which should stay like original .spec was > > builder rev: 1.651 > > $ rpm -qf /bin/ksh > mksh-40b-1.x86_64 > problematic is patch-md5 commit: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/builder?r1=1.648#rev1.648 http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/builder.diff?r1=1.647;r2=1.648;f=h here's reproducer: $ ./builder -g test -r builder $ cd builder ok with 1.647: $ (cd ..; cvs up -r 1.647 builder) $ ./builder -Tv test.spec -r builder # $Revision: 1.16.4.66.2.1.2.7.2.20.4.2 $, $Date: 2011/10/28 09:56:22 $ WARNING! Spec name (test) does not agree with package name (builder) Version: 1 Release: 0.1 CVS tag: builder-1-0_1 broken with 1.648: $ (cd ..; cvs up -r 1.648 builder) $ ./builder -Tv test.spec -r builder # $Revision: 1.16.4.66.2.1.2.7.2.20.4.2 $, $Date: 2011/10/28 09:56:22 $ WARNING! Spec name (test) does not agree with package name (builder) Version: 1 Release: 0.1 CVS tag: builder-1-0_1 Tagging 1 files cvs server: nothing known about configmanager-1.zip cvs [server aborted]: correct the above errors first! -- glen