diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | rpm-helper.macros.in | 3 |
3 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2007-03-07 Guillaume Rousse <guillomovitch@mandriva.org> 0.18.4 + + * revert to previous name for %create_ghostfile, as my attempt to + achieve compatibility failed + 2007-03-06 Guillaume Rousse <guillomovitch@mandriva.org> 0.18.3 * prefix all rpm macros with underscore for coherency @@ -1,5 +1,5 @@ PACKAGE = rpm-helper -VERSION = 0.18.3 +VERSION = 0.18.4 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = add-user del-user add-service del-service create-file \ diff --git a/rpm-helper.macros.in b/rpm-helper.macros.in index 7215e7c..78fa634 100644 --- a/rpm-helper.macros.in +++ b/rpm-helper.macros.in @@ -9,9 +9,8 @@ %_get_free_syslog_facility() $(%_get_free_syslog_facility_helper) %_create_ghostfile_helper %_rpm_helper_dir/create-file -%_create_ghostfile() %_create_ghostfile_helper %{name} $1 %{1} %{2} %{3} %{4} \ +%create_ghostfile() %_create_ghostfile_helper %{name} $1 %{1} %{2} %{3} %{4} \ %{nil} -%create_ghostfile %_create_ghostfile # initscripts macros %_add_service_helper %_rpm_helper_dir/add-service |