History log of /sssd/contrib/fedora/make_srpm.sh
Revision Date Author Comments Expand
f31b698549231d68451dbb8fd1184ad375eb5e64 09-Jul-2014 Lukas Slebodnik <lslebodn@redhat.com>

CONTRIB: Fix creation of tar.gz with old version of git git archive needn't have support for tar.gz format: [testm1 contrib]# git --version git version 1.7.1 Thanks Sami K Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

772f80ea8bc2eefa2bff3873187ea9433b14562a 09-Jul-2014 Lukas Slebodnik <lslebodn@redhat.com>

CONTRIB: make_srpm.sh can prepare SRPM with patches Creating SRPM with patches is useful for some static analysers, which can do two builds. The first time without patches and the second with patches. Bash function add_patches is inspired by file rpm/add_patches.sh from project\ 389-ds-base. commit 2a92a6cccd1002f4fe976ee7a5b79d779b009f87 Author: Mark Reynolds Thanks. Resolves: https://fedorahosted.org/sssd/ticket/2149 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

93aaa447a3082e94dd475fe004e960211f53096e 23-May-2013 Lukas Slebodnik <lslebodn@redhat.com>

Adding script to create a SRPM Recommended way to create SRPM is to run make (prerelease-)srpm. But in previous case make file have to be generated, therefore configure script should not fail. (all sssd required dependencies have to be installed) Script make_srpm.sh can be runned without running configure, script can be runned only from git repository. https://fedorahosted.org/sssd/ticket/1927