Bug 1006896
| Summary: | emacs-lua package broken | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Julian Stecklina <js> |
| Component: | emacs-lua | Assignee: | Tim Niemueller <tim> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | fweimer, i, tim |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | emacs-lua-20130419-3.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-31 04:24:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Julian Stecklina
2013-09-11 13:19:15 UTC
emacs-lua-20130419-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/emacs-lua-20130419-1.fc19 emacs-lua-20130419-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/emacs-lua-20130419-1.fc20 Please increase the emacs requires in the spec if possible, and remove old packaging macros as well:
%define --> %global
********************
Remove these:
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Whole %clean section
rm -rf $RPM_BUILD_ROOT in %install
%defattr(-,root,root,-)
********************
Change these since RPM has them:
1. %define emacs_lispdir %{_datadir}/emacs/site-lisp
--> RPM macro:
# rpm -E %{_emacs_sitelispdir}
/usr/share/emacs/site-lisp
2. %define emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d
--> RPM macro:
# rpm -E %{_emacs_sitestartdir}
/usr/share/emacs/site-lisp/site-start.d
3. For Emacs version, a macro is also available:
# rpm -E %{_emacs_version}
24.3
Thanks for the info. I'm building the new packages now and have revoked the old updates. There is also a byte-compile macro that I'm using now. New updates will be posted once built. emacs-lua-20130419-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/emacs-lua-20130419-3.fc19 emacs-lua-20130419-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/emacs-lua-20130419-3.fc20 Package emacs-lua-20130419-3.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing emacs-lua-20130419-3.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-1287/emacs-lua-20130419-3.fc20 then log in and leave karma (feedback). emacs-lua-20130419-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. emacs-lua-20130419-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |