Blame SPECS/eclipse-linuxtools.spec

eb77a4
%{?scl:%scl_package eclipse-linuxtools}
eb77a4
%{!?scl:%global pkg_name %{name}}
59157c
%{?java_common_find_provides_and_requires}
eb77a4
eb77a4
%global eclipse_dropin   %{_datadir}/eclipse/dropins
59157c
%global git_tag 3.2.0
eb77a4
eb77a4
Name:           %{?scl_prefix}eclipse-linuxtools
59157c
Version:        3.2.0
59157c
Release:        2%{?dist}
eb77a4
Summary:        Linux specific Eclipse plugins
eb77a4
eb77a4
License:        EPL
eb77a4
URL:            http://eclipse.org/linuxtools/
59157c
Source0:        http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/snapshot/org.eclipse.linuxtools-%{git_tag}.tar.bz2
eb77a4
Patch0:         disable-libhover-lttng.patch
eb77a4
Patch1:         disable-ptp.patch
eb77a4
Patch2:         disable-rdt.patch
eb77a4
Patch4:         add-base-rhel-tools-path.patch
eb77a4
Patch5:         remove-target.patch
59157c
Patch6:         oprofile-fix-tool-detection.patch
eb77a4
59157c
BuildRequires: %{?scl_prefix}tycho >= 0.21.0
59157c
BuildRequires: %{?scl_prefix}tycho-extras
eb77a4
BuildRequires: %{?scl_prefix}eclipse-cdt
eb77a4
BuildRequires: %{?scl_prefix}eclipse-jdt
59157c
BuildRequires: %{?scl_prefix}swt-chart >= 0.9.0
eb77a4
BuildRequires: %{?scl_prefix}eclipse-remote
eb77a4
BuildRequires: %{?scl_prefix}eclipse-license
eb77a4
BuildRequires: %{?scl_prefix}eclipse-swtbot
eb77a4
BuildRequires: %{?scl_prefix}eclipse-gef
59157c
BuildRequires: %{?scl_prefix_maven}exec-maven-plugin
eb77a4
eb77a4
BuildArch: noarch
eb77a4
Obsoletes: %{?scl_prefix}eclipse-linuxprofilingframework < 2.0.0
eb77a4
eb77a4
%description
eb77a4
The Linux Tools project is a two-faceted project. Firstly, it develops tools 
eb77a4
and frameworks for writing tools for Linux developers. Secondly, it provides
eb77a4
a place for Linux distributions to collaboratively overcome issues surrounding 
eb77a4
distribution packaging of Eclipse technology. The project will produce both
eb77a4
best practices and tools related to packaging. 
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-changelog
eb77a4
eb77a4
Summary:        Eclipse ChangeLog plug-in
eb77a4
Epoch:          2
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-changelog
eb77a4
The Eclipse ChangeLog package contains Eclipse features and plugins that are
eb77a4
useful for ChangeLog maintenance within the Eclipse IDE.  It includes
eb77a4
fragments for parsing C, C++, and Java source files to create more detailed
eb77a4
entries containing function or method names.
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-rpm-editor
eb77a4
eb77a4
Summary:  RPM Spec file editor for Eclipse
eb77a4
Requires: rpmlint >= 0.81
eb77a4
Requires: rpmdevtools
eb77a4
Obsoletes: %{?scl_prefix}eclipse-rpmstubby < 3.0.0
eb77a4
Provides: %{?scl_prefix}eclipse-rpmstubby = %{version}-%{release}
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-rpm-editor
eb77a4
The Eclipse Spec file Editor package contains Eclipse plugins that are
eb77a4
useful for maintenance of RPM spec files within the Eclipse IDE.
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-manpage
eb77a4
eb77a4
Summary:  Man page viewer
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-manpage
eb77a4
Plugin providing common interface for displaying a man page in a view or 
eb77a4
fetching its content for embedded display purposes (e.g hover help).
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-gcov
eb77a4
eb77a4
Summary:  GCov Integration
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-gcov
eb77a4
Functionality to integrate GCov with the Eclipse workbench.
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-gprof
eb77a4
eb77a4
Summary:  GProf Integration
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-gprof
eb77a4
Functionality to integrate GProf with the Eclipse workbench.
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-oprofile
eb77a4
eb77a4
Summary:  Eclipse plugin for OProfile integration
eb77a4
Requires: %{?scl_prefix}oprofile >= 0.9.3
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-oprofile
eb77a4
Eclipse plugins to integrate OProfile's profiling capabilities with the CDT.
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-perf
eb77a4
eb77a4
Summary:  Eclipse plugin for Perf integration
eb77a4
Requires: perf
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-perf
eb77a4
Eclipse plugins to integrate Perf's profiling capabilities with the CDT.
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-valgrind
eb77a4
eb77a4
Summary:   Valgrind Tools Integration for Eclipse
eb77a4
Requires:  valgrind
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-valgrind
eb77a4
This package for Eclipse allows users to launch their C/C++ Development Tools
eb77a4
projects using the Valgrind tool suite and presents the results in the IDE. 
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-systemtap
eb77a4
eb77a4
Summary:   Systemtap Tools Integration for Eclipse
eb77a4
Requires:  systemtap
eb77a4
Obsoletes: %{?scl_prefix}eclipse-callgraph < 2.0.0
eb77a4
Obsoletes: %{?scl_prefix}eclipse-systemtapgui < 2.0.0
eb77a4
eb77a4
%description -n %{?scl_prefix}eclipse-systemtap
eb77a4
Integrate Systemtap's profiling and tracing capabilities with the CDT.
eb77a4
eb77a4
%package -n %{?scl_prefix}eclipse-linuxtools-tests
eb77a4
eb77a4
Summary:  Linux Tools Project Test Bundles
eb77a4
Requires: %{?scl_prefix}eclipse-changelog
eb77a4
Requires: %{?scl_prefix}eclipse-rpmstubby
eb77a4
Requires: %{?scl_prefix}eclipse-rpm-editor
eb77a4
Requires: %{?scl_prefix}eclipse-gcov
eb77a4
Requires: %{?scl_prefix}eclipse-gprof
eb77a4
Requires: %{?scl_prefix}eclipse-oprofile
eb77a4
Requires: %{?scl_prefix}eclipse-perf
eb77a4
Requires: %{?scl_prefix}eclipse-valgrind
eb77a4
Requires: %{?scl_prefix}eclipse-systemtap
eb77a4
eb77a4
%description -n  %{?scl_prefix}eclipse-linuxtools-tests
eb77a4
All test bundles for the Linux Tools project.
eb77a4
eb77a4
eb77a4
%prep
59157c
%setup -q -n org.eclipse.linuxtools-%{git_tag}
eb77a4
eb77a4
%patch0
eb77a4
%patch1
eb77a4
%patch2 -p1
eb77a4
%patch4
eb77a4
%patch5
59157c
%patch6
59157c
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
eb77a4
%pom_remove_plugin org.jacoco:jacoco-maven-plugin
eb77a4
%pom_disable_module lttng
eb77a4
%pom_disable_module libhover
eb77a4
59157c
# Don't use target platform
59157c
%pom_disable_module releng
59157c
sed -i '/<target>/,/<\/target>/ d' pom.xml
eb77a4
eb77a4
#remove tests that fail to compile
eb77a4
rm -fr profiling/org.eclipse.linuxtools.profiling.tests/src/org/eclipse/linuxtools/profiling/tests/AbstractRemoteTest.java
eb77a4
rm -fr perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/LaunchRemoteTest.java
eb77a4
59157c
%mvn_package ":*.{test,tests}" __noinstall
59157c
%mvn_package "org.eclipse.linuxtools{,.profiling}:" core
59157c
%mvn_package "org.eclipse.linuxtools.changelog:" changelog
59157c
%mvn_package "org.eclipse.linuxtools.gcov:" gcov
59157c
%mvn_package "org.eclipse.linuxtools.gprof:" gprof
59157c
%mvn_package "org.eclipse.linuxtools.man:" manpage
59157c
%mvn_package "org.eclipse.linuxtools.oprofile:" oprofile
59157c
%mvn_package "org.eclipse.linuxtools.perf{,-parent}:" perf
59157c
%mvn_package "org.eclipse.linuxtools.rpm:" rpm-editor
59157c
%mvn_package "org.eclipse.linuxtools.systemtap:" systemtap
59157c
%mvn_package "org.eclipse.linuxtools.valgrind:" valgrind
59157c
59157c
# Fix test fragment localizations
59157c
# TODO fix upstream
59157c
for b in gcov/org.eclipse.linuxtools.gcov.test \
59157c
         gprof/org.eclipse.linuxtools.gprof.test \
