Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ff4fa6b2e | |||
| 1103c442af | |||
| 5b380faaf5 |
3 changed files with 11 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/xsecurelock-1.7.0.tar.gz
|
||||
/xsecurelock-1.8.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xsecurelock-1.7.0.tar.gz) = b3b5404199bed7f0470072c9341227536f8ebe593f288b4ffdb5f4e90e3854952bae150d449cca6628e255c05640b625b56f10266362c119d46d21d51e8880a6
|
||||
SHA512 (xsecurelock-1.8.0.tar.gz) = 36380589ff25643816b9536d2b1c51f7ee0683ee4676e4f0a97b72d226d875f988b1453e5800bd70b5941b5a965392fbe55fe65c22c98c4e3cb3588c84ed01ec
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: xsecurelock
|
||||
Version: 1.7.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: X11 screen lock utility with security in mind
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/google/xsecurelock
|
||||
|
|
@ -22,7 +22,6 @@ BuildRequires: httpd-tools
|
|||
BuildRequires: pandoc
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: xscreensaver
|
||||
|
||||
%description
|
||||
XSecureLock is an X11 screen lock utility designed with the primary goal of
|
||||
|
|
@ -32,7 +31,7 @@ security.
|
|||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --with-pam-service-name=system-auth --with-xft --with-xscreensaver=/usr/bin/xscreensaver
|
||||
%configure --with-pam-service-name=system-auth --with-xft
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
|
@ -55,9 +54,14 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE
|
|||
%{_libexecdir}/%{name}/saver_blank
|
||||
%{_libexecdir}/%{name}/saver_multiplex
|
||||
%{_libexecdir}/%{name}/until_nonidle
|
||||
%{_libexecdir}/%{name}/saver_xscreensaver
|
||||
|
||||
%changelog
|
||||
* Wed Oct 19 2022 Sam P <survient@fedoraproject.org> - 1.8.0-1
|
||||
- Latest upstream release.
|
||||
|
||||
* Tue Jul 12 2022 Sam P <survient@fedoraproject.org> - 1.7.0-8
|
||||
- Removed xscreensaver build option due to lack of package in EPEL 9
|
||||
|
||||
* Tue Jul 12 2022 Sam P <survient@fedoraproject.org> - 1.7.0-7
|
||||
- Added path to xscreensaver binary to build saver_xscreensaver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue