Changeset 2602


Ignore:
Timestamp:
Aug 28, 2014, 11:31:15 PM (10 years ago)
Author:
achernya
Message:
Behold the glorious, working logview
Location:
trunk/server
Files:
1 added
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/httpd.spec.patch

    r2591 r2602  
    1010 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
    1111 Source1: index.html
    12 @@ -65,6 +65,13 @@
     12@@ -65,6 +65,14 @@
    1313 # Bug fixes
    1414 Patch55: httpd-2.4.4-malformed-host.patch
     
    2020+Patch1004: httpd-fixup-vhost.patch
    2121+Patch1005: httpd-allow-null-user.patch
     22+Patch1006: httpd-suexec-journald.patch
    2223+
    2324 License: ASL 2.0
     
    4849 
    4950 %description -n mod_ssl
    50 @@ -190,6 +200,12 @@
     51@@ -190,6 +200,13 @@
    5152 %patch55 -p1 -b .malformedhost
    5253 %patch56 -p1 -b .uniqueid
     
    5758+%patch1004 -p1 -b .fixup-vhost
    5859+%patch1005 -p1 -b .allow-null-user
     60+%patch1006 -p1 -b .journald
    5961+
    6062 # Patch in the vendor string
     
    8991 %dir %{_libdir}/httpd
    9092 %dir %{_libdir}/httpd/modules
    91 @@ -1014,3 +1033,8 @@
    92  * Sun Apr 04 2010 Robert Scheck <robert@fedoraproject.org> - 2.2.15-1
    93  - update to 2.2.15 (#572404, #579311)
    94  
    95 +Patch1001: httpd-suexec-scripts.patch
    96 +Patch1002: httpd-mod_status-security.patch
    97 +Patch1003: httpd-304s.patch
    98 +Patch1004: httpd-fixup-vhost.patch
    99 +Patch1005: httpd-allow-null-user.patch
  • trunk/server/fedora/specs/logview.spec

    r1897 r2602  
    22Group: Applications/System
    33Name: logview
    4 Version: 0.%{scriptsversion}
     4Version: 1.%{scriptsversion}
    55Release: 0
    66Vendor: The scripts.mit.edu Team (scripts@mit.edu)
     
    99Source: %{name}.tar.gz
    1010BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
     11BuildArch: noarch
     12
    1113%define debug_package %{nil}
    1214
    1315%description
    14 
    1516scripts.mit.edu logview program
    1617See http://scripts.mit.edu/wiki for more information.
     
    2021
    2122%build
    22 ./configure
    23 make
    2423
    2524%install
    2625[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    27 make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
     26mkdir -p %{buildroot}/%{_bindir}/
     27cp logview %{buildroot}/%{_bindir}/logview
    2828
    2929%clean
     
    4040
    4141%files
    42 %defattr(0755, root, root)
    43 /usr/local/bin/logview.pl
    44 %defattr(2755, root, logview)
    45 /usr/local/bin/logview
     42%{_bindir}/logview
    4643
    4744%changelog
     45* Fri Aug 29 2014 Alexander Chernyakhovsky <achernya@mit.eduu> - 1.2601-0
     46- logview is now journalctl
     47
    4848* Wed Dec 31 2008  Quentin Smith <quentin@mit.edu>
    4949- ignore preexisting user
Note: See TracChangeset for help on using the changeset viewer.