diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -139,7 +139,7 @@ clean: @rm -fv *~ changenew ChangeLog.old *gz tag: - @git tag -a -m "Tag as $(TAG)" $(TAG) + @git tag -a -f -m "Tag as $(TAG)" $(TAG) @echo "Tagged as $(TAG)" archive: clean check tag changelog diff --git a/initscripts.spec b/initscripts.spec index e456b55d..657363a7 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -252,7 +252,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Sep 30 2008 Bill Nottingham <notting@redhat.com> - 8.83-1 - various merge review fixes (#225900) - Notably: init scripts/network scripts are no longer %config + Notably: init scripts/network scripts are no longer %%config - remove some extraneous device-mapper initialization - use pidfile in status before calling pidof (#463205) - use plymouth directly, not the rhgb-client wrapper |