Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 576579 Details for
Bug 811365
[RFE] New version of keychain (2.7.1)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Spec file of the new release
keychain.spec (text/plain), 4.72 KB, created by
Brice Lilot
on 2012-04-10 19:59:18 UTC
(
hide
)
Description:
Spec file of the new release
Filename:
MIME Type:
Creator:
Brice Lilot
Created:
2012-04-10 19:59:18 UTC
Size:
4.72 KB
patch
obsolete
>Name: keychain >Summary: Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG >Version: 2.7.1 >Release: 1%{?dist} >License: GPLv2 >Group: Applications/Internet >URL: http://ftp.osuosl.org/pub/funtoo/distfiles/keychain/ >Source0: http://ftp.osuosl.org/pub/funtoo/distfiles/keychain/%{name}-%{version}.tar.bz2 >Source1: keychain.sh >Source2: keychain.csh >Source3: README.Fedora >#Patch0: keychain-manpage.patch ># https://bugzilla.redhat.com/show_bug.cgi?id=486025 >#Patch1: keychain-2.6.8-gpg-agent-envfile.patch >BuildArch: noarch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > ># https://bugzilla.redhat.com/show_bug.cgi?id=486025 >#Conflicts: kde-settings < 4.2-3 ># https://bugzilla.redhat.com/show_bug.cgi?id=314431 >#Conflicts: zsh < 4.3.4-7 > >%description >Keychain is a manager for OpenSSH, ssh.com, Sun SSH and GnuPG agents. >It acts as a front-end to the agents, allowing you to easily have one >long-running agent process per system, rather than per login session. >This dramatically reduces the number of times you need to enter your >passphrase from once per new login session to once every time your >local machine is rebooted. > >%prep >%setup -q >#%patch0 -p1 >#%patch1 -p1 >sed -i -e 's|/usr/ucb:||' keychain > >%install >rm -rf %{buildroot} >mkdir -p %{buildroot}%{_bindir} >mkdir -p %{buildroot}%{_sysconfdir}/profile.d >mkdir -p %{buildroot}%{_mandir}/man1 >install -pm 755 keychain %{buildroot}%{_bindir}/keychain >install -pm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/keychain.sh >install -pm 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/keychain.csh >install -pm 644 keychain.1 %{buildroot}%{_mandir}/man1 >install -pm 644 %{SOURCE3} README.Fedora > >%clean >rm -rf %{buildroot} > >%files >%defattr(-,root,root) >#%doc COPYING ChangeLog README README.Fedora >#%doc ChangeLog README.Fedora >%config(noreplace) %{_sysconfdir}/profile.d/keychain.sh >%config(noreplace) %{_sysconfdir}/profile.d/keychain.csh >%{_bindir}/keychain >%{_mandir}/man1/keychain.1* > >%changelog >* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.8-9 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.8-8 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.8-7 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Mon Mar 2 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.6.8-6 >- Write ~/.gpg-agent-info when launching gpg-agent for better compatibility > with other things using it, e.g. KDE 4 (#486025). >- Drop no longer needed zsh special case which caused issues with ksh from > profile.d script (#314431). > >* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.8-5 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Mon Feb 16 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.6.8-4 >- Don't override/unset $HOST or $USERHOME in profile.d snippets (#463913). > >* Sun Apr 6 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.6.8-3 >- Make profile.d sh snippet check if it has already run (skip if yes), > and avoid polluting the shell with its internal variables. >- License: GPLv2. >- Update URLs. > >* Sat Nov 04 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 2.6.8-2 >- Fix #212190. > >* Sat Nov 04 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 2.6.8-1 >- Update to 2.6.8. > >* Fri Sep 01 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 2.6.2-1 >- Update to 2.6.2. > >* Tue Aug 29 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 2.6.1-2 >- Rebuild for FC6. > >* Sat Nov 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.6.1-1 >- Update to 2.6.1. >- Invoke keychain with --noask in opt-in scripts in non-interactive shells > to fix scp'ing to an opt-in enabled account for which keychain hasn't run. >- Make opt-in config work the same way with zsh as with other shells. >- Replace tweaks in manpage patch with more generic instructions. >- Make profile.d snippets non-executable (#35714). >- Preserve timestamps of installed files, other cosmetics. > >* Tue Aug 16 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 2.5.5-2 >- Added test for homedir mismatch in opt-in scripts, covering > `sudo -s' (reported by Ville Skyttä). > >* Fri Aug 05 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 2.5.5-1 >- Updated to new upstream version >- Removed keychain.pod from %%doc. > >* Wed Jul 27 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 2.5.4.1-2 >- Added manpage patch and %%prep removal of non existing path > (thanks Ville Skyttä) >- Added opt-in mechanism through profile.d scripts for all > login shells Fedora ships. > >* Sun Jul 10 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 2.5.4.1-1 >- Initial build, based on upstream .spec by Aron Griffis.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 811365
:
576578
| 576579 |
576595