#1 Migrate license tag to SPDX and use %autosetup
Merged a year ago by plautrba. Opened a year ago by plautrba.
rpms/ plautrba/netlabel_tools rawhide  into  rawhide

Migrate License tag to SPDX
Petr Lautrbach • a year ago  
file modified
+2 -3
@@ -2,7 +2,7 @@ 

  Name: netlabel_tools

  Version: 0.30.0

  Release: 15%{?dist}

- License: GPLv2

+ License: GPL-2.0-only

  URL: https://github.com/netlabel/netlabel_tools

  Source: https://github.com/netlabel/netlabel_tools/releases/download/v%{version}/%{name}-%{version}.tar.gz

  Patch0: rhbz1683434.patch
@@ -26,8 +26,7 @@ 

  kernel subsystem.

  

  %prep

- %setup -q

- %patch0 -p1

+ %autosetup -p 1

  

  %build

  %configure

Metadata