Re: Missing RPM spec file in tarball

2016-09-11 Thread Stefan Beller
On Sat, Sep 10, 2016 at 1:15 AM, Johannes Schindelin wrote: > Hi Stefan, > > On Fri, 9 Sep 2016, Stefan Beller wrote: > >> On Fri, Sep 9, 2016 at 9:19 AM, Sergio Martín Turiel >> wrote: >> >> > Can you tell me what I'm doing wrong? >> >> Not crying out loud when that commit was discussed on the >

Re: Missing RPM spec file in tarball

2016-09-10 Thread Johannes Schindelin
Hi Stefan, On Fri, 9 Sep 2016, Stefan Beller wrote: > On Fri, Sep 9, 2016 at 9:19 AM, Sergio Martín Turiel > wrote: > > > Can you tell me what I'm doing wrong? > > Not crying out loud when that commit was discussed on the > mailing list. ;) Umm, I think it would be more: "Not stepping up to m

Re: Missing RPM spec file in tarball

2016-09-09 Thread Stefan Beller
On Fri, Sep 9, 2016 at 9:19 AM, Sergio Martín Turiel wrote: > Hello, > > > I am trying to build RPM packages from tarball (release 2.9.3 and 2.10.0), > and i do not find git.spec file, in previous releases i can found it (e.g. > 2.8.3). > > O.S.: CentOS 7.2 > Command: rpmbuild -ta git-2.9.3.tar.g

Re: Missing RPM spec file in tarball

2016-09-09 Thread Junio C Hamano
Sergio Martín Turiel writes: > I am trying to build RPM packages from tarball (release 2.9.3 and > 2.10.0), and i do not find git.spec file, in previous releases i can > found it (e.g. 2.8.3). > > O.S.: CentOS 7.2 > Command: rpmbuild -ta git-2.9.3.tar.gz > Response: error: Failed to read spec fi

Missing RPM spec file in tarball

2016-09-09 Thread Sergio Martín Turiel
Hello, I am trying to build RPM packages from tarball (release 2.9.3 and 2.10.0), and i do not find git.spec file, in previous releases i can found it (e.g. 2.8.3). O.S.: CentOS 7.2 Command: rpmbuild -ta git-2.9.3.tar.gz Response: error: Failed to read spec file from git-2.9.3.tar.gz Can y