Re: packages: mythtv/mythtv.spec - moved from DEVEL to HEAD branch - up to rece...

2009-06-09 Thread Elan Ruusamäe
On Monday 25 May 2009 02:41:52 WK wrote:
 Wiadomość od Elan Ruusamäe:
  and where exactly did you report it at all so it would get fixed?
 
  or you expect out of nowhere the macro being fixed?

 Exactly nowhere.

sooo? what have you done now to get the bug fixed?

-- 
glen
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: packages: mythtv/mythtv.spec - moved from DEVEL to HEAD branch - up to rece...

2009-05-25 Thread Elan Ruusamäe
On Monday 25 May 2009 02:41, WK wrote:
 Wiadomość od Elan Ruusamäe:
  and where exactly did you report it at all so it would get fixed?
 
  or you expect out of nowhere the macro being fixed?

 Exactly nowhere.
 I expected that it is just known bug.
and known bugs don't have to be fixed?

 If it did not appers with other packages I supposed there is some
 additional cause of strange behaviour at that point.
 For example encodings conflict UTF vs. ISO or something like that.
t wild guess.

it doesn't happen often because how many specs you know use that macro TWICE?

 Do not irritate please.
 I wrote about it only on irc channel.
that equals to /dev/null, unless somebody explicitly said he will deal with 
the problem

 I did not check even is that pld only or general rpm bug.
its pld rpm macros bug, not bug of rpm or rpmbuild.

 I found that
 %addusertogroup %{name} video
 %addusertogroup %{name} audio

 gives:
 quiet= /usr/lib/rpm/user_group.sh user addtogroup mythtv videoquiet=
 /usr/lib/rpm/user_group.sh user addtogroup mythtv audio

so append ; or \n (rather both, first for functionality second for 
readability) to that macro expansion.

 Regards

-- 
glen
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: packages: mythtv/mythtv.spec - moved from DEVEL to HEAD branch - up to rece...

2009-05-24 Thread Elan Ruusamäe
and where exactly did you report it at all so it would get fixed?

or you expect out of nowhere the macro being fixed?

On Sunday 24 May 2009 15:55, w.kier wrote:
 - strange workaround for addtogroup macro error

  Files affected:
 packages/mythtv:
mythtv.spec (1.77 - 1.78)

  Diffs:
...
  %clean
  rm -rf $RPM_BUILD_ROOT
  
 +# Empty newline after %addusertogroup %{name} video below is intended.
 +# Do not remove it until rpm stop joining lines with that macro.
  %pre backend
  %groupadd -g 149 %{name}
  %useradd -u 149 -d /var/lib/mythtv -g %{name} -c MythTV User %{name}
  %addusertogroup %{name} video
 +
  %addusertogroup %{name} audio


-- 
glen
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en