mirror of
https://github.com/gaschz/qubes-pass.git
synced 2025-06-07 01:38:31 +02:00
Specfile dep fixes and version bump.
This commit is contained in:
parent
ac5f60d4f4
commit
c28a659f0a
@ -3,7 +3,7 @@
|
|||||||
%define mybuildnumber %{?build_number}%{?!build_number:1}
|
%define mybuildnumber %{?build_number}%{?!build_number:1}
|
||||||
|
|
||||||
Name: qubes-pass
|
Name: qubes-pass
|
||||||
Version: 0.0.13
|
Version: 0.0.14
|
||||||
Release: %{mybuildnumber}%{?dist}
|
Release: %{mybuildnumber}%{?dist}
|
||||||
Summary: Inter-VM pass password management for Qubes OS AppVMs and StandaloneVMs
|
Summary: Inter-VM pass password management for Qubes OS AppVMs and StandaloneVMs
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -13,16 +13,21 @@ URL: https://github.com/Rudd-O/%{name}
|
|||||||
Source0: https://github.com/Rudd-O/%{name}/archive/{%version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/Rudd-O/%{name}/archive/{%version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
Requires: python3
|
||||||
|
Requires: qubes-core-agent-qrexec
|
||||||
|
|
||||||
%package service
|
%package service
|
||||||
Summary: Service package for Qubes OS dom0s that services %{name}
|
Summary: Service package for Qubes OS dom0s that services %{name}
|
||||||
|
|
||||||
Requires: pass
|
Requires: pass
|
||||||
|
Requires: /bin/egrep
|
||||||
|
Requires: coreutils
|
||||||
|
Requires: util-linux
|
||||||
|
|
||||||
%package dom0
|
%package dom0
|
||||||
Summary: Policy package for Qubes OS dom0s that arbitrates %{name}
|
Summary: Policy package for Qubes OS dom0s that arbitrates %{name}
|
||||||
|
|
||||||
Requires: qubes-core-dom0-linux
|
Requires: qubes-core-dom0-linux
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package lets you setup a safe password management VM and then
|
This package lets you setup a safe password management VM and then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user