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.2.tar.xz
|
||||||
/procps-ng-3.3.4-20120807git.tar.xz
|
/procps-ng-3.3.4-20120807git.tar.xz
|
||||||
/procps-ng-3.3.3-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 tests_enabled 1
|
||||||
|
|
||||||
%global gitver 20120807git
|
|
||||||
|
|
||||||
Summary: System and process monitoring utilities
|
Summary: System and process monitoring utilities
|
||||||
Name: procps-ng
|
Name: procps-ng
|
||||||
Version: 3.3.3
|
Version: 3.3.4
|
||||||
Release: 3.%{gitver}%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://gitorious.org/procps
|
URL: http://gitorious.org/procps
|
||||||
|
|
||||||
# git clone git://gitorious.org/procps/procps.git
|
# 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
|
# 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}-%{gitver}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: procps-ng-3.3.4-selinux-spelling.patch
|
|
||||||
|
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
@ -68,12 +64,10 @@ Obsoletes: procps-devel < 3.2.9-1
|
|||||||
System and process monitoring utilities development headers
|
System and process monitoring utilities development headers
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-%{gitver}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo "%{version}-%{gitver}" > .tarball-version
|
echo "%{version}" > .tarball-version
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
@ -131,6 +125,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
|
|||||||
%{_includedir}/proc
|
%{_includedir}/proc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 25 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-3.20120807git
|
||||||
- SELinux spelling fixes (#859900)
|
- SELinux spelling fixes (#859900)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user