Compare commits
10 Commits
3e10114050
...
2f5d9165d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f5d9165d0 | ||
|
|
857c89dff6 | ||
|
|
f0c07276be | ||
|
|
f15370eda0 | ||
|
|
a4a272f5e2 | ||
|
|
c64d803516 | ||
|
|
d417f7c5d9 | ||
|
|
075b617ff4 | ||
|
|
5956c76d8d | ||
|
|
1476934295 |
Binary file not shown.
Binary file not shown.
BIN
pinentry-1.2.1.tar.bz2
Normal file
BIN
pinentry-1.2.1.tar.bz2
Normal file
Binary file not shown.
BIN
pinentry-1.2.1.tar.bz2.sig
Normal file
BIN
pinentry-1.2.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: pinentry
|
Name: pinentry
|
||||||
Version: 1.1.0
|
Version: 1.2.1
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: A new module that contains various interfaces to enter a PIN/passphrase.
|
Summary: A new module that contains various interfaces to enter a PIN/passphrase.
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/gpg/pinentry/archive/pinentry-1.1.0.tar.gz
|
URL: https://github.com/gpg/pinentry
|
||||||
Source0: https://www.gnupg.org/ftp/gcrypt/pinentry/%{name}-%{version}.tar.bz2
|
Source0: https://www.gnupg.org/ftp/gcrypt/pinentry/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# source1 is from opensuse
|
# source1 is from opensuse
|
||||||
@ -22,7 +22,7 @@ Provides: %{name}-gui = %{version}-%{release}
|
|||||||
Provides: pinentry-gtk2 = %{version}-%{release}
|
Provides: pinentry-gtk2 = %{version}-%{release}
|
||||||
Provides: %{name}-curses = %{version}-%{release}
|
Provides: %{name}-curses = %{version}-%{release}
|
||||||
Provides: %{name}-emacs %{name}-gnome3 %{name}-gtk
|
Provides: %{name}-emacs %{name}-gnome3 %{name}-gtk
|
||||||
Obsoletes: %{name}-emacs %{name}-gnome3 %{name}-gtk
|
Obsoletes: %{name}-emacs < %{version}-%{release} %{name}-gnome3 < %{version}-%{release} %{name}-gtk < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a collection of PIN or passphrase entry dialogs which
|
This is a collection of PIN or passphrase entry dialogs which
|
||||||
@ -90,5 +90,17 @@ fi
|
|||||||
%doc ChangeLog NEWS TODO
|
%doc ChangeLog NEWS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2023 wangyunjia <yunjia.wang@huawei.com> - 1.2.1-1
|
||||||
|
- update version to 1.2.1
|
||||||
|
|
||||||
|
* Sat Oct 22 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.1.1-3
|
||||||
|
- add version number for Obsoletes
|
||||||
|
|
||||||
|
* Thu Jul 28 2022 zoulin <zoulin13@h-partners.com> - 1.1.1-2
|
||||||
|
- remove rpath
|
||||||
|
|
||||||
|
* Thu Dec 30 2021 zoulin <zoulin13@huawei.com> - 1.1.1-1
|
||||||
|
- update version to 1.1.1
|
||||||
|
|
||||||
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.0-5
|
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.0-5
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
4
pinentry.yaml
Normal file
4
pinentry.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: gpg/pinentry
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user