Re: [systemd-devel] [RFC/PATCH] tmpfiles: implement --transform=rpm

2014-03-02 Thread Lennart Poettering
On Sun, 02.03.14 15:38, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > On Sun, Mar 02, 2014 at 06:14:58AM +0100, Kay Sievers wrote: > > On Sun, Mar 2, 2014 at 3:06 AM, Zbigniew Jędrzejewski-Szmek > > wrote: > > > + " --transform=rpm Create files list suitable >

Re: [systemd-devel] [RFC/PATCH] tmpfiles: implement --transform=rpm

2014-03-02 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Mar 02, 2014 at 06:14:58AM +0100, Kay Sievers wrote: > On Sun, Mar 2, 2014 at 3:06 AM, Zbigniew Jędrzejewski-Szmek > wrote: > > + " --transform=rpm Create files list suitable for > > RPM %%files section\n" > > Hmm, can't we maybe come up with something that isn't

Re: [systemd-devel] [RFC/PATCH] tmpfiles: implement --transform=rpm

2014-03-01 Thread Kay Sievers
On Sun, Mar 2, 2014 at 3:06 AM, Zbigniew Jędrzejewski-Szmek wrote: > + " --transform=rpm Create files list suitable for > RPM %%files section\n" Hmm, can't we maybe come up with something that isn't specific to rpm or dpkg, something that is easily parsed but not bound to

[systemd-devel] [RFC/PATCH] tmpfiles: implement --transform=rpm

2014-03-01 Thread Zbigniew Jędrzejewski-Szmek
--- I'm not sure if this can be actually as useful as I envisioned. At least in case of systemd.spec there's a lot of special-casing required, which partially destroys the usefulness of this. Configuration for "normal" packages will hopefully be more straighforward. I made the switch name generic