On Mon, 11 Feb 2019, Neal Becker wrote:
I haven't done any fedora packaging work for some time. I tried to fix
https://bugzilla.redhat.com/show_bug.cgi?id=1674789
today, but I get:
fedpkg push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 429 bytes | 429.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Denied push for ref 'refs/heads/master' for user 'nbecker'
remote: All changes have been rejected
To ssh://pkgs.fedoraproject.org/rpms/dblatex
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to
'ssh://nbecker@xxxxxxxxxxxxxxxxxxxxxx/rpms/dblatex'
Could not execute push: Failed to execute command.
It doesn't look like you have commit rights to that package.
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Someone with commit rights please try this:
diff --git a/dblatex.spec b/dblatex.spec
index af69bcf..45bf957 100644
--- a/dblatex.spec
+++ b/dblatex.spec
@@ -1,6 +1,6 @@
Name: dblatex
Version: 0.3.10
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: DocBook to LaTeX/ConTeXt Publishing
BuildArch: noarch
# Most of package is GPLv2+, except:
@@ -83,6 +83,7 @@ Authors:
%patch1 -p1 -b .disable-debian
rm -rf lib/contrib
pathfix.py -pni "%{__python2} %{py2_shbang_opts}" .
+pathfix.py -pni "%{__python2} %{py2_shbang_opts}" scripts/dblatex
%build
%{__python2} setup.py build
@@ -132,6 +133,9 @@ cp -p %{SOURCE1} COPYING-docbook-xsl
%postun -p /usr/bin/texhash
%changelog
+* Mon Feb 11 2019 Neal Becker <ndbecker2@xxxxxxxxx> - 0.3.10-10
+- Fix scripts/dblatex hashbang
+
* Thu Jan 31 2019 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> -
0.3.10-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
You could always submit a pull request.
Scott
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx