https://bugzilla.redhat.com/show_bug.cgi?id=1885809



--- Comment #2 from Tulio Magno Quites Machado Filho <[email protected]> ---
(In reply to Robert-André Mauchin 🐧 from comment #1)
>  - Release stasts at 1 in Fedora:
> 
> Release:        1%{?dist}

Fixed.

>  - Use install -p to keep timestamps:
> 
> install -D -p -m 644  docs/%{pkg}.info %{buildroot}/%{_infodir}/%{pkg}.info
> install -D -p -m 644 -t %{buildroot}/%{_emacs_sitelispdir}/%{pkg} \
>   lisp/%{pkg}-autoloads.el lisp/%{pkg}.el lisp/%{pkg}.elc

Done.

>  - emacs-transient.noarch: W: spurious-executable-perm
> /usr/share/info/transient.info.gz
> 
> Use -m 644 to install this.

Likewise.

>  - This is now taken care of by transfiletrigger:
> 
> Requires(post): /sbin/install-info
> Requires(preun): /sbin/install-info
> 
> […]
> 
> %post
> /sbin/install-info %{_infodir}/%{pkg}.info %{_infodir}/dir || :
> 
> %preun
> if [ $1 = 0 ] ; then
>   /sbin/install-info --delete %{_infodir}/%{pkg}.info %{_infodir}/dir || :
> fi

Removed.

Up-to-date files are available at:
Spec URL: https://pagure.io/emacs-transient/raw/master/f/emacs-transient.spec
SRPM URL:
https://download.copr.fedorainfracloud.org/results/tuliom/emacs/srpm-builds/01756748/emacs-transient-0.2.0-1.fc33.src.rpm

Thank you!


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to