diff --git a/0004-bin-bash-usr-bin-bash.patch b/0004-bin-bash-usr-bin-bash.patch index e68fa51..b375f1e 100644 --- a/0004-bin-bash-usr-bin-bash.patch +++ b/0004-bin-bash-usr-bin-bash.patch @@ -152,7 +152,7 @@ index 9baf166..1eaa4ca 100755 +++ b/scripts/lpf-sudo-builddep @@ -1,4 +1,4 @@ -#!/bin/bash -+#!/usr/usr/bin/bash ++#!/usr/bin/bash # # Install builddeps. Runs as root, be careful. diff --git a/lpf.spec b/lpf.spec index cec0108..2701a17 100644 --- a/lpf.spec +++ b/lpf.spec @@ -3,7 +3,7 @@ Name: lpf Version: 0.2 -Release: 8.%{shortcommit}%{?dist} +Release: 9.%{shortcommit}%{?dist} Summary: Local package factory - build non-redistributable rpms # Icon from iconarchive.com @@ -101,6 +101,9 @@ fi %changelog +* Tue Jul 24 2018 Sérgio Basto - 0.2-9.f1f5dd9 +- Bux fix + * Tue Jul 24 2018 Sérgio Basto - 0.2-8.f1f5dd9 - Remove dependency of yum-utils and add dependency of dnf-plugins-core - Some cleanups