Use autosetup -S git
This commit is contained in:
parent
c408be4b5f
commit
ce9256d835
@ -7,6 +7,7 @@ License: GPLv3+
|
|||||||
URL: https://github.com/latchset/%{name}
|
URL: https://github.com/latchset/%{name}
|
||||||
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: git
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
@ -100,7 +101,7 @@ Automatically unlocks LUKS block devices in desktop environments that
|
|||||||
use UDisks2 or storaged (like GNOME).
|
use UDisks2 or storaged (like GNOME).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Duser=clevis -Dgroup=clevis
|
%meson -Duser=clevis -Dgroup=clevis
|
||||||
|
Loading…
Reference in New Issue
Block a user