Update to 3.3.4
This commit is contained in:
parent
7ba7f6e9da
commit
1f71ab0105
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/procps-ng-3.3.2.tar.xz
|
||||
/procps-ng-3.3.4-20120807git.tar.xz
|
||||
/procps-ng-3.3.3-20120807git.tar.xz
|
||||
/procps-ng-3.3.4.tar.xz
|
||||
|
@ -1,20 +1,16 @@
|
||||
%global tests_enabled 1
|
||||
|
||||
%global gitver 20120807git
|
||||
|
||||
Summary: System and process monitoring utilities
|
||||
Name: procps-ng
|
||||
Version: 3.3.3
|
||||
Release: 3.%{gitver}%{?dist}
|
||||
Version: 3.3.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://gitorious.org/procps
|
||||
|
||||
# git clone git://gitorious.org/procps/procps.git
|
||||
# cd procps && git archive --format=tar --prefix="procps-ng-3.3.3-20120807git/" 00d7d4e37abdf918b62d266086cfe26f61574c2f xz > procps-ng-3.3.3-20120807git.tar.xz
|
||||
Source: %{name}-%{version}-%{gitver}.tar.xz
|
||||
|
||||
Patch0: procps-ng-3.3.4-selinux-spelling.patch
|
||||
# cd procps && git archive --format=tar --prefix="procps-ng-3.3.4/" v3.3.4 | xz > procps-ng-3.3.4.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(postun): /sbin/ldconfig
|
||||
@ -68,12 +64,10 @@ Obsoletes: procps-devel < 3.2.9-1
|
||||
System and process monitoring utilities development headers
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{gitver}
|
||||
|
||||
%patch0 -p1
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
echo "%{version}-%{gitver}" > .tarball-version
|
||||
echo "%{version}" > .tarball-version
|
||||
|
||||
./autogen.sh
|
||||
|
||||
@ -131,6 +125,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
|
||||
%{_includedir}/proc
|
||||
|
||||
%changelog
|
||||
* Tue Dec 11 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.4-1
|
||||
- Update to 3.3.4
|
||||
|
||||
* Tue Sep 25 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-3.20120807git
|
||||
- SELinux spelling fixes (#859900)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user