[SSSD] [PATCH] Add script make_srpm.sh to dist tarball.

Lukas Slebodnik lslebodn at redhat.com
Tue Aug 6 12:07:20 UTC 2013


ehlo,

Simple script make_srpm.sh was added to git repo few weeks ago.
With this script, source rpm file can be created without installed sssd build
dependencies. I forgot to add this file to Makefile.am and therefore
this script is not bundled to tarball.

Simple patch attached.

LS

-------------- next part --------------
>From 6534d36a6c6df6dd5bea223d117048ffaab332bc Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn at redhat.com>
Date: Tue, 6 Aug 2013 10:54:56 +0200
Subject: [PATCH] Add script make_srpm.sh to dist tarball.

---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index c846c6d1dc8db41067fd6b31b9a9a64cca2cc440..032e06a2c6f52bb1ab9258b17b664ad52c57e029 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,6 +240,7 @@ dist_noinst_SCRIPTS = \
     src/config/SSSDConfig/sssd_upgrade_config.py \
     contrib/rhel/update_debug_levels.py \
     contrib/fedora/bashrc_sssd \
+    contrib/fedora/make_srpm.sh \
     src/tests/pyhbac-test.py \
     src/tests/pysss_murmur-test.py
 
-- 
1.8.3.1



More information about the sssd-devel mailing list