Changeset 495
- Timestamp:
- Nov 9, 2015, 7:16:24 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r481 r495 835 835 echo $(top_srcdir)/docs/README.UPGRADE >> debian/docs; \ 836 836 echo $(top_srcdir)/docs/README.win2K >> debian/docs; \ 837 echo $(top_srcdir)/docs/TODO >> debian/docs; \838 837 $(MAKE) deb-run 839 838 … … 921 920 @RPMTOP=`cat ~/.rpmmacros 2>/dev/null | grep '%_topdir' | awk '{ print $$2}'`; \ 922 921 if test x"$$RPMTOP" = x; then RPMTOP=/usr/src; fi; \ 922 if ! test -d "$$RPMTOP"; then \ 923 RPMTOP=`echo $$HOME/rpmbuild`; \ 924 fi; \ 923 925 echo "Searching the RPM package below $$RPMTOP ..."; \ 924 926 RPMFILE=`find $$RPMTOP -follow -maxdepth 4 -cnewer ./samhain.spec 2>/dev/null | grep '@install_name@-$(VERSION)' | grep '\.rpm' | grep -v '\.src\.'`; \ -
trunk/docs/Changelog
r493 r495 1 * fix broken 'rpm' and 'rpm-light' makefile targets 2 (reported by Bond) 3 1 4 4.1.1: 2 5 * fix problem with timezone calculation on month rollover for -
trunk/samhain.spec.in
r481 r495 191 191 %dir @mylockdir@ 192 192 %dir @mylogdir@ 193 %doc docs/BUGS COPYING docs/Changelog docs/TODO193 %doc docs/BUGS COPYING docs/Changelog 194 194 %doc LICENSE docs/FAQ.html docs/HOWTO* docs/MANUAL-2_4.* docs/README* 195 195 @mydataroot@ -
trunk/scripts/redhat_i386.client.spec.in
r481 r495 129 129 %dir /var/run 130 130 %dir /var/log 131 #%doc docs/BUGS COPYING docs/Changelog docs/TODO131 #%doc docs/BUGS COPYING docs/Changelog 132 132 #%doc LICENSE docs/HOWTO* docs/MANUAL-2_4.* docs/README* 133 133 /etc -
trunk/scripts/samhain.spec.in
r481 r495 114 114 %dir %{_localstatedir}/run 115 115 %dir %{_localstatedir}/log 116 %doc docs/BUGS COPYING docs/Changelog docs/TODO116 %doc docs/BUGS COPYING docs/Changelog 117 117 %doc LICENSE docs/HOWTO* docs/MANUAL-2_4.* docs/README* 118 118 %{_localstatedir}/lib/%{name}
Note:
See TracChangeset
for help on using the changeset viewer.