mbox series

[liburing,0/2] spec: RPM spec file changes for liburing-0.5

Message ID 20200319132658.8552-1-stefanha@redhat.com (mailing list archive)
Headers show
Series spec: RPM spec file changes for liburing-0.5 | expand

Message

Stefan Hajnoczi March 19, 2020, 1:26 p.m. UTC
These patches fix issues with the liburing-0.5 RPM spec file.  I encountered
them when packaging it for Fedora.

Stefan Hajnoczi (2):
  spec: use "or" instead of "/" in License line
  spec: add ./configure --libdevdir= for development package files

 liburing.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jens Axboe March 19, 2020, 2:55 p.m. UTC | #1
On 3/19/20 7:26 AM, Stefan Hajnoczi wrote:
> These patches fix issues with the liburing-0.5 RPM spec file.  I encountered
> them when packaging it for Fedora.
> 
> Stefan Hajnoczi (2):
>   spec: use "or" instead of "/" in License line
>   spec: add ./configure --libdevdir= for development package files
> 
>  liburing.spec | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, applied.

BTW, we have io-uring@vger.kernel.org, that's probably a better list to use
going forward.