diff options
author | Bill Nottingham <notting@redhat.com> | 2008-09-30 14:00:46 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-09-30 14:00:46 -0400 |
commit | 4dd49e3ef60d3c69d64df31e8e99b137a24c7bbf (patch) | |
tree | e5da2a9bc69e195e423b5cfa544abe29f746d9f4 /initscripts.spec | |
parent | 413dcc675d75f89e4d4ad8a5c95f2c8a562d1215 (diff) | |
download | initscripts-4dd49e3ef60d3c69d64df31e8e99b137a24c7bbf.tar initscripts-4dd49e3ef60d3c69d64df31e8e99b137a24c7bbf.tar.gz initscripts-4dd49e3ef60d3c69d64df31e8e99b137a24c7bbf.tar.bz2 initscripts-4dd49e3ef60d3c69d64df31e8e99b137a24c7bbf.tar.xz initscripts-4dd49e3ef60d3c69d64df31e8e99b137a24c7bbf.zip |
Fix % usage in %changelog (#225900)
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/initscripts.spec b/initscripts.spec index e4590b17..df26f46b 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -615,7 +615,7 @@ rm -rf $RPM_BUILD_ROOT - ipsec: various fixes & new features (#150682, #168972, <mitr@redhat.com>, <alex@milivojevic.org>) - ipsec: add check for IKE_METHOD (#197576, <john_smyth@mail.ru>) - rename_device: ignore alias devices, fix race (#186355) -- ifup/ifdown: don't mark as %config +- ifup/ifdown: don't mark as %%config - rwtab: some additions/cleanup * Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1 @@ -844,7 +844,7 @@ rm -rf $RPM_BUILD_ROOT - rc.sysinit: fix restorecon invocation (#153100) - initlog: free some of the more egregious memory leaks (#85935) - initlog: fix potential memory overread (#153685, <in-redhat@baka.org>) -- remove some conflicts, %post scripts, etc. that were only relelvant +- remove some conflicts, %%post scripts, etc. that were only relelvant for upgrades from pre-7.0 - other minor fixes, see ChangeLog @@ -2109,22 +2109,22 @@ rm -rf $RPM_BUILD_ROOT * Thu Jul 13 2000 Bill Nottingham <notting@redhat.com> - fix == tests in rc.sysinit -- more %pretrans tweaks +- more %%pretrans tweaks * Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com> - test if /etc/rc.d is a symlink already in pre-transaction syscalls. * Tue Jul 11 2000 Bill Nottingham <notting@redhat.com> -- implement the %pre with RPM Magic(tm) +- implement the %%pre with RPM Magic(tm) * Sat Jul 8 2000 Bill Nottingham <notting@redhat.com> - fix it to not follow /etc/rc.d * Fri Jul 7 2000 Bill Nottingham <notting@redhat.com> -- fix %pre, again +- fix %%pre, again * Thu Jul 6 2000 Bill Nottingham <notting@redhat.com> -- tweak %pre back to a mv (rpm is fun!) +- tweak %%pre back to a mv (rpm is fun!) - do USB initialization before fsck, so keyboard works if it fails * Mon Jul 3 2000 Bill Nottingham <notting@redhat.com> @@ -2372,7 +2372,7 @@ rm -rf $RPM_BUILD_ROOT - fix swapoff silliness * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com> -- chkconfig --del in %preun, not %postun +- chkconfig --del in %%preun, not %%postun - use killall5 in halt - swapoff non-/etc/fstab swap @@ -2714,7 +2714,7 @@ rm -rf $RPM_BUILD_ROOT - Added network-functions to spec file. - Added report functionality to usernetctl. - Fixed bugs I introduced into usernetctl while adding clone device support. -- Clean up entire RPM_BUILD_ROOT directory in %clean. +- Clean up entire RPM_BUILD_ROOT directory in %%clean. * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com> - Clone device support in network scripts, rc scripts, and usernetctl. |