59157c
         oprofile/org.eclipse.linuxtools.oprofile.core.tests \
59157c
         oprofile/org.eclipse.linuxtools.oprofile.launch.tests \
59157c
         oprofile/org.eclipse.linuxtools.oprofile.ui.tests \
59157c
         rpm/org.eclipse.linuxtools.rpm.ui.editor.tests \
59157c
         systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests \
59157c
         systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests \
59157c
         valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests \
59157c
         valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests \
59157c
         valgrind/org.eclipse.linuxtools.valgrind.massif.tests \
59157c
         valgrind/org.eclipse.linuxtools.valgrind.ui.tests ; do
59157c
  sed -i "/^Bundle-Localization/d" $b/META-INF/MANIFEST.MF
59157c
  sed -i "s|plugin.properties|OSGI-INF/|" $b/build.properties
59157c
  mkdir -p $b/OSGI-INF/l10n
59157c
  mv $b/plugin.properties $b/OSGI-INF/l10n/bundle.properties
eb77a4
done
59157c
59157c
# Create opcontrol wrapper
59157c
pushd oprofile/org.eclipse.linuxtools.oprofile.core/natives/linux/scripts
59157c
rm -f *.sh
59157c
echo '#!/bin/sh' > opcontrol
59157c
echo 'exec pkexec %{_bindir}/opcontrol ${1+"$@"}' >> opcontrol
eb77a4
popd
eb77a4
59157c
%{?scl:EOF}
59157c
59157c
%build
59157c
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
59157c
export MAVEN_OPTS="-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
59157c
%mvn_build -j -f
59157c
%{?scl:EOF}
59157c
eb77a4
%install
59157c
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
59157c
%mvn_install
59157c
%{?scl:EOF}
eb77a4
59157c
# Install opcontrol wrapper polkit permissions policy
59157c
install -d -m 755 %{buildroot}%{_root_datadir}/polkit-1/actions
59157c
install -D -m 644 oprofile/org.eclipse.linuxtools.oprofile.core/natives/linux/scripts/org.eclipse.linuxtools.oprofile.policy \
59157c
  %{buildroot}%{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile.policy
59157c
install -D -m 644 oprofile/org.eclipse.linuxtools.oprofile.core/natives/linux/scripts/org.eclipse.linuxtools.oprofile.policy \
59157c
  %{buildroot}%{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile-dts3.policy
59157c
sed -i 's|/usr/bin/opcontrol|%{_bindir}/opcontrol|
59157c
        s|oprofile|oprofile-dts3|' %{buildroot}%{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile-dts3.policy
59157c
sed -i '/natives\/linux\/scripts\/opcontrol/ s|644|755|' .mfiles-oprofile
59157c
59157c
# Appstream addon metadata
59157c
for p in changelog gcov ; do
59157c
  install -m644 -D $p/eclipse-$p.metainfo.xml %{buildroot}%{_datadir}/appdata/eclipse-$p.metainfo.xml
eb77a4
done
eb77a4
59157c
# Tests
eb77a4
mkdir -p %{buildroot}%{_javadir}/linuxtools-tests/plugins
eb77a4
# We need grep to return non-zero status to skip all non eclipse-test-plugins
eb77a4
set +e
eb77a4
for pom in `find . -name pom.xml`; do
eb77a4
 grep -q '<packaging>eclipse-test-plugin</packaging>' ${pom}
eb77a4
 if [ $? -eq 0 ]; then
eb77a4
   testjar=`ls ${pom/pom.xml/}'target/'*.jar | grep -v sources`
eb77a4
   mv ${testjar} %{buildroot}%{_javadir}/linuxtools-tests/plugins
eb77a4
 fi
eb77a4
done
59157c
set -e
eb77a4
eb77a4
# Remove .rpm.createrepo.tests
eb77a4
rm -rf %{buildroot}%{_javadir}/linuxtools-tests/plugins/*.rpm.createrepo.tests*
eb77a4
59157c
# 'eclipse-plugin' jars that are needed by tests
59157c
for loc in profiling/org.eclipse.linuxtools.profiling.tests \
59157c
           oprofile/org.eclipse.linuxtools.oprofile.tests \
59157c
           valgrind/org.eclipse.linuxtools.valgrind.tests ; do
59157c
  testjar=`ls ${loc}/target/*.jar | grep -v sources`
59157c
  mv ${testjar} %{buildroot}%{_javadir}/linuxtools-tests/plugins
59157c
done
eb77a4
eb77a4
59157c
%files -f .mfiles-core
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-changelog -f .mfiles-changelog
59157c
%{_datadir}/appdata/eclipse-changelog.metainfo.xml
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-rpm-editor -f .mfiles-rpm-editor
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-manpage -f .mfiles-manpage
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-gcov -f .mfiles-gcov
59157c
%{_datadir}/appdata/eclipse-gcov.metainfo.xml
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-gprof -f .mfiles-gprof
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-oprofile -f .mfiles-oprofile
59157c
%{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile.policy
59157c
%{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile-dts3.policy
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-perf -f .mfiles-perf
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-valgrind -f .mfiles-valgrind
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-systemtap -f .mfiles-systemtap
eb77a4
59157c
%files -n %{?scl_prefix}eclipse-linuxtools-tests
59157c
%{_javadir}/linuxtools-tests/
eb77a4
59157c
%changelog
59157c
* Mon Mar 23 2015 Roland Grunberg <rgrunber@redhat.com> - 3.2.0-2
59157c
- Fix tool detection.
59157c
- Resolves: rhbz#1204098.
eb77a4
59157c
* Thu Feb 26 2015 Roland Grunberg <rgrunber@redhat.com> - 3.2.0-1
59157c
- Update to 3.2 upstream release.
59157c
- Resolves: rhbz#1175106.
eb77a4
59157c
* Thu Feb 05 2015 Roland Grunberg <rgrunber@redhat.com> - 3.1.0-3.4
59157c
- Fix packaging of Eclipse OProfile policy files and wrapper script.
59157c
- Resolves: rhbz#1189091.
eb77a4
59157c
* Wed Feb 04 2015 Roland Grunberg <rgrunber@redhat.com> - 3.1.0-3.3
59157c
- Place all test bundles under %%{_javadir} instead of dropins.
59157c
- Resolves rhbz#1188637.
eb77a4
59157c
* Thu Jan 22 2015 Mat Booth <mat.booth@redhat.com> - 3.1.0-3.2
59157c
- Related: rhbz#1183966 - Regenerate requires on java-common SCL
eb77a4
59157c
* Thu Jan 15 2015 Mat Booth <mat.booth@redhat.com> - 3.1.0-3.1
59157c
- Import into DTS 3.1
eb77a4
59157c
* Thu Sep 25 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-3
59157c
- Build/install with mvn_build/mvn_install
eb77a4
59157c
* Thu Sep 25 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-2
59157c
- Install supplied appstream metadata
eb77a4
59157c
* Wed Sep 24 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-1
59157c
- Update to latest upstream release
eb77a4
59157c
* Wed Sep 03 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-0.2.git802e91dd
59157c
- Update to git snapshot of 3.1
eb77a4
59157c
* Tue Sep 02 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-0.1.git7c21d231
59157c
- Update to git snapshot of 3.1
59157c
- Drop upstreamed patches
eb77a4
59157c
* Tue Aug 12 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-6
59157c
- Fix messages in tools path properties page.
59157c
- Fix commented out pie-chart patch.
eb77a4
59157c
* Wed Aug 06 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-5
59157c
- Modify piechart patch to prevent premature disposal of fonts.
eb77a4
59157c
* Thu Jul 24 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-4
59157c
- Fix piechart title centering for swt-chart 0.9 and higher.
eb77a4
59157c
* Thu Jul 24 2014 Sami Wagiaalla <swagiaal@redhat.com> 3.0.0-3
59157c
- Disable createrepo tests.
eb77a4
59157c
* Mon Jun 30 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-2
59157c
- Backport patch for disappearing RPM menu.
eb77a4
59157c
* Tue Jun 24 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-1
59157c
- Update to 3.0 final release.
eb77a4
59157c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-0.3.git20140509
59157c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
eb77a4
59157c
* Tue May 13 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-0.2.git20140509
59157c
- BR latest tycho to not manually copy eclipse-license.
eb77a4
59157c
* Fri May 9 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-0.1.git20140509
59157c
- First Luna build.
eb77a4
59157c
* Thu Mar 20 2014 Mat Booth <fedora@matbooth.co.uk> - 2.2.1-1
59157c
- Update to Linux Tools 2.2.1 release.
59157c
- Drop dep on usermode, we use polkit now.
eb77a4
59157c
* Sun Dec 29 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-3
59157c
- Bump release for rebuild.
eb77a4
59157c
* Sun Dec 29 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-2
59157c
- Drop old Provides and make Obsoletes fully cover old versions.
eb77a4
59157c
* Wed Dec 11 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-1
59157c
- Update to Linux Tools 2.2.0 tag.
eb77a4
59157c
* Mon Nov 18 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-0.1.gitd2973ee
59157c
- Update to Linux Tools 2.2.0 snapshot.
eb77a4
59157c
* Tue Oct 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 2.1.0-3
59157c
- Include fix for save not working in a spec compare editor.
eb77a4
59157c
* Mon Sep 30 2013 Alexander Kurtakov <akurtako@redhat.com> 2.1.0-2
59157c
- Bump changelog version too.
eb77a4
59157c
* Mon Sep 30 2013 Alexander Kurtakov <akurtako@redhat.com> 2.1.0-1
59157c
- Update to latest upstream release.
eb77a4
59157c
* Thu Sep 19 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-4
59157c
- Fix Bug 1009448.
eb77a4
59157c
* Tue Aug 13 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-3
59157c
- Add eclipse-linuxtools-tests subpackage.
eb77a4
59157c
* Tue Aug 06 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-2
59157c
- Fix Bug 992171.
eb77a4
59157c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
59157c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
eb77a4
59157c
* Thu Jun 27 2013 Alexander Kurtakov <akurtako@redhat.com> 2:2.0.0-1
59157c
- Final 2.0.0 release.
eb77a4
59157c
* Fri Jun 07 2013 Sami Wagiaalla <swagiaal@redhat.com>  2:2.0.0-0.7.git6428ae8
59157c
- Update to RC3.
59157c
59157c
* Mon May 13 2013 Roland Grunberg <rgrunber@redhat.com> 2:2.0.0-0.6.git294c1bf
59157c
- Update to a newer snapshot.
59157c
59157c
* Mon May 13 2013 Alexander Kurtakov <akurtako@redhat.com> 2:2.0.0-0.5.gitd67d6da
59157c
- Make callgraph and linuxtoolsframework obsoletes be fixed.
59157c
59157c
* Tue Apr 23 2013 Sami Wagiaalla <swagiaal@redhat.com> 2.0.0-0.4.gitd67d6da
59157c
- Update to a new snapshot.
eb77a4
eb77a4
* Thu Apr 11 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.3.gita645f32
eb77a4
- New snapshot containing fix for building with Ant 1.9.
eb77a4
eb77a4
* Wed Apr 10 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.2.gitaa6d235
eb77a4
- SCL-ize.
eb77a4
- Update to newer snapshot.
eb77a4
eb77a4
* Wed Mar 27 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.1.git95aacfe
eb77a4
- Update to 2.0.0 prerelease for Kepler compatibility.
eb77a4
- Changelog no longer has it's own release as the version bumped.
eb77a4
59157c
* Mon Feb 4 2013 <swagiaal@redhat.com> 1.2.0-5
59157c
- Actually remove 'Requires: kernel-debuginfo' from systemtap.
59157c
59157c
* Wed Jan 30 2013 <swagiaal@redhat.com> 1.2.0-4
59157c
- Remove 'Requires: kernel-debuginfo' from systemtap.
eb77a4
59157c
* Thu Jan 24 2013 <rgrunber@redhat.com> 1.2.0-3
eb77a4
- Properly package PolicyKit for Eclipse OProfile.
eb77a4
59157c
* Mon Jan 7 2013 <swagiaal@redhat.com> 1.2.0-2
59157c
- Add 'Requires' to systemtap on kernel-debuginfo.
eb77a4
eb77a4
* Fri Nov 23 2012 Roland Grunberg <rgrunber@redhat.com> 1.2.0-1
eb77a4
- Update to 1.2.0 upstream release.
eb77a4
- Disable jacoco-maven-plugin.
eb77a4
eb77a4
* Fri Oct 5 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-3
eb77a4
- Synchronize release number for subpackages and rebuild.
eb77a4
eb77a4
* Fri Oct 5 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-2
eb77a4
- Bump release to avoid conflicting with previous build.
eb77a4
eb77a4
* Tue Oct 2 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-1
eb77a4
- Update to 1.1.1 upstream release.
eb77a4
eb77a4
* Wed Aug 8 2012 Alexander Kurtakov <akurtako@redhat.com> 1.1.0-1
eb77a4
- Initial packaging.