Skip to content

Commit

Permalink
Finalize libcab-ng-0.7.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RH-steve-grubb committed Aug 23, 2020
1 parent 4b7a687 commit 8ff282c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.8
0.7.11
- Really clear bounding set if asked in capng_change_id
- Add CAP_PERFMON, CAP_BPF, & CAP_CHECKPOINT_RESTORE
- Avoid malloc/free in capng_apply (Natanael Copa)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl
define([AC_INIT_NOTICE],
[### Generated automatically using autoconf version] AC_ACVERSION [
### Copyright 2009-2019 Steve Grubb <[email protected]>
### Copyright 2009-2020 Steve Grubb <[email protected]>
###
### Permission is hereby granted, free of charge, to any person obtaining a
### copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -29,7 +29,7 @@ define([AC_INIT_NOTICE],
])

AC_REVISION($Revision: 1.3 $)dnl
AC_INIT(libcap-ng,0.8)
AC_INIT(libcap-ng,0.7.11)
AC_PREREQ(2.12)dnl
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
Expand Down
15 changes: 3 additions & 12 deletions libcap-ng.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Summary: An alternate posix capabilities library
Name: libcap-ng
Version: 0.8
Version: 0.7.11
Release: 1
License: LGPLv2+
Group: System Environment/Libraries
Expand Down Expand Up @@ -72,7 +70,6 @@ lets you set the file system based capabilities.
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR="${RPM_BUILD_ROOT}" INSTALL='install -p' install

# Move the symlink
Expand All @@ -94,13 +91,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_capng.la
%check
make check

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%ldconfig_scriptlets

%files
%defattr(-,root,root,-)
Expand Down Expand Up @@ -132,6 +123,6 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644,root,root) %{_mandir}/man8/*

%changelog
* Tue Oct 01 2019 Steve Grubb <[email protected]> 0.8-1
* Sun Aug 23 2020 Steve Grubb <[email protected]> 0.7.11-1
- New upstream release

0 comments on commit 8ff282c

Please sign in to comment.