Skip to content

Commit

Permalink
update to 3.4.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
baallan committed May 1, 2019
1 parent 733ed82 commit f78409b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions toss3/firerpms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
#
packing=toss3
ovis_branch=v3.4.12
ovis_branch=v3.4.13
sos_branch=master
NetworkRequires=github.com
#[email protected]:tom/SOS.git
Expand Down Expand Up @@ -141,7 +141,8 @@ else
git submodule init sos && git submodule update sos && tar cf ../$SOSTAR sos
fi

patches="ovis_self.patch"
#patches="ovis_self.patch"
patches=
for i in $patches; do
patch -p1 < ../patches/$i
git commit -a -m "add $packing distribution patches"
Expand Down
2 changes: 1 addition & 1 deletion toss3/ovis.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Summary: OVIS Commands and Libraries
Name: ovis
Version: @VERSION@
Release: 2.1%{?dist}
Release: 1.0%{?dist}
License: GPLv2 or BSD
Group: %{ldms_all}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Expand Down

0 comments on commit f78409b

Please sign in to comment.