Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fstrm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Packages
rpms
fstrm
Commits
94fda0f4
Commit
94fda0f4
authored
Feb 14, 2019
by
Michał Kępień
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync *.spec with Fedora
parent
5bfa3395
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
fstrm.spec
fstrm.spec
+9
-1
No files found.
fstrm.spec
View file @
94fda0f4
...
...
@@ -13,7 +13,7 @@
Name: %{?scl_prefix}fstrm
Summary: Frame Streams implementation in C
Version: 0.4.0
Release:
3
%{?dist}
Release:
4
%{?dist}
License: ASL 2.0
URL: https://github.com/farsightsec/fstrm
Source0: https://dl.farsightsecurity.com/dist/fstrm/fstrm-%{version}.tar.gz
...
...
@@ -61,9 +61,11 @@ mkdir -p %{buildroot}%{_pkgdocdir}/
%check
make check
%if 0%{!?fedora} || 0%{?fedora} < 28
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%endif
%files
%doc COPYRIGHT LICENSE
...
...
@@ -80,6 +82,12 @@ make check
%{_libdir}/pkgconfig/libfstrm.pc
%changelog
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu May 17 2018 Tomas Krizek <tomas.krizek@nic.cz> - 0.4.0-1
- Update to new upstream version 0.4.0 BZ#1577420
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment