diff options
author | Florin Grad <florin@mandriva.com> | 2001-12-05 11:01:17 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-12-05 11:01:17 +0000 |
commit | c6a55d26901c7ab1a3d12040e3fbfd43739a6f45 (patch) | |
tree | 5d2510933ed9633905dbb82f9720be55c6b7ec93 /msec.spec | |
parent | 512114db941e94cf9baaaadeaba4aa9f71660d00 (diff) | |
download | msec-c6a55d26901c7ab1a3d12040e3fbfd43739a6f45.tar msec-c6a55d26901c7ab1a3d12040e3fbfd43739a6f45.tar.gz msec-c6a55d26901c7ab1a3d12040e3fbfd43739a6f45.tar.bz2 msec-c6a55d26901c7ab1a3d12040e3fbfd43739a6f45.tar.xz msec-c6a55d26901c7ab1a3d12040e3fbfd43739a6f45.zip |
changelog for 4mdk and use %{_sysconfdir}/sysconfig/msec instead of %{_sysconfdir}/msec
Diffstat (limited to 'msec.spec')
-rw-r--r-- | msec.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -53,7 +53,7 @@ for i in man/??* ; do \ done; -touch $RPM_BUILD_ROOT/etc/security/msec/security.conf $RPM_BUILD_ROOT/var/log/security.log $RPM_BUILD_ROOT/%{_sysconfdir}/%{name} +touch $RPM_BUILD_ROOT/etc/security/msec/security.conf $RPM_BUILD_ROOT/var/log/security.log $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/%{name} mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/{logrotate.d,profile.d} install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/logrotate.d/msec @@ -100,13 +100,17 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/security/msec %config(noreplace) /etc/logrotate.d/msec %config(noreplace) /etc/profile.d/msec* -%config(noreplace) %{_sysconfdir}/%{name} +%config(noreplace) %{_sysconfdir}/sysconfig/%{name} %ghost /var/log/security.log # MAKE THE CHANGES IN CVS: NO PATCH OR SOURCE ALLOWED %changelog +* Wed Dec 05 2001 Florin <florin@mandrakesoft.com> 0.16-4mdk +- oups, use %{_sysconfdir}/sysconfig/%{name} instead of %{_sysconfdir}/%{name} +- fix the msec.csh file (thks again to Konrad Bernlohr) + * Thu Nov 29 2001 Florin <florin@mandrakesoft.com> 0.16-3mdk - remove the redundance related to umask and /etc/bashrc - add the %{_sysconfdir}/%{name} file |