this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Stop including the RPMS in the source tarball

Signed-off-by: Andy Neff <andy@visionsystemsinc.com>

+2 -2
+1 -1
rpm/build.bsh
··· 7 7 ln -s /src/rpm/SOURCES/darling.tar.gz /root/rpmbuild/SOURCES/ 8 8 else 9 9 # Preparing tarball 10 - tar --transform "s|^\./|./darling/|" -cf /root/rpmbuild/SOURCES/darling.tar.gz -C /src --exclude=.git --exclude SOURCES . 10 + tar --transform "s|^\./|./darling/|" -cf /root/rpmbuild/SOURCES/darling.tar.gz -C /src --exclude=.git --exclude SOURCES --exclude SRPMS --exclude RPMS . 11 11 fi 12 12 ln -s /src/rpm/SOURCES/dkms.conf /root/rpmbuild/SOURCES/ 13 13 #spectool -g -R /src/rpm/SPECS/darling.spec
+1 -1
rpm/tarup.bsh
··· 6 6 if [ -e "${CWD}/SOURCES/darling.tar.gz" ]; then 7 7 rm "${CWD}/SOURCES/darling.tar.gz" 8 8 fi 9 - tar --transform "s|^\./|darling/|" -cf "${CWD}/SOURCES/darling.tar.gz" -C "${CWD}/.." --exclude=.git --exclude SOURCES . 9 + tar --transform "s|^\./|darling/|" -cf "${CWD}/SOURCES/darling.tar.gz" -C "${CWD}/.." --exclude=.git --exclude SOURCES --exclude SRPMS --exclude RPMS .