We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa60ca3 commit 3efd2faCopy full SHA for 3efd2fa
git-credential-outlook.spec
@@ -1,25 +1,24 @@
1
Name: git-credential-outlook
2
-Version: 2.3.2
+Version: 3.0
3
Release: 1%{?dist}
4
Summary: Git credential helper for Microsoft Outlook accounts.
5
6
License: Apache-2.0
7
URL: https://github.com/AdityaGarg8/git-credential-email
8
-Source0: %{url}/archive/refs/tags/v2.3.2.tar.gz
+Source0: %{url}/archive/refs/tags/v3.0.tar.gz
9
10
BuildArch: noarch
11
Requires: git-email
12
Requires: python-msal
13
Requires: python-keyring
14
-Requires: python-trustme
15
Requires: python-pyqt6
16
Requires: python-pyqt6-webengine
17
18
%description
19
Git credential helper for Microsoft Outlook accounts.
20
21
%prep
22
-%autosetup -n git-credential-email-2.3.2
+%autosetup -n git-credential-email-3.0
23
24
%build
25
0 commit comments