diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | rpm-helper.macros.in | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = rpm-helper -VERSION = 0.21.1 +VERSION = 0.21.2 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = add-user del-user add-service del-service create-file \ @@ -1,3 +1,6 @@ +2008-02-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.21.2 + * fix %_create-ssl-certificate args _correctly_ + 2008-02-05 Guillaume Rousse <guillomovitch@mandriva.org> 0.21.1 * fix %_create-ssl-certificate args diff --git a/rpm-helper.macros.in b/rpm-helper.macros.in index c1f33aa..8d07f8f 100644 --- a/rpm-helper.macros.in +++ b/rpm-helper.macros.in @@ -10,7 +10,7 @@ %{nil} %_create_ssl_certificate_helper %_rpm_helper_dir/create-ssl-certificate -%_create_ssl_certificate(b:g) %_create_ssl_certificate_helper %{name} $1 %{1} %{?-g:-g %{-g*}} %{?-b:-b} \ +%_create_ssl_certificate(bg:) %_create_ssl_certificate_helper %{name} $1 %{1} %{?-g:-g %{-g*}} %{?-b:-b} \ %{nil} # initscripts macros |